Skip to content

Commit 07c0756

Browse files
🥑🤖 v1.23.1 release prep (#1114)
* 🥑🤖 v1.23.1 release prep 🤖🥑 --------- Co-authored-by: ec2-bot 🤖 <[email protected]>
1 parent 155c800 commit 07c0756

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

README.md

+13-12
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,15 @@ When using the EC2 Console or EC2 API to terminate the instance, a state-change
8989

9090
### Kubernetes Compatibility
9191

92-
| 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 |
93-
| :-----------------------------------------------------------------------------------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: |
94-
| [v1.23.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.23.0) |||||||||
95-
| [v1.22.1](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.22.1) |||||||||
96-
| [v1.22.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.22.0) |||||||||
97-
| [v1.21.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.21.0) |||||||||
98-
| [v1.20.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.20.0) |||||||||
99-
| [v1.19.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.19.0) |||||||||
92+
| NTH Release | K8s v1.31 | K8s v1.30 | K8s v1.29 | K8s v1.28 | K8s v1.27 | K8s v1.26 | K8s v1.25 | K8s v1.24 | K8s v1.23 |
93+
| :-----------------------------------------------------------------------------------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: |
94+
| [v1.23.1](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.23.1) ||||||||||
95+
| [v1.23.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.23.0) ||||||||||
96+
| [v1.22.1](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.22.1) ||||||||||
97+
| [v1.22.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.22.0) ||||||||||
98+
| [v1.21.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.21.0) ||||||||||
99+
| [v1.20.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.20.0) ||||||||||
100+
| [v1.19.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.19.0) ||||||||||
100101

101102
A ✅ indicates that a specific aws-node-termination-handler release has been tested with a specific Kubernetes version. A ❌ indicates that a specific aws-node-termination-handler release has not been tested with a specific Kubernetes version.
102103

@@ -136,7 +137,7 @@ When using Kubernetes [Pod Security Admission](https://kubernetes.io/docs/concep
136137
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.
137138

138139
```
139-
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.23.0/all-resources.yaml
140+
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.23.1/all-resources.yaml
140141
```
141142

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

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).
213+
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.23.1/config/helm/aws-node-termination-handler#readme).
213214

214215
</details>
215216

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

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).
503+
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.23.1/config/helm/aws-node-termination-handler#readme).
503504

504505
#### Single Instance vs Multiple Replicas
505506

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

526527
```
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
528+
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.23.1/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
528529
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
529530
kubectl apply -f ./all-resources-queue-processor.yaml
530531
```

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

0 commit comments

Comments
 (0)