Releases: sil-org/ecs-ami-deploy
Releases · sil-org/ecs-ami-deploy
v3.1.0
v3.0.4 -- prevent a change to the type of image
What's Changed
- Release 3.0.4 -- prevent a change to the type of image by checking the provided filter by @briskt in #20
Full Changelog: v3.0.3...v3.0.4
v3.0.3 -- corrected Go imports
What's Changed
Full Changelog: v3.0.2...v3.0.3
v3.0.2 -- updated GitHub Actions
What's Changed
Full Changelog: v3.0.0...v3.0.2
v3.0.1
What's Changed
- Release v3.0.0 - change default AMI filter by @Praveenraj-K in #17
New Contributors
- @Praveenraj-K made their first contribution in #17
Full Changelog: v2.0.3...v3.0.1
(This release is the same as v3.0.0)
Release v3.0.0 - change default AMI filter
What's Changed
- Release v3.0.0 - change default AMI filter by @Praveenraj-K in #17
New Contributors
- @Praveenraj-K made their first contribution in #17
Full Changelog: v2.0.3...v3.0.0
v2.0.3
v2.0.2
Use os.UserHomeDir
Changed
- Use os.UserHomeDir() instead of mitchellh/go-homedir Dir() function
2.0.0
Version 2 converts ecs-ami-deploy to work with Launch Templates instead of Launch Configurations. Infrastructure that still uses Launch Configurations will need to run ecs-ami-deploy version 1. Note that the list-clusters command in version 1 will fail if any cluster in the account and region is using launch templates.