Skip to content

Releases: 99designs/iamy

v2.4.0

18 Oct 02:05
f1c19eb
Compare
Choose a tag to compare

Added

  • Implement slow but accurate CloudFormation filtering by @vektah in #72

Fixed

Full Changelog: v2.3.2...v2.4.0

v2.3.2

28 Mar 23:10
d67de18
Compare
Choose a tag to compare

Fixed

Bug fix for Users, allow no tags to be specified

v2.3.1

21 Mar 01:19
d00e90f
Compare
Choose a tag to compare

Fixed

Errors when decoding S3 bucket policies with invalid URL escape characters #57

v2.3.0

11 Jan 00:13
05d13b6
Compare
Choose a tag to compare

Added

  • added support for user tags #54
  • added support for skipping AWS service roles #53

Fixed

  • Ignore s3 buckets that don't exist #46
  • corrects the command used to create instance profiles #48
  • fixes deletion of instance profiles by removing all roles first #48

Note

You should remove all roles under iam/roles/aws-service-role/ as these are no longer managed by iamy

v2.2.0

26 Sep 10:40
Compare
Choose a tag to compare

Fixed

  • Ensure consistent file path separator handling in all OS #40
  • Find account via STS GetCallerIdentity #44

Added

  • Manage IAM instance profiles #39
  • windows binaries to the release build 60f046e

v2.1.1

24 Aug 01:25
Compare
Choose a tag to compare

Fixed

  • fix version-id parameter when deleting a policy version #37

v2.1.0

27 Jun 00:10
Compare
Choose a tag to compare

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

v2.0.0

20 Sep 01:57
Compare
Choose a tag to compare
  • Adds support for managing S3 bucket ACLs. This changes the file layout, so to update you'll need to run iamy pull --delete to update your data. #16
  • Normalises the AWS policy document when pushing and pulling #17
  • Uses the aws cli environment variables for config by default #20

v2.0.0-beta3

09 Sep 04:49
Compare
Choose a tag to compare
v2.0.0-beta3 Pre-release
Pre-release
  • Adds support for managing S3 bucket ACLs. This changes the file layout, so to update you'll need to run iamy pull --delete to update your data. #16
  • Normalises the AWS policy document when pushing and pulling #17
  • Uses the aws cli environment variables for config by default #20

v2.0.0-beta2

01 Sep 04:53
Compare
Choose a tag to compare
v2.0.0-beta2 Pre-release
Pre-release
  • Adds support for managing S3 bucket ACLs. This changes the file layout, so to update you'll need to run iamy pull --delete to update your data. #16
  • Normalises the AWS policy document when pushing and pulling #17