From 1debc132ae48ccfd7fc9d630b66c13496d4f1808 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 20:28:37 +0000 Subject: [PATCH] eksctl: Update to version 0.78.0 --- bucket/eksctl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/eksctl.json b/bucket/eksctl.json index d672382176..6f4aa9c127 100644 --- a/bucket/eksctl.json +++ b/bucket/eksctl.json @@ -1,12 +1,12 @@ { - "version": "0.77.0", + "version": "0.78.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.77.0/eksctl_Windows_amd64.zip", - "hash": "ced14b609487574767d0e4a831f7647d83013272813a3f39c49dfe0a75af28fa" + "url": "https://github.com/weaveworks/eksctl/releases/download/v0.78.0/eksctl_Windows_amd64.zip", + "hash": "4bccee915232405e7fc3bc1d9832d983013cf0d1e58922a7fa86ab52864b60e1" } }, "bin": "eksctl.exe",