kusion: Add version 0.8.0 (#4332)

This commit is contained in:
howieyuen 2023-04-19 15:55:02 +08:00 committed by GitHub
parent 82cb9ac152
commit cf87667174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
bucket/kusion.json Normal file
View File

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