Skip to content

Commit a3f33d8

Browse files
committed
🥑🤖 v1.23.0 release prep 🤖🥑
1 parent fec2ec6 commit a3f33d8

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
@@ -91,7 +91,7 @@ When using the EC2 Console or EC2 API to terminate the instance, a state-change
9191

9292
| NTH Release | K8s v1.30 | K8s v1.29 | K8s v1.28 | K8s v1.27 | K8s v1.26 | K8s v1.25 | K8s v1.24 | K8s v1.23 |
9393
| :-----------------------------------------------------------------------------------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: |
94-
| [v1.22.1](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.22.1) |||||||||
94+
| [v1.23.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.23.0) |||||||||
9595
| [v1.22.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.22.0) |||||||||
9696
| [v1.21.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.21.0) |||||||||
9797
| [v1.20.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.20.0) |||||||||
@@ -135,7 +135,7 @@ When using Kubernetes [Pod Security Admission](https://kubernetes.io/docs/concep
135135
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.
136136

137137
```
138-
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.22.1/all-resources.yaml
138+
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.23.0/all-resources.yaml
139139
```
140140

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

211-
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.22.1/config/helm/aws-node-termination-handler#readme).
211+
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.23.0/config/helm/aws-node-termination-handler#readme).
212212

213213
</details>
214214

@@ -498,7 +498,7 @@ helm upgrade --install aws-node-termination-handler \
498498
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
499499
```
500500

501-
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.22.1/config/helm/aws-node-termination-handler#readme).
501+
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.23.0/config/helm/aws-node-termination-handler#readme).
502502

503503
#### Single Instance vs Multiple Replicas
504504

@@ -523,7 +523,7 @@ Queue Processor needs an **SQS queue URL** to function; therefore, manifest chan
523523
Minimal Config:
524524

525525
```
526-
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.22.1/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
526+
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.23.0/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
527527
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
528528
kubectl apply -f ./all-resources-queue-processor.yaml
529529
```

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.24.1
6-
appVersion: 1.22.1
5+
version: 0.25.0
6+
appVersion: 1.23.0
77
kubeVersion: ">= 1.16-0"
88
keywords:
99
- aws

0 commit comments

Comments
 (0)