Skip to content

Releases: salesforce/policy_sentry

0.11.6 🌈

23 Mar 14:40
21f7596
Compare
Choose a tag to compare

Changes

  • Update access levels, add Makefile, update IAM definition, update dependencies @kmcquade (#346)
  • Updates database @github-actions (#339)

0.11.5 🌈

10 Feb 14:44
6a5fbb2
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Invalid ARNs now raise a descriptive exception instead of just a generic IndexError message @kmcquade (#336)

0.11.4 🌈

22 Jan 18:07
abebb98
Compare
Choose a tag to compare

Changes

0.11.3 🌈

28 Dec 21:58
3da9bce
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

0.11.2 🌈

22 Dec 03:21
e809687
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

0.11.1 🌈

02 Dec 21:10
20249f1
Compare
Choose a tag to compare

Changes

🧰 Maintenance

📝 Documentation

0.11.0 🌈

18 Nov 22:08
382a40f
Compare
Choose a tag to compare

Changes

🚀 Features

  • Unexpected output when working with ARNs that have a path in them @saikirankv (#284)

🧰 Maintenance

📝 Documentation

v0.10.0 🌈

04 Nov 17:13
5a42b0f
Compare
Choose a tag to compare

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

27 Oct 16:42
8443a24
Compare
Choose a tag to compare
  • write-policy:
    • Minimization is improved by grouping results based on ARNs (#252)
  • query:
    • --resource-type flag added to policy_sentry query action-table command (Fixes #255)
  • Backend methods:
    • Added some utility functions (get_statement_from_policy_using_sid, get_sid_names_from_policy to make it easier to future-proof unit tests that rely on the ever-changing AWS IAM data.
    • Bug fix for get_actions_for_service (Fixes #245)
    • Bug fix for create_policy_sid_namespace (Fixes #266)
  • logging
    • Bug fix for logging not working (Fixes #268)

0.9.0: IAM Definition changes; write-policy supports YAML output

01 Oct 19:08
851ffd2
Compare
Choose a tag to compare
  • 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)