Skip to content

Commit

Permalink
馃馃 v1.18.1 release prep 馃馃 (#733)
Browse files Browse the repository at this point in the history
Co-authored-by: ec2-bot 馃 <ec2-bot@users.noreply.github.com>
  • Loading branch information
snay2 and ec2-bot committed Nov 28, 2022
1 parent 0115d8c commit 82f3a25
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.18.0/all-resources.yaml
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.18.1/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.18.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.18.1/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.20.0
appVersion: 1.18.0
version: 0.20.1
appVersion: 1.18.1
kubeVersion: ">= 1.16-0"
keywords:
- aws
Expand Down

0 comments on commit 82f3a25

Please sign in to comment.