v2.1.0
In this release, you'll notice when running an iamy pull
the Version
param in entities is unquoted, while it was quoted in previous versions. This is an expected change due to updates in the yaml library used (and shouldn't cause any issues).
This release also supports Policy and Role descriptions, but note that AWS only allows them to be set on creation of the policy or role, and they are immutable.
Added
- Adds a
--dry-run
flag to theiamy push
command #30 (thanks @andrewjhumphrey) - Remove excess policy versions to avoid service limits #29, #32 (thanks @andrewjhumphrey)
- Support for Policy descriptions #27 (thanks @pda)
- Support for Role descriptions #34