Skip to content

Commit f3aeb5e

Browse files
committed
🥑🤖 v1.25.0 release prep 🤖🥑
1 parent c18afa0 commit f3aeb5e

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
@@ -166,7 +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.24.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.24.0) |||||||||
169+
| [v1.25.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.0) |||||||||
170170
| [v1.23.1](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.23.1) |||||||||
171171
| [v1.23.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.23.0) |||||||||
172172
| [v1.22.1](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.22.1) |||||||||
@@ -212,7 +212,7 @@ When using Kubernetes [Pod Security Admission](https://kubernetes.io/docs/concep
212212
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.
213213

214214
```
215-
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.24.0/all-resources.yaml
215+
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.0/all-resources.yaml
216216
```
217217

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

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).
288+
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).
289289

290290
</details>
291291

@@ -575,7 +575,7 @@ helm upgrade --install aws-node-termination-handler \
575575
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
576576
```
577577

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).
578+
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).
579579

580580
#### Single Instance vs Multiple Replicas
581581

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

602602
```
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
603+
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
604604
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
605605
kubectl apply -f ./all-resources-queue-processor.yaml
606606
```

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

0 commit comments

Comments
 (0)