From 0dc582a7cfe254b6dcac1b4e8ee56099c4d440dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ec2-bot=20=F0=9F=A4=96?= Date: Wed, 14 Dec 2022 14:02:33 -0600 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=A5=91=F0=9F=A4=96=20v1.18.2=20releas?= =?UTF-8?q?e=20prep=20=F0=9F=A4=96=F0=9F=A5=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/helm/aws-node-termination-handler/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/helm/aws-node-termination-handler/Chart.yaml b/config/helm/aws-node-termination-handler/Chart.yaml index 8b41fb6b..8f7c37b1 100644 --- a/config/helm/aws-node-termination-handler/Chart.yaml +++ b/config/helm/aws-node-termination-handler/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: aws-node-termination-handler description: A Helm chart for the AWS Node Termination Handler. type: application -version: 0.20.1 +version: 1.0.0 appVersion: 1.18.1 kubeVersion: ">= 1.16-0" keywords: From cddf78a5603bb00d55a6b90720174fe47bc6c711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ec2-bot=20=F0=9F=A4=96?= Date: Wed, 14 Dec 2022 14:09:24 -0600 Subject: [PATCH 2/3] update remaining app versions --- README.md | 4 ++-- config/helm/aws-node-termination-handler/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2acb0f7..0499d341 100644 --- a/README.md +++ b/README.md @@ -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.1/all-resources.yaml +kubectl apply -f https://github.com/aws/aws-node-termination-handler/releases/download/v1.18.2/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). @@ -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.1/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.2/all-resources-queue-processor.yaml -o all-resources-queue-processor.yaml kubectl apply -f ./all-resources-queue-processor.yaml ``` diff --git a/config/helm/aws-node-termination-handler/Chart.yaml b/config/helm/aws-node-termination-handler/Chart.yaml index 8f7c37b1..23d0b647 100644 --- a/config/helm/aws-node-termination-handler/Chart.yaml +++ b/config/helm/aws-node-termination-handler/Chart.yaml @@ -3,7 +3,7 @@ name: aws-node-termination-handler description: A Helm chart for the AWS Node Termination Handler. type: application version: 1.0.0 -appVersion: 1.18.1 +appVersion: 1.18.2 kubeVersion: ">= 1.16-0" keywords: - aws From a608a1404de28011dd0d10d31c72b45fa797cc23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ec2-bot=20=F0=9F=A4=96?= Date: Wed, 14 Dec 2022 14:10:50 -0600 Subject: [PATCH 3/3] fix helm chart version --- config/helm/aws-node-termination-handler/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/helm/aws-node-termination-handler/Chart.yaml b/config/helm/aws-node-termination-handler/Chart.yaml index 23d0b647..f80db598 100644 --- a/config/helm/aws-node-termination-handler/Chart.yaml +++ b/config/helm/aws-node-termination-handler/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: aws-node-termination-handler description: A Helm chart for the AWS Node Termination Handler. type: application -version: 1.0.0 +version: 0.20.2 appVersion: 1.18.2 kubeVersion: ">= 1.16-0" keywords: