This file is used to list changes made in each version of ecs-manager.
- Add option to set pause when doing rolling update (@mzdrale - issue #14)
- Support Linux arm64 (@mzdrale - issue #15
- Switch to golang 1.19 (@mzdrale
- Check if instances is terminated by checking it's state, rather than wait for number if instances in cluster to decrease by one (@mzdrale - issue #12)
- Warn if "excluded list" is not empty (@mzdrale - issue #11)
- Add option to wait for at least one task to start on a new instance before proceeding to the next one when doing "Drain and terminate instance, one by one" (@mzdrale - issue #10)
- Rename
darwin
platform tomacos
(@mzdrale - issue #9) - Add support for macOS on Apple Silicon (@mzdrale - issue #8)
- Minor fixes
- Fix issue with terminating instance (@mzdrale)
- Return to menu if selected
N
when prompted (@mzdrale - issue #7) - If draining instance fails, stop there (@mzdrale - issue #6)
- Update
GetClusterInfo
function to return results for multiple clusters (@mzdrale - issue #5) - Fix output format of error messages (@mzdrale - issue #4)
- Print cluster info when browsing through cluster list (@mzdrale - issue #3)
- Add
version
argument (@mzdrale) - Various text output fixes (@mzdrale)
- Code cleanup (@mzdrale)
- Fix some text output format and color (@mzdrale)
- Update
.gitlab-ci.yml
andMakefile
- Add version number to binary name (@mzdrale) - Update
README.md
(@mzdrale) - Code cleanup (@mzdrale)
- Minor code cleanup (@mzdrale)
- Fix duration time format (@mzdrale)
- Initial prerelease (@mzdrale)