From 815da5e3c71a123e2febbacb76aef61741326421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ec2-bot=20=F0=9F=A4=96?= Date: Mon, 26 Jan 2026 15:19:51 -0800 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=A5=91=F0=9F=A4=96=20v1.25.4=20releas?= =?UTF-8?q?e=20prep=20=F0=9F=A4=96=F0=9F=A5=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- config/helm/aws-node-termination-handler/Chart.yaml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fb4aee51..b4b976a2 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ helm upgrade --install aws-node-termination-handler \ | NTH Release | K8s v1.32 | K8s v1.31 | K8s v1.30 | K8s v1.29 | K8s v1.28 | K8s v1.27 | K8s v1.26 | K8s v1.25 | | :-----------------------------------------------------------------------------------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | -| [v1.25.3](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.3) | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | +| [v1.25.4](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.4) | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | | [v1.25.2](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.2) | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | | [v1.25.1](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.1) | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | | [v1.25.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.0) | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | @@ -218,7 +218,7 @@ When using Kubernetes [Pod Security Admission](https://kubernetes.io/docs/concep You can use kubectl to directly add all of the above resources with the default configuration into your cluster. ``` -kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.3/all-resources.yaml +kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.4/all-resources.yaml ``` For a full list of releases and associated artifacts see our [releases page](https://github.com/aws/aws-node-termination-handler/releases). @@ -291,7 +291,7 @@ helm upgrade --install aws-node-termination-handler \ oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION ``` -For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.25.3/config/helm/aws-node-termination-handler#readme). +For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.25.4/config/helm/aws-node-termination-handler#readme). @@ -581,7 +581,7 @@ helm upgrade --install aws-node-termination-handler \ oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION ``` -For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.25.3/config/helm/aws-node-termination-handler#readme). +For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.25.4/config/helm/aws-node-termination-handler#readme). #### Single Instance vs Multiple Replicas @@ -606,7 +606,7 @@ Queue Processor needs an **SQS queue URL** to function; therefore, manifest chan Minimal Config: ``` -curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.3/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml +curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.4/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml kubectl apply -f ./all-resources-queue-processor.yaml ``` diff --git a/config/helm/aws-node-termination-handler/Chart.yaml b/config/helm/aws-node-termination-handler/Chart.yaml index 1b3bb1e6..1284f09f 100644 --- a/config/helm/aws-node-termination-handler/Chart.yaml +++ b/config/helm/aws-node-termination-handler/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: aws-node-termination-handler description: A Helm chart for the AWS Node Termination Handler. type: application -version: 0.27.3 -appVersion: 1.25.3 +version: 0.27.4 +appVersion: 1.25.4 kubeVersion: ">= 1.16-0" keywords: - aws From d74cddf76a5cc3ae9c9f145a508a1ee1dba78e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ec2-bot=20=F0=9F=A4=96?= Date: Mon, 26 Jan 2026 15:23:08 -0800 Subject: [PATCH 2/2] update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4b976a2..13063e6d 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ helm upgrade --install aws-node-termination-handler \ | NTH Release | K8s v1.32 | K8s v1.31 | K8s v1.30 | K8s v1.29 | K8s v1.28 | K8s v1.27 | K8s v1.26 | K8s v1.25 | | :-----------------------------------------------------------------------------------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | | [v1.25.4](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.4) | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | +| [v1.25.3](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.3) | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | | [v1.25.2](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.2) | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | | [v1.25.1](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.1) | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | | [v1.25.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.0) | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ |