From 5e32e9ead51991b2143b84dc34190be429ae0906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ec2-bot=20=F0=9F=A4=96?= Date: Wed, 6 Apr 2022 15:57:18 -0500 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=A5=91=F0=9F=A4=96=20v1.16.1=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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/helm/aws-node-termination-handler/Chart.yaml b/config/helm/aws-node-termination-handler/Chart.yaml index 8f59d4ff..49e6e524 100644 --- a/config/helm/aws-node-termination-handler/Chart.yaml +++ b/config/helm/aws-node-termination-handler/Chart.yaml @@ -2,9 +2,9 @@ apiVersion: v2 name: aws-node-termination-handler description: A Helm chart for the AWS Node Termination Handler. type: application -version: 0.18.0 -appVersion: 1.16.0 -kubeVersion: ">= 1.16-0" +version: 0.18.1 +appVersion: 1.16.1 +kubeVersion: ">= 1.16.1" keywords: - aws - eks From 598674cfe83628e523fed6f96ee2dd56a79fd9ae Mon Sep 17 00:00:00 2001 From: Steve Nay <265958+snay2@users.noreply.github.com> Date: Thu, 7 Apr 2022 09:17:44 -0500 Subject: [PATCH 2/2] Revert kubeVersion change from an overzealous regex. --- 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 49e6e524..c46cb259 100644 --- a/config/helm/aws-node-termination-handler/Chart.yaml +++ b/config/helm/aws-node-termination-handler/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for the AWS Node Termination Handler. type: application version: 0.18.1 appVersion: 1.16.1 -kubeVersion: ">= 1.16.1" +kubeVersion: ">= 1.16-0" keywords: - aws - eks