mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
zeebe: Update to version 8.0.0, Add notes
This commit is contained in:
parent
b6fe8c6c05
commit
d14412b902
@ -1,21 +1,25 @@
|
||||
{
|
||||
"version": "1.3.7",
|
||||
"version": "8.0.0",
|
||||
"description": "Distributed Workflow Engine for Microservices Orchestration",
|
||||
"homepage": "https://camunda.com/products/cloud/workflow-engine/",
|
||||
"license": {
|
||||
"identifier": "Zeebe Community License v1.0",
|
||||
"url": "https://camunda.com/legal/terms/cloud-terms-and-conditions/zeebe-community-license-v1-0/"
|
||||
},
|
||||
"notes": [
|
||||
"If you are upgrading from version 1.x, you can follow the instructions on this page to migrate the settings:",
|
||||
"https://docs.camunda.io/docs/guides/update-guide/130-to-800/"
|
||||
],
|
||||
"suggest": {
|
||||
"JDK": "java/openjdk"
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/camunda-cloud/zeebe/releases/download/1.3.7/camunda-cloud-zeebe-1.3.7.zip",
|
||||
"hash": "sha1:9be66c8c91ab3aeb07b1861f40a29e6b4f183ffc"
|
||||
"url": "https://github.com/camunda/camunda-platform/releases/download/8.0.0/camunda-zeebe-8.0.0.zip",
|
||||
"hash": "sha1:1f8278b62e173dc8e37a540fd5d37e25e73e3311"
|
||||
}
|
||||
},
|
||||
"extract_dir": "camunda-cloud-zeebe-1.3.7",
|
||||
"extract_dir": "camunda-zeebe-8.0.0",
|
||||
"bin": [
|
||||
[
|
||||
"bin\\broker.bat",
|
||||
@ -28,17 +32,17 @@
|
||||
"bin\\zbctl.exe"
|
||||
],
|
||||
"checkver": {
|
||||
"github": "https://github.com/camunda-cloud/zeebe"
|
||||
"github": "https://github.com/camunda/camunda-platform"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/camunda-cloud/zeebe/releases/download/$version/camunda-cloud-zeebe-$version.zip"
|
||||
"url": "https://github.com/camunda/camunda-platform/releases/download/$version/camunda-zeebe-$version.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.sha1sum"
|
||||
},
|
||||
"extract_dir": "camunda-cloud-zeebe-$version"
|
||||
"extract_dir": "camunda-zeebe-$version"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user