From af1226f76d90dd7ce112e77c170e5ceb80df89c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 12:30:08 +0000 Subject: [PATCH] eksctl: Update to version 0.151.0 --- bucket/eksctl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/eksctl.json b/bucket/eksctl.json index af1653516d..a2e94d34a1 100644 --- a/bucket/eksctl.json +++ b/bucket/eksctl.json @@ -1,16 +1,16 @@ { - "version": "0.150.0", + "version": "0.151.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.150.0/eksctl_Windows_amd64.zip", - "hash": "55598c1519ed77c8e6d48e4354b4c9431dc8b15acb2cdc492371b6350ecb040a" + "url": "https://github.com/weaveworks/eksctl/releases/download/v0.151.0/eksctl_Windows_amd64.zip", + "hash": "8b844a41f7bf7715ab42af7eefbcda6dd77ea74583c7ff9ed12ae7881ee9cd8d" }, "arm64": { - "url": "https://github.com/weaveworks/eksctl/releases/download/v0.150.0/eksctl_Windows_arm64.zip", - "hash": "6ebc23eeedb1917aa4484f920883dfd941d06b2efce12fc95d5e8a8efc3e82d4" + "url": "https://github.com/weaveworks/eksctl/releases/download/v0.151.0/eksctl_Windows_arm64.zip", + "hash": "e0bb504f24cc917b8331188c4bd7d8ce487138106900e50a19f85ce9aa0e0d94" } }, "bin": "eksctl.exe",