From 4ed1bf3047cccd87ceeadbe1f9d669aad44c123b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 12:32:22 +0000 Subject: [PATCH] k3d: Update to version 5.4.4 --- bucket/k3d.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/k3d.json b/bucket/k3d.json index f092590a07..6dcdd3bab0 100644 --- a/bucket/k3d.json +++ b/bucket/k3d.json @@ -1,5 +1,5 @@ { - "version": "5.4.3", + "version": "5.4.4", "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.4.3/k3d-windows-amd64.exe#/k3d.exe", - "hash": "26649500adcb2ee129cd9b2396ac7d48967ed2da8c646529db9ce8294ce126b0" + "url": "https://github.com/rancher/k3d/releases/download/v5.4.4/k3d-windows-amd64.exe#/k3d.exe", + "hash": "e104c1f93ac9372807554e99736980b5a1c2dcaa2434f45875df1a0355c0beec" } }, "bin": "k3d.exe",