mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-26 00:15:57 +03:00
[GH-ISSUE #82] Expose boto3, botocore git commit + data hash information as part of --version output #148
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/iam-policy-autopilot#148
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hwei0 on GitHub (Dec 15, 2025).
Original GitHub issue: https://github.com/awslabs/iam-policy-autopilot/issues/82
During
build.rsstage:boto3andbotocoresubmodulesboto3-data-simplifiedandbotocore-data-simplifiedboto3,botocoreIn CLI, upon a call to
--version:{boto3/botocore} version: commit={commit_hash}, tag={tag if tag is present else None}, data_hash={data_hash}@adpaco-aws commented on GitHub (Dec 15, 2025):
Instead of separate version commands for these, I'd recommend printing the information as part of
--version(I believe the version command behavior can be overriden inclap).@weibenz1 commented on GitHub (Dec 15, 2025):
I thought we'd always be monitoring tags rather than latest commit - in this case when would we not have it?
@hwei0 commented on GitHub (Dec 15, 2025):
When I pulled and submodule updated a few hours ago, there werent any tags with that commit it seemed