Skip to content

Releases: bandesz/awsc

0.0.8

07 Jun 09:43
Compare
Choose a tag to compare

CHANGES:

  • the tags will have the "v" prefix starting from this release

BUG FIXES:

  • When there are no instances in an autoscaling group, the migration should not throw an error.

SHA256 sums:

d49eaa905d781783178c57ab876113d76868907046ffcf295ed2a3e9c1aa62f3  awsc-0.0.8.darwin.386
13ef56c1d202dd460f1f8a2f10aad4faedfc0172f70c89109ea7a923d9bc325c  awsc-0.0.8.darwin.amd64
b87c3aa6eb9d364ac04c6ed3798bef4f51064e8dbf8369967d2b22dbdb957efa  awsc-0.0.8.linux.386
f207bda2d67518e6bde954195fb6a6315cdc5cb8a65142847a60dae9b2527443  awsc-0.0.8.linux.amd64
851088daceb68b843d6e19a887fb0574cce7d422f273f54be584469a0c0db6d6  awsc-0.0.8.windows.386
8f2e9ff5a91c9eda4591b32693cf6eb0e54d91dac6a1c89bd8203b5fdf2d62bb  awsc-0.0.8.windows.amd64

0.0.7

29 May 09:05
Compare
Choose a tag to compare

BUG FIXES:

  • Fix a mistake where autoscaling migration's min-healthy-percent was handled like max-healthy-percent
  • Make autoscaling migration work for 1 instance
  • Throw an error when the autoscaling migration can't keep the given min-healthy-percent instances healthy

0.0.6 - DO NOT USE

28 May 21:13
Compare
Choose a tag to compare

BUG INTRODUCED:

  • the min-healthy-percent is handled as max-healthy-percent (fixed in 0.0.7)

IMPROVEMENTS:

  • Add ECS cluster draining when migrating autoscaling instances
  • Ability to drain more than one instance at a time
  • Drain and terminate instances in parallel
  • Add option to set the minimum percent of instances to keep healthy

0.0.5

28 Feb 17:36
Compare
Choose a tag to compare

IMPROVEMENTS:

  • New auth parameter to set MFA token code instead of reading from prompt: --token-code
  • New auth parameter to set AWS profile: --aws-profile
  • You can now set some parameters from ENV vars (see help command)
  • Basic tests were added

0.0.4

28 Feb 11:13
Compare
Choose a tag to compare

BUG FIXES:

  • Fix the wrapper script to process script arguments properly: use exec env instead of eval

0.0.3

15 Dec 23:05
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Print done when the AS migration finished
  • Change sleep from 20 to 10 secs

BUG FIXES:

  • When assuming roles wrong profile name was used in the script file
  • Include AWS_SECURITY_TOKEN in the generated env file (e.g. boto needs it..)

0.0.2

15 Dec 18:51
Compare
Choose a tag to compare

BUG FIXES:

  • Fix an issue where the user's home directory couldn't be determined

0.0.1

15 Dec 17:46
Compare
Choose a tag to compare

First release