From 4240ed5601f0bcf151e7166fed6f4fa2106d5c96 Mon Sep 17 00:00:00 2001 From: Lucas Marcolongo Date: Sat, 22 Apr 2023 05:51:07 -0700 Subject: [PATCH] vcluster: Add version 0.15.0 (#4706) * Add: vcluster * Update vcluster.json - Update desc - Add 32bit support - Fixed filename - Fix autoupdate --------- Co-authored-by: HUMORCE --- bucket/vcluster.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/vcluster.json diff --git a/bucket/vcluster.json b/bucket/vcluster.json new file mode 100644 index 0000000000..d99bfd5428 --- /dev/null +++ b/bucket/vcluster.json @@ -0,0 +1,33 @@ +{ + "version": "0.15.0", + "description": "A Virtual Kubernetes Cluster that runs inside of Kubernetes.", + "homepage": "https://www.vcluster.com", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/loft-sh/vcluster/releases/download/v0.15.0/vcluster-windows-amd64.exe#/vcluster.exe", + "hash": "d81f5ea580e36549e9de7590a688fc190d2c3704b937a6d2222279468ebe4931" + }, + "32bit": { + "url": "https://github.com/loft-sh/vcluster/releases/download/v0.15.0/vcluster-windows-386.exe#/vcluster.exe", + "hash": "0c2d0eb8616e54d66aa3a88aaed3249f761250eeb44d37e1574d1a7750e621f5" + } + }, + "bin": "vcluster.exe", + "checkver": { + "github": "https://github.com/loft-sh/vcluster" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/loft-sh/vcluster/releases/download/v$version/vcluster-windows-amd64.exe#/vcluster.exe" + }, + "32bit": { + "url": "https://github.com/loft-sh/vcluster/releases/download/v$version/vcluster-windows-386.exe#/vcluster.exe" + } + }, + "hash": { + "url": "$url.sha256" + } + } +}