Skip to content

Commit 8a4ea79

Browse files
pdk27ec2-bot
andauthored
🥑🤖 v1.20.0 release prep 🤖🥑 (#850)
Co-authored-by: ec2-bot 🤖 <[email protected]>
1 parent 8e908c7 commit 8a4ea79

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ When using Kubernetes [Pod Security Admission](https://kubernetes.io/docs/concep
116116
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.
117117

118118
```
119-
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.19.0/all-resources.yaml
119+
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.20.0/all-resources.yaml
120120
```
121121

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

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

194194
</details>
195195

@@ -444,7 +444,7 @@ helm upgrade --install aws-node-termination-handler \
444444
oci://public.ecr.aws/aws-ec2/helm/aws-node-termination-handler --version $CHART_VERSION
445445
```
446446

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

449449
#### Kubectl Apply
450450

@@ -453,7 +453,7 @@ Queue Processor needs an **SQS queue URL** to function; therefore, manifest chan
453453
Minimal Config:
454454

455455
```
456-
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.19.0/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
456+
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
457457
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
458458
kubectl apply -f ./all-resources-queue-processor.yaml
459459
```

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

0 commit comments

Comments
 (0)