From 8fc9ae4b61e51d1b87f58feaeb65d53de68f5e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ec2-bot=20=F0=9F=A4=96?= Date: Thu, 7 Mar 2024 14:17:43 -0600 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=A5=91=F0=9F=A4=96=20v1.21.0=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 a10c48ed..139ceec7 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Must be deployed as a Kubernetes **Deployment**. Also requires some **additional | NTH Release | K8s v1.28 | K8s v1.27 | K8s v1.26 | K8s v1.25 | K8s v1.24 | K8s v1.23 | K8s v1.22 | K8s v1.21 | | :-----------------------------------------------------------------------------------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | -| [v1.20.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.20.0) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | +| [v1.21.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.21.0) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | | [v1.19.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.19.0) | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | | [v1.18.3](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.18.3) | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | | [v1.18.2](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.18.2) | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | @@ -127,7 +127,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.20.0/all-resources.yaml +kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.21.0/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). @@ -200,7 +200,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.20.0/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.21.0/config/helm/aws-node-termination-handler#readme). @@ -490,7 +490,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.20.0/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.21.0/config/helm/aws-node-termination-handler#readme). #### Single Instance vs Multiple Replicas @@ -515,7 +515,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.20.0/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml +curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.21.0/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 cfe5d29a..35a63a4f 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.22.0 -appVersion: 1.20.0 +version: 0.23.0 +appVersion: 1.21.0 kubeVersion: ">= 1.16-0" keywords: - aws From 47b003498341558fb20c9acb6ed6079959d1ee62 Mon Sep 17 00:00:00 2001 From: Jerad C Date: Thu, 7 Mar 2024 14:27:29 -0600 Subject: [PATCH 2/3] update k8s compatibility table --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 139ceec7..58a55725 100644 --- a/README.md +++ b/README.md @@ -81,14 +81,10 @@ Must be deployed as a Kubernetes **Deployment**. Also requires some **additional ### Kubernetes Compatibility -| NTH Release | K8s v1.28 | K8s v1.27 | K8s v1.26 | K8s v1.25 | K8s v1.24 | K8s v1.23 | K8s v1.22 | K8s v1.21 | -| :-----------------------------------------------------------------------------------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | -| [v1.21.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.21.0) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | -| [v1.19.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.19.0) | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | -| [v1.18.3](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.18.3) | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | -| [v1.18.2](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.18.2) | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | -| [v1.18.1](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.18.1) | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | -| [v1.18.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.18.0) | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | +| NTH Release | K8s v1.28 | K8s v1.27 | K8s v1.26 | K8s v1.25 | K8s v1.24 | +| :-----------------------------------------------------------------------------------: | :-------: | :-------: | :-------: | :-------: | :-------: | +| [v1.21.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.21.0) | ✅ | ✅ | ✅ | ✅ | ✅ | +| [v1.20.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.20.0) | ✅ | ✅ | ✅ | ✅ | ✅ | ## Installation and Configuration From 27e7ba0f29fa5b3f615df15ea9a1f34eb1b08023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ec2-bot=20=F0=9F=A4=96?= Date: Mon, 11 Mar 2024 10:10:04 -0500 Subject: [PATCH 3/3] restore v1.19 to k8s compatibility table --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 58a55725..914921af 100644 --- a/README.md +++ b/README.md @@ -81,10 +81,11 @@ Must be deployed as a Kubernetes **Deployment**. Also requires some **additional ### Kubernetes Compatibility -| NTH Release | K8s v1.28 | K8s v1.27 | K8s v1.26 | K8s v1.25 | K8s v1.24 | -| :-----------------------------------------------------------------------------------: | :-------: | :-------: | :-------: | :-------: | :-------: | -| [v1.21.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.21.0) | ✅ | ✅ | ✅ | ✅ | ✅ | -| [v1.20.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.20.0) | ✅ | ✅ | ✅ | ✅ | ✅ | +| NTH Release | K8s v1.28 | K8s v1.27 | K8s v1.26 | K8s v1.25 | K8s v1.24 | K8s v1.23 | +| :-----------------------------------------------------------------------------------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | +| [v1.21.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.21.0) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| [v1.20.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.20.0) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| [v1.19.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.19.0) | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ## Installation and Configuration