Releases: prowler-cloud/py-iam-expand
Releases · prowler-cloud/py-iam-expand
0.3.0
Features
- chore: support python 3.14 by @branchv in #64
- feat(ci): PyPI release by @jfagoagas in #66
Chores
- chore(release): bump for v0.3.0 by @jfagoagas in #67
Security
- security: bump dependencies by @jfagoagas in #68
Dependencies
- chore(deps-dev): bump urllib3 from 2.4.0 to 2.5.0 by @dependabot[bot] in #28
- chore(deps-dev): bump authlib from 1.5.2 to 1.6.5 by @dependabot[bot] in #59
- chore(deps): bump astral-sh/ruff-action from 3.2.2 to 3.5.1 by @dependabot[bot] in #42
- chore(deps): bump actions/setup-python from 5.4.0 to 6.0.0 by @dependabot[bot] in #48
- chore(deps): bump codecov/codecov-action from 5.4.0 to 5.5.1 by @dependabot[bot] in #49
- chore(deps): bump actions/checkout from 4.2.2 to 6.0.0 by @dependabot[bot] in #65
- chore(deps-dev): bump mypy from 1.15.0 to 1.18.2 by @dependabot[bot] in #55
- chore(deps-dev): bump pylint from 3.3.1 to 3.3.9 by @dependabot[bot] in #57
- chore(deps-dev): bump pytest-xdist from 3.6.1 to 3.8.0 by @dependabot[bot] in #31
- chore(deps-dev): bump ruff from 0.9.10 to 0.14.2 by @dependabot[bot] in #62
- chore(deps-dev): bump pytest-cov from 6.0.0 to 7.0.0 by @dependabot[bot] in #50
- chore(deps-dev): bump cryptography from 46.0.3 to 46.0.5 by @dependabot[bot] in #69
New Contributors
- @branchv made their first contribution in #64
- @dependabot[bot] made their first contribution in #28
- @jfagoagas made their first contribution in #68
Full Changelog: 0.2.0...0.3.0
0.2.0
0.1.0
🚀 Features
- Expand IAM actions with wildcards (*, ?).
- Invert IAM action sets to find actions not matching specified patterns.
- Process IAM policies in JSON format.
- Command-line interface for easy use.
- Removes whitespaces or other characters used to obfuscate policies.
- Decide how to handle non valid actions: Raise an error, keep them or remove them.