From 1e601c13d0cea59cbc8837f29a8b931c764f4f9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 21:05:34 +0000 Subject: [PATCH] k3d: Update to version 5.6.2 --- bucket/k3d.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/k3d.json b/bucket/k3d.json index efb158e45a..f84d29bec0 100644 --- a/bucket/k3d.json +++ b/bucket/k3d.json @@ -1,5 +1,5 @@ { - "version": "5.6.0", + "version": "5.6.2", "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.0/k3d-windows-amd64.exe#/k3d.exe", - "hash": "c2a79991fe0d1965bea73c97b34d477aa99187ea5d69adfbf3133f4d6dd8e7a4" + "url": "https://github.com/rancher/k3d/releases/download/v5.6.2/k3d-windows-amd64.exe#/k3d.exe", + "hash": "88c9e980406035d7b708b8a4fb46ecb49b0492362a25b12110bf3c7e0f715017" } }, "bin": "k3d.exe",