keptn: Add version 1.1.0 (#4412)

* keptn: adds at v1.1.0

* switch to Rename-Item
This commit is contained in:
polaris940 2023-02-02 12:49:46 -06:00 committed by GitHub
parent 8c0f8eec67
commit 4694db89f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/keptn-cli.json Normal file
View File

@ -0,0 +1,24 @@
{
"version": "1.1.0",
"description": "Cloud-native application life-cycle orchestration",
"homepage": "https://keptn.sh/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/keptn/keptn/releases/download/1.1.0/keptn-1.1.0-windows-amd64.tar.gz",
"hash": "2b38b2b9efbf7c5c3d4afc321d199a9a6ab752c86ef806749d858afef4b982af"
}
},
"pre_install": "Rename-Item \"$dir\\keptn-$version-windows-amd64.exe\" keptn.exe",
"bin": "keptn.exe",
"checkver": {
"github": "https://github.com/keptn/keptn"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/keptn/keptn/releases/download/$version/keptn-$version-windows-amd64.tar.gz"
}
}
}
}