Skip to content

Commit 422ba9d

Browse files
authored
Revert "🥑🤖 v1.21.0 release prep (#962)" (#963)
This reverts commit 519c0ca.
1 parent 519c0ca commit 422ba9d

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,14 @@ Must be deployed as a Kubernetes **Deployment**. Also requires some **additional
8181

8282
### Kubernetes Compatibility
8383

84-
| NTH Release | K8s v1.28 | K8s v1.27 | K8s v1.26 | K8s v1.25 | K8s v1.24 |
85-
| :-----------------------------------------------------------------------------------: | :-------: | :-------: | :-------: | :-------: | :-------: |
86-
| [v1.21.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.21.0) ||||||
87-
| [v1.20.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.20.0) ||||||
84+
| 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 |
85+
| :-----------------------------------------------------------------------------------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: |
86+
| [v1.20.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.20.0) |||||||||
87+
| [v1.19.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.19.0) |||||||||
88+
| [v1.18.3](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.18.3) |||||||||
89+
| [v1.18.2](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.18.2) |||||||||
90+
| [v1.18.1](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.18.1) |||||||||
91+
| [v1.18.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.18.0) |||||||||
8892

8993

9094
## Installation and Configuration
@@ -123,7 +127,7 @@ When using Kubernetes [Pod Security Admission](https://kubernetes.io/docs/concep
123127
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.
124128

125129
```
126-
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.21.0/all-resources.yaml
130+
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.20.0/all-resources.yaml
127131
```
128132

129133
For a full list of releases and associated artifacts see our [releases page](https://github.com/aws/aws-node-termination-handler/releases).
@@ -196,7 +200,7 @@ helm upgrade --install aws-node-termination-handler \
196200
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
197201
```
198202

199-
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).
203+
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).
200204

201205
</details>
202206

@@ -486,7 +490,7 @@ helm upgrade --install aws-node-termination-handler \
486490
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
487491
```
488492

489-
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).
493+
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).
490494

491495
#### Single Instance vs Multiple Replicas
492496

@@ -511,7 +515,7 @@ Queue Processor needs an **SQS queue URL** to function; therefore, manifest chan
511515
Minimal Config:
512516

513517
```
514-
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
518+
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
515519
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
516520
kubectl apply -f ./all-resources-queue-processor.yaml
517521
```

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.23.0
6-
appVersion: 1.21.0
5+
version: 0.22.0
6+
appVersion: 1.20.0
77
kubeVersion: ">= 1.16-0"
88
keywords:
99
- aws

0 commit comments

Comments
 (0)