fission-cli: Add version 1.17.0 (#4347)

This commit is contained in:
polaris940 2023-01-13 07:19:11 -06:00 committed by GitHub
parent e136a1a9f7
commit bde6ad18ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
bucket/fission-cli.json Normal file
View File

@ -0,0 +1,26 @@
{
"version": "1.17.0",
"description": "Fast and Simple Serverless Functions for Kubernetes",
"homepage": "https://fission.io/",
"license": "Apache License 2.0",
"architecture": {
"64bit": {
"url": "https://github.com/fission/fission/releases/download/v1.17.0/fission-v1.17.0-windows-amd64.exe#/fission.exe",
"hash": "613b4e2f5c22419946bee0215d6ea60ef785315c29ca89f2927b8b45cb04986e"
}
},
"bin": "fission.exe",
"checkver": {
"github": "https://github.com/fission/fission"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fission/fission/releases/download/v$version/fission-v$version-windows-amd64.exe#/fission.exe"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}