Skip to content

Commit

Permalink
🥑🤖 v1.20.0 release prep 🤖🥑 (aws#850)
Browse files Browse the repository at this point in the history
Co-authored-by: ec2-bot 🤖 <[email protected]>
  • Loading branch information
pdk27 and ec2-bot authored Jun 21, 2023
1 parent 8e908c7 commit 8a4ea79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ When using Kubernetes [Pod Security Admission](https://kubernetes.io/docs/concep
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.

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

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

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

</details>

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

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

#### Kubectl Apply

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

```
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
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
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
kubectl apply -f ./all-resources-queue-processor.yaml
```
Expand Down
4 changes: 2 additions & 2 deletions config/helm/aws-node-termination-handler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: aws-node-termination-handler
description: A Helm chart for the AWS Node Termination Handler.
type: application
version: 0.21.0
appVersion: 1.19.0
version: 0.22.0
appVersion: 1.20.0
kubeVersion: ">= 1.16-0"
keywords:
- aws
Expand Down

0 comments on commit 8a4ea79

Please sign in to comment.