Skip to content

Commit ab11c08

Browse files
Lu-Davidec2-bot
andauthored
🥑🤖 v1.23.0 release prep (#1098)
* 🥑🤖 v1.23.0 release prep 🤖🥑 * updated nth release version --------- Co-authored-by: ec2-bot 🤖 <[email protected]>
1 parent fec2ec6 commit ab11c08

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
@@ -91,6 +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.23.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.23.0) |||||||||
9495
| [v1.22.1](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.22.1) |||||||||
9596
| [v1.22.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.22.0) |||||||||
9697
| [v1.21.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.21.0) |||||||||
@@ -135,7 +136,7 @@ When using Kubernetes [Pod Security Admission](https://kubernetes.io/docs/concep
135136
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.
136137

137138
```
138-
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.22.1/all-resources.yaml
139+
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.23.0/all-resources.yaml
139140
```
140141

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

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).
212+
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).
212213

213214
</details>
214215

@@ -498,7 +499,7 @@ helm upgrade --install aws-node-termination-handler \
498499
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
499500
```
500501

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).
502+
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).
502503

503504
#### Single Instance vs Multiple Replicas
504505

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

525526
```
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
527+
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
527528
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
528529
kubectl apply -f ./all-resources-queue-processor.yaml
529530
```

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