Skip to content

Commit 9ab67ba

Browse files
joswincec2-bot
andauthored
🥑🤖 v1.25.4 release prep (#1237)
* 🥑🤖 v1.25.4 release prep 🤖🥑 * update README --------- Co-authored-by: ec2-bot 🤖 <ec2-bot@users.noreply.github.com>
1 parent 16300b0 commit 9ab67ba

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ helm upgrade --install aws-node-termination-handler \
168168

169169
| 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 |
170170
| :-----------------------------------------------------------------------------------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: |
171+
| [v1.25.4](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.4) |||||||||
171172
| [v1.25.3](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.3) |||||||||
172173
| [v1.25.2](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.2) |||||||||
173174
| [v1.25.1](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.1) |||||||||
@@ -218,7 +219,7 @@ When using Kubernetes [Pod Security Admission](https://kubernetes.io/docs/concep
218219
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.
219220

220221
```
221-
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.3/all-resources.yaml
222+
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.4/all-resources.yaml
222223
```
223224

224225
For a full list of releases and associated artifacts see our [releases page](https://github.com/aws/aws-node-termination-handler/releases).
@@ -291,7 +292,7 @@ helm upgrade --install aws-node-termination-handler \
291292
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
292293
```
293294

294-
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.25.3/config/helm/aws-node-termination-handler#readme).
295+
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.25.4/config/helm/aws-node-termination-handler#readme).
295296

296297
</details>
297298

@@ -581,7 +582,7 @@ helm upgrade --install aws-node-termination-handler \
581582
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
582583
```
583584

584-
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.25.3/config/helm/aws-node-termination-handler#readme).
585+
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.25.4/config/helm/aws-node-termination-handler#readme).
585586

586587
#### Single Instance vs Multiple Replicas
587588

@@ -606,7 +607,7 @@ Queue Processor needs an **SQS queue URL** to function; therefore, manifest chan
606607
Minimal Config:
607608

608609
```
609-
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.3/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
610+
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.4/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
610611
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
611612
kubectl apply -f ./all-resources-queue-processor.yaml
612613
```

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.27.3
6-
appVersion: 1.25.3
5+
version: 0.27.4
6+
appVersion: 1.25.4
77
kubeVersion: ">= 1.16-0"
88
keywords:
99
- aws

0 commit comments

Comments
 (0)