Releases: salesforce/policy_sentry
Releases · salesforce/policy_sentry
0.11.6 🌈
0.11.5 🌈
0.11.4 🌈
0.11.3 🌈
0.11.2 🌈
Changes
- Adds hyperlinks to AWS IAM Action metadata. Adds new query for get_api_documentation_link_for_action @kmcquade (#308)
- Made data scraping changes; fixes to unit tests. Fixes #256 @kmcquade (#307)
- Bump urllib3 from 1.25.10 to 1.26.2 @dependabot-preview (#302)
- Bump markdown from 3.2.2 to 3.3.3 @dependabot-preview (#300)
- Bump pytest from 6.0.1 to 6.1.2 @dependabot-preview (#299)
- Bump bandit from 1.6.2 to 1.6.3 @dependabot-preview (#298)
- Fix automatic IAM definition update action @zscholl (#306)
- Add GitHub workflow to combine Dependabot PRs into a single one @kmcquade (#304)
- Fixes #288 - adds abbreviated argument flags for power users @kmcquade (#293)
🐛 Bug Fixes
- updating version to 0.11.1 @reetasingh (#295)
0.11.1 🌈
Changes
- Update docs on minimization @kmcquade (#290)
- Fixes #285 - improves one small unit test @kmcquade (#286)
🧰 Maintenance
- fix version naming @reetasingh (#289)
📝 Documentation
- updating testing document with test strategy @reetasingh (#294)
0.11.0 🌈
Changes
- Adds support for Terraform 0.13 @kmcquade (#282)
- Terraform: Add support for skip_resource_constraints and exclude_actions - Fixes #278 @kmcquade (#279)
- Migrate terraform module @kmcquade (#277)
🚀 Features
- Unexpected output when working with ARNs that have a path in them @saikirankv (#284)
🧰 Maintenance
- removing CHANGELOG.md file @reetasingh (#275)
📝 Documentation
v0.10.0 🌈
Changes
- Change minimize to a boolean flag with an option minimize-length argument @dgubitosi (#270)
- Updates database @github-actions (#271)
- adding release drafter github action @reetasingh (#260)
0.9.1: Minimization improvements; logging fix; new --resource-type flag to Query command
0.9.0: IAM Definition changes; write-policy supports YAML output
write-policy --fmt yaml
is now supported- Fixed issue where elasticloadbalancing v1 was showing up in query results but v2 was not. Fixes #226
Backend improvements:
- Speed improvements: The IAM definition is now a dictionary instead of a list. This is a breaking change if you use the raw IAM definition
- IAM Definition now includes "required" as an additional key (Fixes #230)