mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-25 16:05:58 +03:00
-
0.1.4 Stable
released this
2026-01-31 01:14:22 +03:00 | 25 commits to main since this release📅 Originally published on GitHub: Fri, 30 Jan 2026 22:38:40 GMT
🏷️ Git tag created: Fri, 30 Jan 2026 22:14:22 GMTWhat's Changed
Added
- Added
--explainfeature with action pattern filtering to output the reasons for why actions were added to the policy. Supports wildcards (e.g.,--explain '*'for all,--explain 's3:*'for S3 actions). The explanations allow to review the operations which static analysis extracted from source code, and to correct them using the--service-hintsflag, if necessary. (#84, #122) - Added Kiro Power config (#69)
- Added submodule version and data hash info to
--version --verboseoutput (#87)
Changed
- Updated botocore and boto3 submodules (#126)
Full Changelog: https://github.com/awslabs/iam-policy-autopilot/compare/0.1.3...0.1.4
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
iam-policy-autopilot-0.1.4-aarch64-apple-darwin.tar.gz
0 downloads ·
2026-03-15 11:45:29 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.4-aarch64-pc-windows-msvc.zip
0 downloads ·
2026-03-15 11:45:31 +03:00 · 12 MiB -
iam-policy-autopilot-0.1.4-aarch64-unknown-linux-gnu.tar.gz
0 downloads ·
2026-03-15 11:45:33 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.4-x86_64-apple-darwin.tar.gz
0 downloads ·
2026-03-15 11:45:35 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.4-x86_64-pc-windows-msvc.zip
0 downloads ·
2026-03-15 11:45:37 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.4-x86_64-unknown-linux-gnu.tar.gz
0 downloads ·
2026-03-15 11:45:41 +03:00 · 14 MiB
- Added