Releases: amazonlinux/amazon-ec2-utils
Releases · amazonlinux/amazon-ec2-utils
amazon-ec2-utils v2.2.0
What's Changed
- Allow region discovery by @guikcd in #30
- Change ec2nvme-nsid to use Bash built-ins by @ziggythehamster in #32
- Print ec2-metadata error to stderr and add missing changelog entry by @ziggythehamster in #33
New Contributors
- @guikcd made their first contribution in #30
- @ziggythehamster made their first contribution in #32
Full Changelog: v2.1.0...v2.2.0
amazon-ec2-utils v2.1.0
What's Changed
- Update ec2-metadata to allow partition discovery by @nmeyerhans in #26
- Add --quiet command line option to suppress printing metadata keys
- Minor documentation updates.
Housekeeping
- Remove old CircleCI configuration by @nmeyerhans in #25
- Run shellcheck via GitHub Actions
Full Changelog: v2.0.1...v2.1.0
amazon-ec2-utils v2.0.1
What's Changed
- Ensure that NVME symlinks are not lost on udev change events (main branch) by @nmeyerhans in #24
Full Changelog: v2.0...v2.0.1
amazon-ec2-utils 1.4.1
What's Changed
- Ensure that NVME symlinks are not lost on udev change events by @nmeyerhans in #23
Full Changelog: 1.4...1.4.1
amazon-ec2-utils v2.0
What's Changed
- Restrict NVME udev rules to "add" events by @nmeyerhans in #9
- ebsnvme-id: open devices in read-only mode by @nmeyerhans in #16
- add ec2-metadata tags support. by @takipone in #17
- Run Amazon Linux CI checks in AL 2022
- Install binaries to %{_sbindir} rather than /sbin
- Install ec2nvme-nsid in %{_sbindir} rather than /usr/lib/udev
- Correct an invalid variable substitution in udev rules leading to warnings from udevd
- Drop ec2udev-vcpu and related udev rules
- Update branch details in CONTRIBUTING.md
- rpm: Update python deps to python3
- rpm: Correct the changelog date for 1.3-3
- rpm: Install udev rules to %{_udevrulesdir}
- rpm: Update relationship to ec2-utils and ec2-metadata
- rpm: Stop creating the /opt/aws/bin/ec2-metadata symlink
Full Changelog: 1.4...2.0
1.4
What's Changed
- Add man pages and perform some repo housekeeping by @nmeyerhans in #2
- Add udev rule to add by-path links for xen vbd devices by @surajjs95 in #3
- Disable timeout on EBS volumes by @ssuryad-amzn in #8
- Correct RPM spec changelog versions and dates by @nmeyerhans in #11
- Restrict NVME udev rules to "add" events by @nmeyerhans in #9
- ebsnvme-id: open devices in read-only mode by @nmeyerhans in #16
- correct a typo in 70-ec2-nvme-devices.rules by @nmeyerhans in #14
- add ec2-metadata tags support. by @takipone in #17
- Address a number of shellcheck warnings in
ec2-metadata
@nmeyerhans in #19
Full Changelog: 1.3...1.4
amazon-ec2-utils 1.3 - Renamed from ec2-utils
Merge pull request #1 from nmeyerhans/python3 Minor repo cleanup and python3 support