Skip to content

Commit 286ed54

Browse files
🥑🤖 v1.25.0 release prep (#1140)
* 🥑🤖 v1.25.0 release prep 🤖🥑 * Modified compatibility matrix in README --------- Co-authored-by: ec2-bot 🤖 <[email protected]>
1 parent c18afa0 commit 286ed54

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

214215
```
215-
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.24.0/all-resources.yaml
216+
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.0/all-resources.yaml
216217
```
217218

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

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

290291
</details>
291292

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

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

580581
#### Single Instance vs Multiple Replicas
581582

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

602603
```
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
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
604605
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
605606
kubectl apply -f ./all-resources-queue-processor.yaml
606607
```

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