Skip to content

Commit 22894ba

Browse files
committed
🥑🤖 v1.25.3 release prep 🤖🥑
1 parent 3c159f8 commit 22894ba

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +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.2](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.2) |||||||||
171+
| [v1.25.3](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.3) |||||||||
172172
| [v1.25.1](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.1) |||||||||
173173
| [v1.25.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.0) |||||||||
174174
| [v1.24.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.24.0) |||||||||
@@ -217,7 +217,7 @@ When using Kubernetes [Pod Security Admission](https://kubernetes.io/docs/concep
217217
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.
218218

219219
```
220-
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.2/all-resources.yaml
220+
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.3/all-resources.yaml
221221
```
222222

223223
For a full list of releases and associated artifacts see our [releases page](https://github.com/aws/aws-node-termination-handler/releases).
@@ -290,7 +290,7 @@ helm upgrade --install aws-node-termination-handler \
290290
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
291291
```
292292

293-
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.25.2/config/helm/aws-node-termination-handler#readme).
293+
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).
294294

295295
</details>
296296

@@ -580,7 +580,7 @@ helm upgrade --install aws-node-termination-handler \
580580
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
581581
```
582582

583-
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.25.2/config/helm/aws-node-termination-handler#readme).
583+
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).
584584

585585
#### Single Instance vs Multiple Replicas
586586

@@ -605,7 +605,7 @@ Queue Processor needs an **SQS queue URL** to function; therefore, manifest chan
605605
Minimal Config:
606606

607607
```
608-
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.2/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
608+
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
609609
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
610610
kubectl apply -f ./all-resources-queue-processor.yaml
611611
```

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

0 commit comments

Comments
 (0)