Skip to content

Commit

Permalink
🥑🤖 v1.18.0 release prep 🤖🥑 (#728)
Browse files Browse the repository at this point in the history
Co-authored-by: ec2-bot 🤖 <[email protected]>
  • Loading branch information
snay2 and ec2-bot authored Nov 21, 2022
1 parent cde85f3 commit 62a9142
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ The termination handler DaemonSet installs into your cluster a [ServiceAccount](
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.17.3/all-resources.yaml
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.18.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 @@ -434,7 +434,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.17.3/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.18.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.19.3
appVersion: 1.17.3
version: 0.20.0
appVersion: 1.18.0
kubeVersion: ">= 1.16-0"
keywords:
- aws
Expand Down

0 comments on commit 62a9142

Please sign in to comment.