From ef6623f9233a14e88ee4ff0a5948f6aea5ef0749 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 12:33:14 +0000 Subject: [PATCH] eksctl: Update to version 0.96.0 --- bucket/eksctl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/eksctl.json b/bucket/eksctl.json index 30c017c702..142986cf03 100644 --- a/bucket/eksctl.json +++ b/bucket/eksctl.json @@ -1,12 +1,12 @@ { - "version": "0.95.0", + "version": "0.96.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.95.0/eksctl_Windows_amd64.zip", - "hash": "6957bc2e69f8b9c37f95b4f9910794c51b2494a7b85b92a25c831699c2cb9b4c" + "url": "https://github.com/weaveworks/eksctl/releases/download/v0.96.0/eksctl_Windows_amd64.zip", + "hash": "c9c342a0cee37e56cce8838ad2cb1397f31cae8a13c6309e13aa2a9447a0b993" } }, "bin": "eksctl.exe",