Skip to content

Commit 6bf5b11

Browse files
Revert "🥑🤖 v1.22.1 release prep (#1044)" (#1045)
This reverts commit be76a18. Co-authored-by: ec2-bot 🤖 <[email protected]>
1 parent be76a18 commit 6bf5b11

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ When using the EC2 Console or EC2 API to terminate the instance, a state-change
9191

9292
| 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 |
9393
| :-----------------------------------------------------------------------------------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: |
94-
| [v1.22.1](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.22.1) |||||||||
9594
| [v1.22.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.22.0) |||||||||
9695
| [v1.21.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.21.0) |||||||||
9796
| [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
135134
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.
136135

137136
```
138-
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.22.1/all-resources.yaml
137+
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.22.0/all-resources.yaml
139138
```
140139

141140
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 \
208207
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
209208
```
210209

211-
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).
210+
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).
212211

213212
</details>
214213

@@ -498,7 +497,7 @@ helm upgrade --install aws-node-termination-handler \
498497
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
499498
```
500499

501-
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).
500+
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).
502501

503502
#### Single Instance vs Multiple Replicas
504503

@@ -523,7 +522,7 @@ Queue Processor needs an **SQS queue URL** to function; therefore, manifest chan
523522
Minimal Config:
524523

525524
```
526-
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
525+
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
527526
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
528527
kubectl apply -f ./all-resources-queue-processor.yaml
529528
```

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.24.1
6-
appVersion: 1.22.1
5+
version: 0.24.0
6+
appVersion: 1.22.0
77
kubeVersion: ">= 1.16-0"
88
keywords:
99
- aws

0 commit comments

Comments
 (0)