Skip to content

Releases: aws/aws-node-termination-handler

v2.0.0-alpha

20 Oct 19:06
9504965
Compare
Choose a tag to compare
v2.0.0-alpha Pre-release
Pre-release

What's Changed

Full Changelog: 0ab461d...v2.0.0-alpha

v1.17.3

14 Sep 15:47
6efd62a
Compare
Choose a tag to compare

What's Changed

  • fix(sqs): log itn event messageid correctly by @acobaugh in #684
  • Add back deprecated flags for checking whether an instance is managed by NTH by @snay2 in #686

New Contributors

Full Changelog: v1.17.2...v1.17.3

v1.17.2

31 Aug 21:28
10edb16
Compare
Choose a tag to compare

What's Changed

  • Add optional pause prior to completing lifecycle action by @cjerad in #680

Full Changelog: v1.17.1...v1.17.2

v1.17.1

24 Aug 19:48
d4d447c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.17.0...v1.17.1

v1.17.0

18 Aug 15:14
9f08b60
Compare
Choose a tag to compare

⚠️ Callouts ⚠️

These may be breaking changes, depending on your setup:

  • Remove calls to ASG APIs when determining whether NTH should manage an instance.
    • If you use ASGs but do not propagate tags to your EC2 instances, NTH may stop managing those instances. This is because NTH will now only check tags on the instance itself to determine whether NTH should manage that instance.
  • Deprecate two config values. Release v1.17.0 supports both configs, but you'll see a warning if you use the deprecated name. We may remove the deprecated configs altogether in a future release.
    • Deprecate CheckASGTagBeforeDraining and replace it with CheckTagBeforeDraining
    • Deprecate ManagedAsgTag replace it with ManagedTag

What's Changed

  • Filter managed non-ASG nodes by tag by @AustinSiu in #669
  • feat(observability): add eventID to exposed metrics by @cmotta2016 in #652
  • Update infra setup steps for multi-cluster by @AustinSiu in #653
  • Handle scheduled events immediately in IMDS mode, the same as queue processor mode by @snay2 in #661
  • chore(README): add hint about EKS managed node groups by @m00lecule in #664
  • Remove runAsUser in helm template for windows node by @pmcenery-bl in #663

New Contributors

Full Changelog: v1.16.5...v1.17.0

v1.16.5

31 May 16:25
f10d1f3
Compare
Choose a tag to compare

What's Changed

  • delete test notification by @cjerad in #644
  • Log IMDS response full text when status code not in 200 range by @snay2 in #645

Full Changelog: v1.16.4...v1.16.5

v1.16.4

18 May 19:21
c20dc36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.16.3...v1.16.4

v1.16.3

11 May 20:38
25e0ed9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.16.2...v1.16.3

v1.16.2

20 Apr 17:52
b43a4ce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.16.1...1.16.2

v1.16.1

07 Apr 14:54
4a3e2ca
Compare
Choose a tag to compare

What's Changed

Fixes and enhancements

Build improvements

  • Update go & lib versions in Dockerfiles by @brycahta in #605
  • Update golangci action to increase timeout and hard-code version by @brycahta in #610

Full Changelog: v1.16.0...v1.16.1