Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Releases: awslabs/amazon-ebs-autoscale

Patch release - v2.4.7

14 Dec 00:42
a55e7cc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.6...v2.4.7

Patch release - v2.4.6

16 Apr 03:26
4d044c4
Compare
Choose a tag to compare

What's Changed

  • Fixing instance tags parsing by @kgalens in #42
  • Check instance_tags not empty by @gwright99 in #40
  • Add missing permission by @cure in #39
  • Fixing typo I introduced with my previous PR and making logic tighter. by @gwright99 in #47

New Contributors

DEPRECATION NOTICE

  • Positional parameters for install will be removed in an upcoming release

Full Changelog: v2.4.5...v2.4.6

Patch release - v2.4.5

16 Feb 16:42
0a8af79
Compare
Choose a tag to compare

What's Changed

New Contributors

DEPRECATION NOTICE

  • Positional parameters for install will be removed in an upcoming release

Full Changelog: v2.4.4...v2.4.5

Patch release - v2.4.4

09 Apr 02:58
f39c7ea
Compare
Choose a tag to compare

Improvements

  • PR #25 - Implement max_ebs_volume_size config option, which limits the maximum size of an ebs volume that can be requested and attached.

DEPRECATION NOTICE

  • Positional parameters for install will be removed in an upcoming release

Patch release - v2.4.3

13 Mar 18:13
2be1045
Compare
Choose a tag to compare

Improvements

  • change default volume type from gp2 to gp3
  • add -t|--volume-type option to install.sh
  • bump initial volume size to 200GB

DEPRECATION NOTICE

  • Positional parameters for install will be removed in an upcoming release

Patch release - v2.4.2

27 Jul 18:15
651b216
Compare
Choose a tag to compare

Fixes

  • Improvements to threshold calculation and ability to cope with API throttling (#14)

DEPRECATION Notice

  • Positional parameters for install will be removed in an upcoming release

Patch release - v2.4.1

11 Jul 05:03
Compare
Choose a tag to compare

Added

  • Additional volume tag "amazon-ebs-autoscale-create-time" to identify volumes as being created by Amazon EBS Autoscale and the time that they were created.

DEPRECATION Notice

  • Positional parameters for install will be removed in an upcoming release

Minor Release - v2.4.0

16 May 05:48
Compare
Choose a tag to compare

Added

  • Option to add io1 type ebs volumes with provisioned IOPS
  • Automated uninstall script
  • Logging of volume type, iops, and encryption status when volume is created

Changed

  • Moved volume type, iops, and encryption defaults to config

DEPRECATION Notice

  • Positional parameters for install will be removed in an upcoming release

Patch release - v2.3.1

05 May 03:50
c733169
Compare
Choose a tag to compare
  • bugfix for positional parameter processing
  • capture and log errors when creating a volume
  • update required IAM permissions documented in README

Minor Release - v2.3.0

25 Apr 00:42
Compare
Choose a tag to compare

Improvements

  • Add LVM+ext4 support as an alternative to BTRFS
  • Install uses optional parameters for configuration
    • Positional parameters still supported in this release

DEPRECATION Notice

  • Positional parameters for install will be removed in next release