From cf876671743317e72f964d3f02a381c1c8329aee Mon Sep 17 00:00:00 2001 From: howieyuen Date: Wed, 19 Apr 2023 15:55:02 +0800 Subject: [PATCH] kusion: Add version 0.8.0 (#4332) --- bucket/kusion.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/kusion.json diff --git a/bucket/kusion.json b/bucket/kusion.json new file mode 100644 index 0000000000..c39a20777e --- /dev/null +++ b/bucket/kusion.json @@ -0,0 +1,26 @@ +{ + "version": "0.8.0", + "description": "Platform Engineering Engine: Deliver intentions to Kubernetes and Clouds", + "homepage": "https://kusionstack.io", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/KusionStack/kusion/releases/download/v0.8.0/kusion_0.8.0_windows_amd64.zip", + "hash": "7be0c2949513d6de3b6c9aada17247201bf4818f9bdd724eee88c925cde86ba9" + } + }, + "bin": "kusion.exe", + "checkver": { + "github": "https://github.com/KusionStack/kusion" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/KusionStack/kusion/releases/download/v$version/kusion_$version_windows_amd64.zip" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}