From 906d0fc486b2ccf38465c954debdc3d630ea9470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=B1=E5=AD=90?= Date: Thu, 21 Oct 2021 17:33:19 +0800 Subject: [PATCH] k3sup: Add version 0.11.0 (#2766) * k3sup: Add version 0.11.0 * fix hash autoupdate * Update bucket/k3sup.json Co-authored-by: Issac Lin Co-authored-by: Issac Lin --- bucket/k3sup.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 bucket/k3sup.json diff --git a/bucket/k3sup.json b/bucket/k3sup.json new file mode 100644 index 0000000000..940aeaab87 --- /dev/null +++ b/bucket/k3sup.json @@ -0,0 +1,18 @@ +{ + "version": "0.11.0", + "description": "Utility to get from zero to KUBECONFIG with k3s on any local or remote VM", + "homepage": "https://k3sup.dev", + "license": "MIT", + "url": "https://github.com/alexellis/k3sup/releases/download/0.11.0/k3sup.exe", + "hash": "0fa018ea6ea4692ec654889b2b099ece54a5100b46191ddf1168510a84c454e9", + "bin": "k3sup.exe", + "checkver": { + "github": "https://github.com/alexellis/k3sup" + }, + "autoupdate": { + "url": "https://github.com/alexellis/k3sup/releases/download/$version/k3sup.exe", + "hash": { + "url": "$url.sha256" + } + } +}