From 9c984545dfd14769093b3db21f42f9d2a62ad5de Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 5 Dec 2019 18:00:15 +0000 Subject: [PATCH] eksctl: Update to version 0.11.1 --- bucket/eksctl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/eksctl.json b/bucket/eksctl.json index 5b42ac6498..cbc890eea4 100644 --- a/bucket/eksctl.json +++ b/bucket/eksctl.json @@ -1,12 +1,12 @@ { - "version": "0.11.0", + "version": "0.11.1", "license": "Apache-2.0", "homepage": "https://eksctl.io/", "description": "A simple CLI tool for creating clusters on EKS - Amazon’s new managed Kubernetes service for EC2.", "architecture": { "64bit": { - "url": "https://github.com/weaveworks/eksctl/releases/download/0.11.0/eksctl_Windows_amd64.zip", - "hash": "e0c817a4a013f88fbb93114fcd357f55c421c98f39747aab819390f9819ae451" + "url": "https://github.com/weaveworks/eksctl/releases/download/0.11.1/eksctl_Windows_amd64.zip", + "hash": "79ab60ca47cf204fb9115aa7e6d8840f5abe4dcacdd0474244895b329a648aa1" } }, "bin": "eksctl.exe",