Skip to content

Commit 1088b64

Browse files
cjeradec2-bot
andauthored
🥑🤖 v1.21.0 release prep (#974)
* 🥑🤖 v1.21.0 release prep 🤖🥑 Co-authored-by: ec2-bot 🤖 <[email protected]>
1 parent 8cc40cd commit 1088b64

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

README.md

+9-12
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,11 @@ 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 | K8s v1.23 |
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) |||||||
88+
| [v1.19.0](https://github.com/aws/aws-node-termination-handler/releases/tag/v1.19.0) |||||||
9289

9390

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

129126
```
130-
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.20.0/all-resources.yaml
127+
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.21.0/all-resources.yaml
131128
```
132129

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

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).
200+
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).
204201

205202
</details>
206203

@@ -490,7 +487,7 @@ helm upgrade --install aws-node-termination-handler \
490487
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
491488
```
492489

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).
490+
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).
494491

495492
#### Single Instance vs Multiple Replicas
496493

@@ -515,7 +512,7 @@ Queue Processor needs an **SQS queue URL** to function; therefore, manifest chan
515512
Minimal Config:
516513

517514
```
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
515+
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
519516
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
520517
kubectl apply -f ./all-resources-queue-processor.yaml
521518
```

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