Skip to content

Commit 9f08b60

Browse files
snay2ec2-bot
andauthored
🥑🤖 v1.17.0 release prep 🤖🥑 (#677)
Co-authored-by: ec2-bot 🤖 <[email protected]>
1 parent 5fa4dc4 commit 9f08b60

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The termination handler DaemonSet installs into your cluster a [ServiceAccount](
106106
You can use kubectl to directly add all of the above resources with the default configuration into your cluster.
107107

108108
```
109-
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.16.5/all-resources.yaml
109+
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.17.0/all-resources.yaml
110110
```
111111

112112
For a full list of releases and associated artifacts see our [releases page](https://github.com/aws/aws-node-termination-handler/releases).
@@ -430,7 +430,7 @@ Queue Processor needs an **sqs queue url** to function; therefore, manifest chan
430430
Minimal Config:
431431

432432
```
433-
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.16.5/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
433+
curl -L https://github.com/aws/aws-node-termination-handler/releases/download/v1.17.0/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml
434434
<open all-resources-queue-processor.yaml and update QUEUE_URL value>
435435
kubectl apply -f ./all-resources-queue-processor.yaml
436436
```

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.18.5
6-
appVersion: 1.16.5
5+
version: 0.19.0
6+
appVersion: 1.17.0
77
kubeVersion: ">= 1.16-0"
88
keywords:
99
- aws

0 commit comments

Comments
 (0)