From b2a0fd81295986623512a178ac4bf887991ebb88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 12:31:15 +0000 Subject: [PATCH] eksctl: Update to version 0.121.0 --- bucket/eksctl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/eksctl.json b/bucket/eksctl.json index a2ae3660be..0a6104b5f6 100644 --- a/bucket/eksctl.json +++ b/bucket/eksctl.json @@ -1,12 +1,12 @@ { - "version": "0.120.0", + "version": "0.121.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.120.0/eksctl_Windows_amd64.zip", - "hash": "d3858d68447a26ac8b38c823b3841ebc85ddf606b253a828c5ee557bbd712bba" + "url": "https://github.com/weaveworks/eksctl/releases/download/v0.121.0/eksctl_Windows_amd64.zip", + "hash": "8cd7aef721e282e1468118f666b0fa546c039eb170d7acb8c2e670a87761579a" } }, "bin": "eksctl.exe",