camel-k: Add version 1.12.1 (#4901)

* adds kamel-cli at v1.12.1

* fix checkver

* Rename kamel-cli.json to camel-k.json

---------

Co-authored-by: HUMORCE <humorce@outlook.com>
This commit is contained in:
polaris940 2023-07-20 09:12:32 -05:00 committed by GitHub
parent 34575b93f8
commit 2d65016a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
bucket/camel-k.json Normal file
View File

@ -0,0 +1,23 @@
{
"version": "1.12.1",
"description": "A lightweight integration platform, born on Kubernetes, with serverless superpowers",
"homepage": "https://camel.apache.org/camel-k",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/apache/camel-k/releases/download/v1.12.1/camel-k-client-1.12.1-windows-64bit.tar.gz",
"hash": "bb1357e8d919a9485ad4d0c3ed2d66fb2e1c1c01b5bf2215732a56ffad5c3478"
}
},
"bin": "kamel.exe",
"checkver": {
"github": "https://github.com/apache/camel-k"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/apache/camel-k/releases/download/v$version/camel-k-client-$version-windows-64bit.tar.gz"
}
}
}
}