From 68a2f483a050e6470388b5f37cf6b655f0f7544c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 16:28:46 +0000 Subject: [PATCH] k3d: Update to version 5.7.0 --- bucket/k3d.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/k3d.json b/bucket/k3d.json index 8388fd5504..cbcd816007 100644 --- a/bucket/k3d.json +++ b/bucket/k3d.json @@ -1,5 +1,5 @@ { - "version": "5.6.3", + "version": "5.7.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/v5.6.3/k3d-windows-amd64.exe#/k3d.exe", - "hash": "2157bf8c2088ba48a4e6a96dc5959f5f6bfa038eaf5a2c3371334d1e32af69d1" + "url": "https://github.com/rancher/k3d/releases/download/v5.7.0/k3d-windows-amd64.exe#/k3d.exe", + "hash": "dc4c359923e84a03881869b5be120a1b2656208595ad3b727b3cc050effd1645" } }, "bin": "k3d.exe",