From 5913b7a5727fdce48edc8ddb37d43291669ddbc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 12:31:54 +0000 Subject: [PATCH] k3d: Update to version 5.8.1 --- bucket/k3d.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/k3d.json b/bucket/k3d.json index 88d9ba5f54..76b69cad69 100644 --- a/bucket/k3d.json +++ b/bucket/k3d.json @@ -1,5 +1,5 @@ { - "version": "5.7.5", + "version": "5.8.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/v5.7.5/k3d-windows-amd64.exe#/k3d.exe", - "hash": "0165818ca1e9c68eef3b8a175c04f2a1e000ce2b90fa640c8e1fa02d323ccaf0" + "url": "https://github.com/rancher/k3d/releases/download/v5.8.1/k3d-windows-amd64.exe#/k3d.exe", + "hash": "47f9750a78003a008848cabf2e18d4438ffb9ede30e9648765799cfa4ff05148" } }, "bin": "k3d.exe",