Skip to content

Commit 77ca841

Browse files
🥑🤖 v1.25.6 release prep (#1260)
* 🥑🤖 v1.25.6 release prep 🤖🥑 --------- Co-authored-by: ec2-bot 🤖 <ec2-bot@users.noreply.github.com>
1 parent 201a406 commit 77ca841

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

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.6](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.6) |||||||||
171172
| [v1.25.5](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.5) |||||||||
172173
| [v1.25.4](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.4) |||||||||
173174
| [v1.25.3](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.25.3) |||||||||
@@ -220,7 +221,7 @@ When using Kubernetes [Pod Security Admission](https://kubernetes.io/docs/concep
220221
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.
221222

222223
```
223-
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.5/all-resources.yaml
224+
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.6/all-resources.yaml
224225
```
225226

226227
For a full list of releases and associated artifacts see our [releases page](https://github.com/aws/aws-node-termination-handler/releases).
@@ -293,7 +294,7 @@ helm upgrade --install aws-node-termination-handler \
293294
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
294295
```
295296

296-
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.25.5/config/helm/aws-node-termination-handler#readme).
297+
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.25.6/config/helm/aws-node-termination-handler#readme).
297298

298299
</details>
299300

@@ -583,7 +584,7 @@ helm upgrade --install aws-node-termination-handler \
583584
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
584585
```
585586

586-
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.25.5/config/helm/aws-node-termination-handler#readme).
587+
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.25.6/config/helm/aws-node-termination-handler#readme).
587588

588589
#### Single Instance vs Multiple Replicas
589590

@@ -608,7 +609,7 @@ Queue Processor needs an **SQS queue URL** to function; therefore, manifest chan
608609
Minimal Config:
609610

610611
```
611-
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.5/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
612+
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.25.6/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
612613
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
613614
kubectl apply -f ./all-resources-queue-processor.yaml
614615
```

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

0 commit comments

Comments
 (0)