From c9552d057987fc9d0e7d108b78b916f0cf34f5be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 20:26:13 +0000 Subject: [PATCH] k3d: Update to version 5.8.3 --- bucket/k3d.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/k3d.json b/bucket/k3d.json index 97f3889554..f529f6adc1 100644 --- a/bucket/k3d.json +++ b/bucket/k3d.json @@ -1,5 +1,5 @@ { - "version": "5.8.2", + "version": "5.8.3", "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.8.2/k3d-windows-amd64.exe#/k3d.exe", - "hash": "b4169fffb9cd3342eb1b0556e86a3f8d49edcc975bf858d02c162ec91ba7bf8f" + "url": "https://github.com/rancher/k3d/releases/download/v5.8.3/k3d-windows-amd64.exe#/k3d.exe", + "hash": "655d2aadcb1f0a0dd196c5cbc564687ba945a9547c8e82c9fc532051fb260e22" } }, "bin": "k3d.exe",