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 <issaclin32@gmail.com>

Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
柱子 2021-10-21 17:33:19 +08:00 committed by GitHub
parent 05c649e111
commit 906d0fc486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
bucket/k3sup.json Normal file
View File

@ -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"
}
}
}