github.com/aws/aws-node-termination-handler
v1.25.6
#1167 most downloaded on Go modules
aws/aws-node-termination-handler
What this package is like to depend on
Last release 1 months ago
21 Jul 2026
Ships fairly regularly
a new release about every 6 weeks
Rarely documented
notes for 10 of 56 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
131 releases · first in 2020
6 releases in the last 12 months
see the full history below
Release timeline
131 releases · Jan 2020 to Jul 2026Releases
latest 60 of 131-
v1.25.7-0.20260721224236-62a8761d812b21 Jul 2026 pre-releaseNothing published for this version
-
v1.25.7-0.20260608232039-5f61b02c5ce008 Jun 2026 pre-releaseNothing published for this version
-
v1.25.602 Apr 2026Release notes
Open source →What's Changed
- Upgrade toolchain to go1.25.8 by @tiationg-kho in #1259
Full Changelog: v1.25.5...v1.25.6
-
v1.25.505 Mar 2026Release notes
Open source →e04dab6
This commit was created on GitHub.com and signed with GitHub’s verified signature .
GPG key ID: B5690EEEBB952194
Verified Learn about vigilant mode .
What's Changed
- Upgrade vulnerable depdendencies by @Lu-David in #1252
Full Changelog : v1.25.4...v1.25.5
Contributors
Lu-David
-
v1.25.426 Jan 2026Release notes
Open source →What's Changed
- Fix node tainting when using UseProviderId with SQS monitors by @Sithembiso-Mashinini in #1203
- ci: scope down GitHub Token permissions by @AdnaneKhan in #1202
- Add new env var for sqsMsgVisibilityTimeoutSec by @tiationg-kho in #1220
- Upgrade Go version 1.23 to 1.25 by @hyeong01 in #1234
New Contributors
- @Sithembiso-Mashinini made their first contribution in #1203
- @AdnaneKhan made their first contribution in #1202
Full Changelog: v1.25.3...v1.25.4
-
v1.25.310 Nov 2025Release notes
Open source →What's Changed
- Update readme to add windows 2019 deprecation notice by @tanmaysankhe in #1193
- Add windows 2019 deprecation link in readme by @tanmaysankhe in #1198
- Migrate release wf to oidc by @tiationg-kho in #1206
- Fix misleading message for launch lifecycle events logged as drain operations by @baburciu in #1204
New Contributors
Full Changelog: v1.25.2...v1.25.3
-
v1.25.223 Jul 2025Release notes
Open source →What's Changed
- Adding CancelDrainTask to ASG termination to close orphaned generated heartbeat from nodes failing to cordon and drain by @pshand-1 in #1173
- Removing support for windows 2019 as the windows 2019 is deprecated
New Contributors
Full Changelog: v1.25.1...v1.25.2
-
v1.25.2-0.20250630224353-82f53787f12130 Jun 2025 pre-releaseNothing published for this version
-
v1.25.128 Apr 2025Release notes
Open source →What's Changed
- Modified cache and ubuntu versions to resolve the build failures by @LikithaVemulapalli in #1142
- Fix log level in drain helper by @tiationg-kho in #1153
- Add consistent whitespaces in bug report template by @der-eismann in #1151
- Add node_name to
Draining the nodemessage by @der-eismann in #1149 - Set application logger for k8s klog as well by @der-eismann in #1152
Full Changelog: v1.25.0...v1.25.1
-
v1.25.028 Feb 2025Release notes
Open source →What's Changed
- Prometheus add nodes gauge for SQS mode by @phuhung273 in #1083
- fixed -o flag fail. issue 1118 by @joswinc in #1134
- Add enable-out-of-service-taint flag by @tiationg-kho in #1132
- Fix helm default val for heartbeat flags by @tiationg-kho in #1136
- Add k8s 1.32 support by @tiationg-kho in #1133
- 🥑🤖 v1.24.1 release prep by @LikithaVemulapalli in #1138
- Revert "🥑🤖 v1.24.1 release prep (#1138)" by @LikithaVemulapalli in #1139
New Contributors
- @phuhung273 made their first contribution in #1083
- @joswinc made their first contribution in #1134
Full Changelog: v1.24.0...v1.25.0
-
v1.24.126 Feb 2025Nothing published for this version
-
v1.24.029 Jan 2025Release notes
Open source →What's Changed
- Add filtering before DeleteOrEvictPods by @tiationg-kho in #1106
- Add SQS InterruptionEvent.InstanceType by @hari-rad in #1104
- Upgrade golang.org/x packages by @tiationg-kho in #1115
- Update README.md with more details on lifecycle state in IMDS mode by @Lu-David in #1117
- Add/lifecycle heartbeat by @hyeong01 in #1116
New Contributors
Full Changelog: v1.23.1...v1.24.0
-
v1.23.119 Dec 2024Release notes
Open source →What's Changed
- Add sqs client retryer by @tiationg-kho in #1099
- Update PULL_REQUEST_TEMPLATE.md by @Lu-David in #1102
- Deprecate old k8s version by @tiationg-kho in #1107
- Update README.md by @Lu-David in #1112
- set enableASGLifecycleDrainingDefault to false by @Lu-David in #1113
Full Changelog: v1.23.0...v1.23.1
-
v1.23.010 Dec 2024Release notes
Open source →What's Changed
- synchronize the linux and windows release process to avoid overwriting the manifest by @bwagner5 in #1050
- added windows 2022 support by @Lu-David in #1057
- Bump k8s.io/client-go from 0.30.3 to 0.31.0 by @dependabot in #1054
- Modified few dependencies to resolve windows build issues by @LikithaVemulapalli in #1062
- Imds asg lifecycle support by @Lu-David in #1067
- Incorrect polling logic in handleRebootUncordon for Scheduled Event Draining by @xabinapal in #1059
- For testing the lint failures by @LikithaVemulapalli in #1087
- docs: Clarify metric collection methods for NTH modes by @younsl in #1084
- Misleading 404 logs in IMDS mode when querying EC2 Metadata without a public IP by @xabinapal in #1058
- Fix prometheus port (#1078) and add unit test for opentelemetry (#1088) by @tiationg-kho in #1093
- Fix ASGLifecycle showing up as UnknownInterruption on K8 events (#1024) by @hyeong01 in #1096
- Fix e2e tests failure in action of build and test by @tiationg-kho in #1094
New Contributors
- @Lu-David made their first contribution in #1057
- @xabinapal made their first contribution in #1059
- @younsl made their first contribution in #1084
- @tiationg-kho made their first contribution in #1093
- @hyeong01 made their first contribution in #1096
Full Changelog: v1.22.1...v1.23.0
-
v1.22.131 Jul 2024Nothing published for this version
-
v1.22.1-0.20240801041135-2e49a2e7db7201 Aug 2024 pre-releaseNothing published for this version
-
v1.22.013 May 2024Nothing published for this version
-
v1.21.1-0.20240514185651-12acc3ce599914 May 2024 pre-releaseNothing published for this version
-
v1.21.1-0.20240513210455-790a74f7753313 May 2024 pre-releaseNothing published for this version
-
v1.21.031 Jan 2024Nothing published for this version
-
v1.20.1-0.20240307175452-8cc40cd2885807 Mar 2024 pre-releaseNothing published for this version
-
v1.20.1-0.20240304174653-f801f5f71bdf04 Mar 2024 pre-releaseNothing published for this version
-
v1.20.1-0.20240226154732-cf40a2e3acfb26 Feb 2024 pre-releaseNothing published for this version
-
v1.20.1-0.20240213195714-422ba9d5e7bd13 Feb 2024 pre-releaseNothing published for this version
-
v1.20.1-0.20240131204513-f3b7d4fd0a1531 Jan 2024 pre-releaseNothing published for this version
-
v1.20.016 Jun 2023Nothing published for this version
-
v1.19.1-0.20230616155501-2ca38ee86fa816 Jun 2023 pre-releaseNothing published for this version
-
v1.19.1-0.20230220164747-d0328f68ac3520 Feb 2023 pre-releaseNothing published for this version
-
v1.19.026 Jan 2023Nothing published for this version
-
v1.18.317 Jan 2023Nothing published for this version
-
v1.18.3-0.20221222230729-692ef76967e122 Dec 2022 pre-releaseNothing published for this version
-
v1.18.214 Dec 2022Nothing published for this version
-
v1.18.128 Nov 2022Nothing published for this version
-
v1.18.021 Nov 2022Nothing published for this version
-
v1.17.314 Sep 2022Nothing published for this version
-
v1.17.231 Aug 2022Nothing published for this version
-
v1.17.124 Aug 2022Nothing published for this version
-
v1.17.018 Aug 2022Nothing published for this version
-
v1.16.6-0.20220617164816-47b54fa44a9d17 Jun 2022 pre-releaseNothing published for this version
-
v1.16.531 May 2022Nothing published for this version
-
v1.16.418 May 2022Nothing published for this version
-
v1.16.4-0.20220511221406-df7f64e05fd011 May 2022 pre-releaseNothing published for this version
-
v1.16.311 May 2022Nothing published for this version
-
v1.16.3-0.20220503163223-e82f3aecc18603 May 2022 pre-releaseNothing published for this version
-
v1.16.3-0.20220428181807-32982464c27828 Apr 2022 pre-releaseNothing published for this version
-
v1.16.3-0.20220425183217-37e989956e1625 Apr 2022 pre-releaseNothing published for this version
-
v1.16.3-0.20220421012635-b76bb73fd92221 Apr 2022 pre-releaseNothing published for this version
-
v1.16.220 Apr 2022Nothing published for this version
-
v1.16.2-0.20220420175150-b43a4ce457a520 Apr 2022 pre-releaseNothing published for this version
-
v1.16.2-0.20220419144707-dd16c2c9398319 Apr 2022 pre-releaseNothing published for this version
-
v1.16.2-0.20220415162207-7421969a91e615 Apr 2022 pre-releaseNothing published for this version
-
v1.16.2-0.20220414151254-701db81ccfb514 Apr 2022 pre-releaseNothing published for this version
-
v1.16.2-0.20220412132707-08b3288c5f0512 Apr 2022 pre-releaseNothing published for this version
-
v1.16.2-0.20220411155424-08d4552b1a9911 Apr 2022 pre-releaseNothing published for this version
-
v1.16.2-0.20220407165618-338f0a1a1dab07 Apr 2022 pre-releaseNothing published for this version
-
v1.16.107 Apr 2022Nothing published for this version
-
v1.16.1-0.20220331195119-99a27d3e52f231 Mar 2022 pre-releaseNothing published for this version
-
v1.16.1-0.20220331154941-0468e8cb52f931 Mar 2022 pre-releaseNothing published for this version
-
v1.16.1-0.20220322180155-85739d23b5e222 Mar 2022 pre-releaseNothing published for this version
-
v1.16.1-0.20220318201756-e3258a8f60f518 Mar 2022 pre-releaseNothing published for this version