Skip to content

Commit 5641359

Browse files
🥑🤖 v1.25.1 release prep (#1156)
* 🥑🤖 v1.25.1 release prep 🤖🥑 --------- Co-authored-by: ec2-bot 🤖 <[email protected]>
1 parent b1181bf commit 5641359

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ 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.25.1](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.1) |||||||||
169170
| [v1.25.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.0) |||||||||
170171
| [v1.24.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.24.0) |||||||||
171172
| [v1.23.1](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.23.1) |||||||||
@@ -213,7 +214,7 @@ When using Kubernetes [Pod Security Admission](https://kubernetes.io/docs/concep
213214
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.
214215

215216
```
216-
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.0/all-resources.yaml
217+
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.1/all-resources.yaml
217218
```
218219

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

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

291292
</details>
292293

@@ -576,7 +577,7 @@ helm upgrade --install aws-node-termination-handler \
576577
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
577578
```
578579

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

581582
#### Single Instance vs Multiple Replicas
582583

@@ -601,7 +602,7 @@ Queue Processor needs an **SQS queue URL** to function; therefore, manifest chan
601602
Minimal Config:
602603

603604
```
604-
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.0/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
605+
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.1/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
605606
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
606607
kubectl apply -f ./all-resources-queue-processor.yaml
607608
```

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.27.0
6-
appVersion: 1.25.0
5+
version: 0.27.1
6+
appVersion: 1.25.1
77
kubeVersion: ">= 1.16-0"
88
keywords:
99
- aws

0 commit comments

Comments
 (0)