Releases: 99designs/iamy
Releases · 99designs/iamy
v2.3.2
Fixed
Bug fix for Users, allow no tags to be specified
v2.3.1
Fixed
Errors when decoding S3 bucket policies with invalid URL escape characters #57
v2.3.0
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
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
Fixed
- fix
version-id
parameter when deleting a policy version #37
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
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
- 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
- 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
- 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