Releases: silinternational/ecs-ami-deploy
Releases · silinternational/ecs-ami-deploy
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.
1.0.4
Fixed
- Specify path to
main.go
ingoreleaser.yml
. Runninggoreleaser release --snapshot --rm-dist
was failing with "error=build for ecs-ami-deploy does not contain a main function". - Change Github Action config to use the base path of the repo so the goreleaser config file is used instead of default goreleaser config.