From d58326f517883763a087159098f1d95f4744eefd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 12:31:22 +0000 Subject: [PATCH] eksctl: Update to version 0.135.0 --- bucket/eksctl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/eksctl.json b/bucket/eksctl.json index 42ef1ebde1..9fa86c348f 100644 --- a/bucket/eksctl.json +++ b/bucket/eksctl.json @@ -1,12 +1,12 @@ { - "version": "0.134.0", + "version": "0.135.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.134.0/eksctl_Windows_amd64.zip", - "hash": "b0adb5ad1d3e39128acd861875fb147fa8a389deb04bb12f4d59d128e976f679" + "url": "https://github.com/weaveworks/eksctl/releases/download/v0.135.0/eksctl_Windows_amd64.zip", + "hash": "54445d19e1af319b5f5bf79ca36d8db19dafd14148c8e0bb447aae940a8bf668" } }, "bin": "eksctl.exe",