From 8878ba5ce47011c1f44551f45c52d04045c1d39c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 12:31:29 +0000 Subject: [PATCH] k3sup: Update to version 0.12.1 --- bucket/k3sup.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/k3sup.json b/bucket/k3sup.json index f058ec87b4..9619841dac 100644 --- a/bucket/k3sup.json +++ b/bucket/k3sup.json @@ -1,12 +1,12 @@ { - "version": "0.12.0", + "version": "0.12.1", "description": "Utility to get from zero to KUBECONFIG with k3s on any local or remote VM", "homepage": "https://k3sup.dev", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/alexellis/k3sup/releases/download/0.12.0/k3sup.exe", - "hash": "30c26fc9fe3983c15f7986238e4239d49d40d6ef81487cf8ef16bac7153d5d6b" + "url": "https://github.com/alexellis/k3sup/releases/download/0.12.1/k3sup.exe", + "hash": "ed66305335731a5e38a109e36d373780b8b0109503eb21803cd282d80e71955d" } }, "bin": "k3sup.exe",