From 061be1c7733d1a05199f6bb268e0c08de7b61bb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 7 Oct 2020 10:02:23 +0200 Subject: [PATCH] k3d: Update to version 3.1.1 --- bucket/k3d.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/k3d.json b/bucket/k3d.json index 8796007619..c51cb34771 100644 --- a/bucket/k3d.json +++ b/bucket/k3d.json @@ -1,5 +1,5 @@ { - "version": "3.1.0", + "version": "3.1.1", "description": "Creates multi-node k3s cluster on a single machine using docker", "homepage": "https://github.com/rancher/k3d", "license": "MIT", @@ -12,8 +12,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/rancher/k3d/releases/download/v3.1.0/k3d-windows-amd64.exe#/k3d.exe", - "hash": "db338da0457a1441c556f1a59af3a2974ddf0a51a7da1bbb1e4dbd3b2be8dc72" + "url": "https://github.com/rancher/k3d/releases/download/v3.1.1/k3d-windows-amd64.exe#/k3d.exe", + "hash": "a9ace01ef32f9227698b841552b105a030d2d42ce98dfdb22a76e2c87854dec9" } }, "bin": "k3d.exe",