diff --git a/README.md b/README.md index 37c1191f..eb86eaf3 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,6 @@ When using the EC2 Console or EC2 API to terminate the instance, a state-change | NTH Release | K8s v1.30 | K8s v1.29 | K8s v1.28 | K8s v1.27 | K8s v1.26 | K8s v1.25 | K8s v1.24 | K8s v1.23 | | :-----------------------------------------------------------------------------------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | -| [v1.22.1](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.22.1) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | [v1.22.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.22.0) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | [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) | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | @@ -135,7 +134,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.22.1/all-resources.yaml +kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.22.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). @@ -208,7 +207,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.22.1/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.22.0/config/helm/aws-node-termination-handler#readme). @@ -498,7 +497,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.22.1/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.22.0/config/helm/aws-node-termination-handler#readme). #### Single Instance vs Multiple Replicas @@ -523,7 +522,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.22.1/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml +curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.22.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 e4f6427c..c19f1c69 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.24.1 -appVersion: 1.22.1 +version: 0.24.0 +appVersion: 1.22.0 kubeVersion: ">= 1.16-0" keywords: - aws