From 741897a3f922a8f6cc348d112f8b2f388df70a1d Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 2 Jul 2021 13:00:26 +0000 Subject: [PATCH] eksctl: Update to version 0.55.0 --- bucket/eksctl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/eksctl.json b/bucket/eksctl.json index ce42002f82..05007ed07d 100644 --- a/bucket/eksctl.json +++ b/bucket/eksctl.json @@ -1,12 +1,12 @@ { - "version": "0.54.0", + "version": "0.55.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/0.54.0/eksctl_Windows_amd64.zip", - "hash": "e8f494883d1e60942664ab58654ec3892fcf1dcd7591d69026787a39bf740650" + "url": "https://github.com/weaveworks/eksctl/releases/download/0.55.0/eksctl_Windows_amd64.zip", + "hash": "b167bab2ab7d675af6d14b489a16e5864c65b9e182e50cb57b647d6044a81e6d" } }, "bin": "eksctl.exe",