Releases: amazonlinux/amazon-ec2-net-utils
Releases · amazonlinux/amazon-ec2-net-utils
v2.7.2
What's Changed
- Update README.md by @joeysk2012 in #136
- Add conditional sysctl config during install. by @joeysk2012 in #138
- Change "Waiting for sysfs node to exist" log message by @sparrc in #123
- Silence error on lock attempt by @petiepooo in #137
- Fix debian/changelog format for 2.7.1 entry by @mjnowen in #141
- Add upstream homepage, remove dpkg-gencontrol false-positive warning by @mjnowen in #139
- lib.sh: fix reload check by @junkblocker in #127
- Reducing log noise for refresh path. by @joeysk2012 in #144
New Contributors
- @sparrc made their first contribution in #123
- @petiepooo made their first contribution in #137
- @mjnowen made their first contribution in #141
- @junkblocker made their first contribution in #127
Full Changelog: v2.7.1...v2.7.2
v2.7.1
What's Changed
- Fixed Secondary IP refresh and added IMDS token optimization by @joeysk2012 in #128
- Release version 2.7.1 by @joeysk2012 in #130
Full Changelog: v2.7.0...v2.7.1
v2.7.0
What's Changed
- Add set-hostname-imds service by @norvellj in #126
- Adding user-agent to IMDS requests by @joeysk2012 in #125
New Contributors
Full Changelog: v2.6.0...v2.7.0
v2.6.0
What's Changed
- Implement per interface IMDS in order to reduce the chance of throttling by IMDS server. Requests to IMDS will be made through each interface if possible. Previously, only the primary interface was being used. @joeysk2012 in #119
Full Changelog: v2.5.5...v2.6.0
v2.5.5
What's Changed
- Minor bug fixes: Removing unnecessary IMDS calls and empty configs before applying by @joeysk2012 in #118
- Release version 2.5.5 by @joeysk2012 in #121
New Contributors
- @joeysk2012 made their first contribution in #118
Full Changelog: v2.5.4...v2.5.5
v2.5.4
What's Changed
- Reverted change made in v2.5.2 which caused errors when deployed on AWS instances with >= 32 ENIs. IMDS is rate limiting calls from ec2-netutils to refresh data, adding the additional call to networkd_reload caused it to load empty configs created due to time outs caused by the rate limits.
Full Changelog: v2.5.3...v2.5.4
v2.5.3
What's Changed
- Correct version in specfile, Makefile, and debian changelog entries.
Full Changelog: v2.5.2...v2.5.3
v2.5.2
What's Changed
- automatically allocate secondary ip address on assignment by @josiahvehrs in #113
Full Changelog: v2.5.1...v2.5.2
v2.5.1
What's Changed
- Revert changes made to implement backoff in case of IMDS missing data by @saiharsha1994 in #110
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
This release fixes issues where instances which have support for non-zero network card values (like c6in.32xlarge) could result in invalid or incomplete configuration.
- add support for nonzero network-card IMDS values by @nmeyerhans in #105
- Packaging, CI, and miscellaneous fixes by @nmeyerhans in #106
- don't reconfigure networkd on "stop" by @nmeyerhans in #107
Full Changelog: v2.4.1...v2.5.0