github aws/aws-node-termination-handler v1.17.0

latest releases: v1.22.1, v1.22.0, v1.21.0...
2 years ago

⚠️ 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

Don't miss a new aws-node-termination-handler release

NewReleases is sending notifications on new releases.