From e9a1905a8bb91d34e920b7fc43ee69193791ed4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 12:32:22 +0000 Subject: [PATCH] eksctl: Update to version 0.145.0 --- bucket/eksctl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/eksctl.json b/bucket/eksctl.json index 8652620d35..5a3606059f 100644 --- a/bucket/eksctl.json +++ b/bucket/eksctl.json @@ -1,12 +1,12 @@ { - "version": "0.144.0", + "version": "0.145.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.144.0/eksctl_Windows_amd64.zip", - "hash": "5db05284a99fd762308e2c9fbfcabaf95ed800dd5e69e699f0281047c98ad112" + "url": "https://github.com/weaveworks/eksctl/releases/download/v0.145.0/eksctl_Windows_amd64.zip", + "hash": "d8e6a746750ffbd9cd116328f05f5b581d14d7a9add0a9c54a424305849592df" } }, "bin": "eksctl.exe",