Skip to content

Commit c18afa0

Browse files
Revert "🥑🤖 v1.24.1 release prep (#1138)" (#1139)
This reverts commit 03a3278. Co-authored-by: ec2-bot 🤖 <[email protected]>
1 parent 03a3278 commit c18afa0

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
@@ -166,7 +166,6 @@ helm upgrade --install aws-node-termination-handler \
166166

167167
| NTH Release | K8s v1.32 | K8s v1.31 | K8s v1.30 | K8s v1.29 | K8s v1.28 | K8s v1.27 | K8s v1.26 | K8s v1.25 |
168168
| :-----------------------------------------------------------------------------------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: |
169-
| [v1.24.1](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.24.1) |||||||||
170169
| [v1.24.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.24.0) |||||||||
171170
| [v1.23.1](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.23.1) |||||||||
172171
| [v1.23.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.23.0) |||||||||
@@ -213,7 +212,7 @@ When using Kubernetes [Pod Security Admission](https://kubernetes.io/docs/concep
213212
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.
214213

215214
```
216-
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.24.1/all-resources.yaml
215+
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.24.0/all-resources.yaml
217216
```
218217

219218
For a full list of releases and associated artifacts see our [releases page](https://github.com/aws/aws-node-termination-handler/releases).
@@ -286,7 +285,7 @@ helm upgrade --install aws-node-termination-handler \
286285
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
287286
```
288287

289-
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.24.1/config/helm/aws-node-termination-handler#readme).
288+
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.24.0/config/helm/aws-node-termination-handler#readme).
290289

291290
</details>
292291

@@ -576,7 +575,7 @@ helm upgrade --install aws-node-termination-handler \
576575
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
577576
```
578577

579-
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.24.1/config/helm/aws-node-termination-handler#readme).
578+
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.24.0/config/helm/aws-node-termination-handler#readme).
580579

581580
#### Single Instance vs Multiple Replicas
582581

@@ -601,7 +600,7 @@ Queue Processor needs an **SQS queue URL** to function; therefore, manifest chan
601600
Minimal Config:
602601

603602
```
604-
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.24.1/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
603+
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.24.0/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
605604
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
606605
kubectl apply -f ./all-resources-queue-processor.yaml
607606
```

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.26.1
6-
appVersion: 1.24.1
5+
version: 0.26.0
6+
appVersion: 1.24.0
77
kubeVersion: ">= 1.16-0"
88
keywords:
99
- aws

0 commit comments

Comments
 (0)