Releases: abicky/ecsmec
Releases · abicky/ecsmec
v0.1.3
Changelog
- f04c95d Apply suggestions from code review
- f4c3575 Bump the version number to 0.1.3
- f9ff433 Fix "N instances should be drained but only M instances was drained"
- a7e3020 Fix .gorelease.yml
- 26e00d0 Fix bugs caused by aws-sdk-go-v2 migration
- b3779e8 Fix test error messages
- 71610e3 Handle case context is done
- 4a89a15 Merge pull request #1 from abicky/upgrade-go-and-packages
- 8d4c941 Merge pull request #2 from abicky/fix-failed-to-replace-instances
- 7e60020 Migrate to aws-sdk-go-v2
- b6337e5 Refactoring: Introduce createTagDescriptions
- 17b5800 Refactoring: Introduce testutil.AnyContext()
- 94ed157 Refactoring: Use Int32.Add and Int32.Load
- ea447b8 Refactoring: Use constants
- d65fb39 Refactoring: Use math/rand/v2 instead of math/rand
- 7fe75f2 Refactoring: Use new range syntax introduced in Go 1.22
- c5fb1bc Refactoring: Use slices package
- 730dd9b Resolve deprecated warnings
- f060da5 Resolve gocredits error "could not find the license for ..."
- cdccb4e Set language information to code blocks
- 84d7ae2 Set trimpath option
- e6583b3 Support new ECS service configurations
- 63f719c Update internal/capacity/cluster.go
- cb6dda9 Upgrade GitHub Actions versions
- b382a94 Upgrade Go
- 3ce0302 Upgrade cobra and use new feature
- 9a92aaf Upgrade golang.org/x/xerrors
- b59c37d Use any instead of interface{}
- db2b939 Use dario.cat/mergo instead of github.com/imdario/mergo
- be28f56 Use generics in sliceutil
- d0d386d Use go.uber.org/mock/gomock instead of github.com/golang/mock/gomock
- 077e2b7 go get [email protected] && go mod tidy
v0.1.2
v0.1.1
v0.1.0
Changelog
e9b9663 Add .goreleaser.yml
450f05b Add the release job
df884fd Add the section "Installation" to the README
dbe6fab Add the subcommand "recreate-service"
c2ec595 Add the subcommand "reduce-cluster-capacity"
d4e00b2 Add the subcommand "terminate-spot-fleet-instances"
90e752f Initial commit