Skip to content

v2.1.0

Compare
Choose a tag to compare
@mtibben mtibben released this 27 Jun 00:10
· 52 commits to master since this release

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

Changed

  • Uses a red colour for destructive commands #25
  • Replace glide with govendor #31 (thanks @lox)
  • Fix order of operations so that we delete entities last #33