From 887836f0246da2469849764ba57f5b311b21251a Mon Sep 17 00:00:00 2001 From: Eugene Klimov Date: Thu, 21 Jan 2021 20:32:16 +0500 Subject: [PATCH] k0s: add version 0.9.1 (#1702) * add k0s 0.9.0 Signed-off-by: Slach * update to 0.9.1 Signed-off-by: Slach --- bucket/k0s.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/k0s.json diff --git a/bucket/k0s.json b/bucket/k0s.json new file mode 100644 index 0000000000..19d0458296 --- /dev/null +++ b/bucket/k0s.json @@ -0,0 +1,21 @@ +{ + "version": "0.9.1", + "homepage": "https://github.com/k0sproject/k0s", + "description": "k0s - Zero Friction Kubernetes distribution", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/k0sproject/k0s/releases/download/v0.9.1/k0s-v0.9.1-amd64.exe#/k0s.exe", + "hash": "faadd7a0465e0965dbacbded7fb321b913e4129cd5dde7181d8a4230913aa607" + } + }, + "bin": "k0s.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/k0sproject/k0s/releases/download/v$version/k0s-v$version-amd64.exe#/k0s.exe" + } + } + } +}