Skip to content

Commit 10edb16

Browse files
snay2ec2-bot
andauthored
🥑🤖 v1.17.2 release prep 🤖🥑 (#683)
Co-authored-by: ec2-bot 🤖 <ec2-bot@users.noreply.github.com>
1 parent 31f4b9f commit 10edb16

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
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.17.1/all-resources.yaml
109+
kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.17.2/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.17.1/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.2/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

+2-2
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.19.1
6-
appVersion: 1.17.1
5+
version: 0.19.2
6+
appVersion: 1.17.2
77
kubeVersion: ">= 1.16-0"
88
keywords:
99
- aws

0 commit comments

Comments
 (0)