Skip to content

Commit 519c0ca

Browse files
cjeradec2-bot
andauthored
🥑🤖 v1.21.0 release prep (#962)
* 🥑🤖 v1.21.0 release prep 🤖🥑 * update k8s compatibility table --------- Co-authored-by: ec2-bot 🤖 <ec2-bot@users.noreply.github.com>
1 parent 287715f commit 519c0ca

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,10 @@ Must be deployed as a Kubernetes **Deployment**. Also requires some **additional
8181

8282
### Kubernetes Compatibility
8383

84-
| NTH Release | K8s v1.28 | K8s v1.27 | K8s v1.26 | K8s v1.25 | K8s v1.24 | K8s v1.23 | K8s v1.22 | K8s v1.21 |
85-
| :-----------------------------------------------------------------------------------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: |
86-
| [v1.20.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.20.0) |||||||||
87-
| [v1.19.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.19.0) |||||||||
88-
| [v1.18.3](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.18.3) |||||||||
89-
| [v1.18.2](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.18.2) |||||||||
90-
| [v1.18.1](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.18.1) |||||||||
91-
| [v1.18.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.18.0) |||||||||
84+
| NTH Release | K8s v1.28 | K8s v1.27 | K8s v1.26 | K8s v1.25 | K8s v1.24 |
85+
| :-----------------------------------------------------------------------------------: | :-------: | :-------: | :-------: | :-------: | :-------: |
86+
| [v1.21.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.21.0) ||||||
87+
| [v1.20.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.20.0) ||||||
9288

9389

9490
## Installation and Configuration
@@ -127,7 +123,7 @@ When using Kubernetes [Pod Security Admission](https://kubernetes.io/docs/concep
127123
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.
128124

129125
```
130-
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.20.0/all-resources.yaml
126+
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.21.0/all-resources.yaml
131127
```
132128

133129
For a full list of releases and associated artifacts see our [releases page](https://github.com/aws/aws-node-termination-handler/releases).
@@ -200,7 +196,7 @@ helm upgrade --install aws-node-termination-handler \
200196
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
201197
```
202198

203-
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.20.0/config/helm/aws-node-termination-handler#readme).
199+
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.21.0/config/helm/aws-node-termination-handler#readme).
204200

205201
</details>
206202

@@ -490,7 +486,7 @@ helm upgrade --install aws-node-termination-handler \
490486
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
491487
```
492488

493-
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.20.0/config/helm/aws-node-termination-handler#readme).
489+
For a full list of configuration options see our [Helm readme](https://github.com/aws/aws-node-termination-handler/blob/v1.21.0/config/helm/aws-node-termination-handler#readme).
494490

495491
#### Single Instance vs Multiple Replicas
496492

@@ -515,7 +511,7 @@ Queue Processor needs an **SQS queue URL** to function; therefore, manifest chan
515511
Minimal Config:
516512

517513
```
518-
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.20.0/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
514+
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.21.0/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
519515
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
520516
kubectl apply -f ./all-resources-queue-processor.yaml
521517
```

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.22.0
6-
appVersion: 1.20.0
5+
version: 0.23.0
6+
appVersion: 1.21.0
77
kubeVersion: ">= 1.16-0"
88
keywords:
99
- aws

0 commit comments

Comments
 (0)