This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
Releases: awslabs/amazon-ebs-autoscale
Releases · awslabs/amazon-ebs-autoscale
Patch release - v2.4.7
What's Changed
- feat: Add support for gp3 iops, throughput by @MrMarkW in #51
- Metadata service compatible with imdsv2 by @BenCodeOcean in #55
- Update README.md for imdsv2 feature by @BenCodeOcean in #57
New Contributors
- @MrMarkW made their first contribution in #51
- @BenCodeOcean made their first contribution in #55
Full Changelog: v2.4.6...v2.4.7
Patch release - v2.4.6
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
- @kgalens made their first contribution in #42
- @gwright99 made their first contribution in #40
- @cure made their first contribution in #39
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
What's Changed
- Fix variable assignment and clean code by @jgresens in #26
- limit Describevolume requests by @kmavrommatis in #29
- Add random jitter to sleep by @markjschreiber in #32
- Update README.md by @ajfriedman18 in #36
- Allow instance tags with ":" (issue #33) by @gilfreund in #34
New Contributors
- @jgresens made their first contribution in #26
- @kmavrommatis made their first contribution in #29
- @ajfriedman18 made their first contribution in #36
- @gilfreund made their first contribution in #34
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
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
Improvements
- change default volume type from gp2 to gp3
- add
-t|--volume-type
option toinstall.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
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
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
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
- 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
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