From 30d076dc496dc90a2612cad2358ca653eb29c4b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 5 Oct 2021 09:15:40 -0700 Subject: [PATCH] k3d: Update to version 5.0.0 --- bucket/k3d.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/k3d.json b/bucket/k3d.json index bbe9f028c5..e32307722a 100644 --- a/bucket/k3d.json +++ b/bucket/k3d.json @@ -1,5 +1,5 @@ { - "version": "4.4.8", + "version": "5.0.0", "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/v4.4.8/k3d-windows-amd64.exe#/k3d.exe", - "hash": "4efbc1ee734f68f4f0d89987693cec728f057c9bdaf377e7485a1602b36d10af" + "url": "https://github.com/rancher/k3d/releases/download/v5.0.0/k3d-windows-amd64.exe#/k3d.exe", + "hash": "0aa602e2d544e6a3200d0d7cded4eec9441658eb294526aca9d4262d1fe873de" } }, "bin": "k3d.exe",