Releases: salesforce/policy_sentry
Releases · salesforce/policy_sentry
0.8.8: Fixes issue with querying condition keys and adds get_region_from_arn back
- Fixes issue with querying condition keys (#225)
- Adds get_region_from_arn back for our friends at Netflix :)
0.8.7: Fix elasticache issue and query logging
Fix elasticache issue and bump version (#224) * Fix elasticache issue and bump version * Fix tests due to AWS changes
0.8.6: ARN Matching and query function fixes
0.8.5: fixed issue with write_policy_with_template when used as a library
0.8.4: Fix query action-table subcommand with specific combination of options; Update docs and IAM data refresh
- IAM Data refresh
- Updated docs for query actions (#208)
- Fixed query command for
policy_sentry query action-table --service s3 --access-level read --wildcard-only --fmt yaml
- previously was not transforming user input properly.
0.8.3: Add support for resource type wildcards (helps with using Policy Sentry as a Library)
0.8.2: IAM data refresh
Fix GitHub publish action (#198)
0.8.1: IAM data updates
- IAM data updates refresh
- From now on, minor versions will be incremented for any new features, and the patch will be for small fixes or IAM data updates. No need to have a 4th number
0.8.0.7: Adds the ability to exclude some actions from the resulting CRUD policy
Adds the ability to exclude some actions from the resulting policy.
0.8.0.6: Fixed an overly verbose logging issue
Merge pull request #179 from kmcquade/fix/GH-178 Fixes overly verbose logging issue for one of the query functions.