Releases: silinternational/awsops
Releases · silinternational/awsops
v0.2.0
Changed
- This change attempts to make a more accurate count of instances required in a cluster by not including the last portion of memory and CPU in each instance. It assumes that if the smallest container can't fit then no other container can either.
v0.1.2
Fixed
- Fix nil pointer dereference panic by improving
GetInstanceTypeForAsg
to use Launch Templates in addition to Launch Configurations.
0.1.2
Fixed
- Fix nil pointer dereference panic by improving
GetInstanceTypeForAsg
to use Launch Templates in addition to Launch Configurations.
0.1.1
Fixed
- Update dependencies.
- Use Go 1.19
- Remove .whitespace file.
0.1.0
- Converted from dep to Go Modules
- Publish binaries on Github
Updated Docker credentials (password changed 2020-10-07)
Merge pull request #10 from silinternational/develop
Release 0.0.2
Initial ecs commands
- listInstanceIPs
- replaceInstances