Aws Node Termination Handler Versions Save

Gracefully handle EC2 instance shutdown within Kubernetes

v1.17.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/aws/aws-node-termination-handler/compare/v1.17.2...v1.17.3

v1.17.2

1 year ago

What's Changed

Full Changelog: https://github.com/aws/aws-node-termination-handler/compare/v1.17.1...v1.17.2

v1.17.1

1 year ago

What's Changed

Full Changelog: https://github.com/aws/aws-node-termination-handler/compare/v1.17.0...v1.17.1

v1.17.0

1 year 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

New Contributors

Full Changelog: https://github.com/aws/aws-node-termination-handler/compare/v1.16.5...v1.17.0

v1.16.5

2 years ago

What's Changed

Full Changelog: https://github.com/aws/aws-node-termination-handler/compare/v1.16.4...v1.16.5

v1.16.4

2 years ago

v1.16.3

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/aws/aws-node-termination-handler/compare/v1.16.2...v1.16.3

v1.16.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/aws/aws-node-termination-handler/compare/v1.16.1...1.16.2

v1.16.1

2 years ago

What's Changed

Fixes and enhancements

Build improvements

Full Changelog: https://github.com/aws/aws-node-termination-handler/compare/v1.16.0...v1.16.1

v1.16.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/aws/aws-node-termination-handler/compare/v1.15.0...v1.16.0