mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-25 16:05:58 +03:00
-
0.1.2 Stable
released this
2025-12-16 01:07:35 +03:00 | 47 commits to main since this release📅 Originally published on GitHub: Mon, 15 Dec 2025 22:36:52 GMT
🏷️ Git tag created: Mon, 15 Dec 2025 22:07:35 GMTWhat's Changed
Fixed
- Use SDK info to find the operation from a method name. Fixes a bug where
modify_db_cluster(and similar names) was renamed incorrectly toModifyDbClusterinstead ofModifyDBCluster. (#70) - Reduce false positive findings by fixing Go SDK parameter extraction. It now uses required arguments correctly to disambiguate possible services. (#50)
Added
- Added installation script for MacOS and Linux. (#44)
Changed
- We now add the policy ID
IamPolicyAutopilotin the access denied workflow. (#48) - Updated Cargo.toml description. (#46)
Full Changelog: https://github.com/awslabs/iam-policy-autopilot/compare/0.1.1...0.1.2
Contributors
- @weibenz1
- @adpaco-aws
- @karanjitsingh
- @LukeKennedy
- @mschlaipfer
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
iam-policy-autopilot-0.1.2-aarch64-apple-darwin.tar.gz
0 downloads ·
2026-03-15 11:44:59 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.2-aarch64-pc-windows-msvc.zip
0 downloads ·
2026-03-15 11:45:01 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.2-aarch64-unknown-linux-gnu.tar.gz
0 downloads ·
2026-03-15 11:45:02 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.2-x86_64-apple-darwin.tar.gz
0 downloads ·
2026-03-15 11:45:04 +03:00 · 14 MiB -
iam-policy-autopilot-0.1.2-x86_64-pc-windows-msvc.zip
0 downloads ·
2026-03-15 11:45:06 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.2-x86_64-unknown-linux-gnu.tar.gz
0 downloads ·
2026-03-15 11:45:08 +03:00 · 14 MiB
- Use SDK info to find the operation from a method name. Fixes a bug where