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

Minor Release - v2.2.0

23 Apr 03:11
Compare
Choose a tag to compare

Improvements:

  • Add constraint on the number of volumes an instance can create - default limit is 16
  • Add constraint on the total size of volumes an instance can create - default limit is 8000GB
  • Verbose install
  • Default 100GB size for initial filesystem on install
  • Use /dev/xvdb* device names

Bug fixes

  • Fix check on number of attached volumes for an instance

Deprecation

  • REMOVED /bin/create-ebs-volume.py

Minor Release - v2.1.0

14 Mar 02:05
Compare
Choose a tag to compare
  • Removed dependency on Python
  • bin/create-ebs-volume.py is DEPRECATED and will be removed in the next release

Patch release - v2.0.2

06 Jan 23:29
Compare
Choose a tag to compare
  • Update cloud-init installation commands

Patch release - v2.0.1

31 Dec 00:07
Compare
Choose a tag to compare

Add jq back to cloud-init template as dependency

Release - v2.0.0

31 Dec 00:04
9371866
Compare
Choose a tag to compare
  • Adds systemd support
  • Refactored to use a config file for parameters like mountpoint, logging interval, volume limits
  • Simplified daemon invocation
  • Various code cleanup

Release - v1.0.0

25 Dec 20:44
Compare
Choose a tag to compare

First official release.