Skip to content

Commit aec2f28

Browse files
🥑🤖 v1.25.3 release prep (#1207)
* 🥑🤖 v1.25.3 release prep 🤖🥑 * Update README --------- Co-authored-by: ec2-bot 🤖 <[email protected]>
1 parent 3c159f8 commit aec2f28

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

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

219220
```
220-
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.2/all-resources.yaml
221+
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.3/all-resources.yaml
221222
```
222223

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

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).
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).
294295

295296
</details>
296297

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

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).
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).
584585

585586
#### Single Instance vs Multiple Replicas
586587

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

607608
```
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
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
609610
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
610611
kubectl apply -f ./all-resources-queue-processor.yaml
611612
```

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)