From c6b3c1b3e94bdb785abad78cbc1db830e96503a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 12:30:17 +0000 Subject: [PATCH] eksctl: Update to version 0.144.0 --- bucket/eksctl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/eksctl.json b/bucket/eksctl.json index b1c310498b..8652620d35 100644 --- a/bucket/eksctl.json +++ b/bucket/eksctl.json @@ -1,12 +1,12 @@ { - "version": "0.143.0", + "version": "0.144.0", "description": "A simple CLI tool for creating clusters on EKS - Amazon’s new managed Kubernetes service for EC2.", "homepage": "https://eksctl.io", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/weaveworks/eksctl/releases/download/v0.143.0/eksctl_Windows_amd64.zip", - "hash": "5625148ce2bce00bbc8f573005a387ede76d84e3f095294c558bed8c10ecf4e6" + "url": "https://github.com/weaveworks/eksctl/releases/download/v0.144.0/eksctl_Windows_amd64.zip", + "hash": "5db05284a99fd762308e2c9fbfcabaf95ed800dd5e69e699f0281047c98ad112" } }, "bin": "eksctl.exe",