Skip to content

Commit 12acc3c

Browse files
Revert 🥑🤖 v1.22.0 release prep (#1002) (#1004)
Co-authored-by: ec2-bot 🤖 <ec2-bot@users.noreply.github.com>
1 parent 790a74f commit 12acc3c

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ 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) ||||||||
8786
| [v1.21.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.21.0) ||||||||
8887
| [v1.20.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.20.0) ||||||||
8988
| [v1.19.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.19.0) ||||||||
@@ -126,7 +125,7 @@ When using Kubernetes [Pod Security Admission](https://kubernetes.io/docs/concep
126125
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.
127126

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

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

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).
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).
203202

204203
</details>
205204

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

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).
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).
493492

494493
#### Single Instance vs Multiple Replicas
495494

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

516515
```
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
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
518517
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
519518
kubectl apply -f ./all-resources-queue-processor.yaml
520519
```

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

Lines changed: 2 additions & 2 deletions
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.24.0
6-
appVersion: 1.22.0
5+
version: 0.23.0
6+
appVersion: 1.21.0
77
kubeVersion: ">= 1.16-0"
88
keywords:
99
- aws

0 commit comments

Comments
 (0)