• 0.1.4 e27d5cc20a

    0.1.4 Stable

    kerem 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 GMT

    What's Changed

    Added

    • Added --explain feature 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-hints flag, if necessary. (#84, #122)
    • Added Kiro Power config (#69)
    • Added submodule version and data hash info to --version --verbose output (#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
  • 0.1.3 53981523c7

    0.1.3 Stable

    kerem released this 2026-01-26 22:50:40 +03:00 | 45 commits to main since this release

    📅 Originally published on GitHub: Mon, 26 Jan 2026 21:06:56 GMT
    🏷️ Git tag created: Mon, 26 Jan 2026 19:50:40 GMT

    What's Changed

    Fixed

    • Add type hints for fix_access_denied for strict schema checks (#117)

    Full Changelog: https://github.com/awslabs/iam-policy-autopilot/compare/0.1.2...0.1.3

    Contributers

    • @karanjitsingh
    Downloads
  • 0.1.2 d2159e0108

    0.1.2 Stable

    kerem 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 GMT

    What'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 to ModifyDbCluster instead of ModifyDBCluster. (#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 IamPolicyAutopilot in 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
  • 0.1.1 33cde9784b

    0.1.1 Stable

    kerem released this 2025-11-27 02:56:19 +03:00 | 62 commits to main since this release

    📅 Originally published on GitHub: Thu, 27 Nov 2025 00:10:39 GMT
    🏷️ Git tag created: Wed, 26 Nov 2025 23:56:19 GMT

    What's Changed

    Full Changelog: https://github.com/awslabs/iam-policy-autopilot/commits/0.1.1

    Contributors

    • @weibenz1
    • @adpaco-aws
    • @afilieri-aws
    • @Dianayin422
    • @karanjitsingh
    • @LukeKennedy
    • @kevinluoamzn
    • @tanuku-aws
    • @mluttrell
    • @darko-mesaros
    • @ravi-natarajan
    • @mschlaipfer
    • @akashpanda-aws
    • @nwinans-aws
    Downloads