Skip to content

Releases: silinternational/ecs-ami-deploy

v2.0.3

21 Nov 18:16
d93a524
Compare
Choose a tag to compare

Removed

  • Removed stub and other notes about AWS Lambda. This functionality was never completed.

Fixed

  • Update Go to 1.21
  • Update dependencies

v2.0.2

15 Aug 20:14
234cff3
Compare
Choose a tag to compare

Fixed

  • Fix build by including /v2 in the module path

Use os.UserHomeDir

15 Aug 19:51
836f905
Compare
Choose a tag to compare

Changed

  • Use os.UserHomeDir() instead of mitchellh/go-homedir Dir() function

2.0.0

04 May 00:17
3a9fa1f
Compare
Choose a tag to compare

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

12 Oct 08:48
a525ace
Compare
Choose a tag to compare

Fixed

  • Specify path to main.go in goreleaser.yml. Running goreleaser 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.

1.0.3

22 Dec 13:56
ea468a4
Compare
Choose a tag to compare

Changelog

  • ea468a4 Merge pull request #4 from silinternational/develop
  • 5e59f2b fix bug with expected ecs cluster instance count

1.0.2

21 Dec 22:00
158cc32
Compare
Choose a tag to compare

Changelog

  • 158cc32 Merge pull request #3 from silinternational/develop
  • 15838ec improve waiting for ecs instance count

1.0.1

20 Dec 21:19
be3f830
Compare
Choose a tag to compare

Changelog

  • be3f830 Merge pull request #2 from silinternational/develop
  • 126efab fix empty keyName on new launch config and update dependencies
  • 94f51d4 fix issue listing clusters when a cluster has no instances

1.0.0

20 Dec 14:31
975fffd
Compare
Choose a tag to compare

In this first release the CLI supports a graceful rotation of EC2 instances for a given ECS cluster with the latest ECS optimized AMI.