Skip to content

Commit f74b2bb

Browse files
🥑🤖 v1.22.0 release prep (#1006)
* 🥑🤖 v1.22.0 release prep 🤖🥑 * Update K8s compatibility matrix --------- Co-authored-by: ec2-bot 🤖 <[email protected]>
1 parent bc1993b commit f74b2bb

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Must be deployed as a Kubernetes **Deployment**. Also requires some **additional
8383

8484
| NTH Release | K8s v1.29 | K8s v1.28 | K8s v1.27 | K8s v1.26 | K8s v1.25 | K8s v1.24 | K8s v1.23 |
8585
| :-----------------------------------------------------------------------------------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: |
86+
| [v1.22.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.22.0) ||||||||
8687
| [v1.21.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.21.0) ||||||||
8788
| [v1.20.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.20.0) ||||||||
8889
| [v1.19.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.19.0) ||||||||
@@ -125,7 +126,7 @@ When using Kubernetes [Pod Security Admission](https://kubernetes.io/docs/concep
125126
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.
126127

127128
```
128-
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.21.0/all-resources.yaml
129+
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.22.0/all-resources.yaml
129130
```
130131

131132
For a full list of releases and associated artifacts see our [releases page](https://github.com/aws/aws-node-termination-handler/releases).
@@ -198,7 +199,7 @@ helm upgrade --install aws-node-termination-handler \
198199
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
199200
```
200201

201-
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).
202+
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).
202203

203204
</details>
204205

@@ -488,7 +489,7 @@ helm upgrade --install aws-node-termination-handler \
488489
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
489490
```
490491

491-
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).
492+
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).
492493

493494
#### Single Instance vs Multiple Replicas
494495

@@ -513,7 +514,7 @@ Queue Processor needs an **SQS queue URL** to function; therefore, manifest chan
513514
Minimal Config:
514515

515516
```
516-
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
517+
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
517518
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
518519
kubectl apply -f ./all-resources-queue-processor.yaml
519520
```

config/helm/aws-node-termination-handler/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: aws-node-termination-handler
33
description: A Helm chart for the AWS Node Termination Handler.
44
type: application
5-
version: 0.23.0
6-
appVersion: 1.21.0
5+
version: 0.24.0
6+
appVersion: 1.22.0
77
kubeVersion: ">= 1.16-0"
88
keywords:
99
- aws

0 commit comments

Comments
 (0)