2026-02-20 16:33:10 +00:00

45 lines
1.4 KiB
JSON

{
"version": "8.8.14",
"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/camunda/releases/download/8.8.14/camunda-zeebe-8.8.14.zip",
"hash": "9e3ebb8cb4a8745075d951f5b386c4e2201cb342bed09525f0008b4287dcd060"
}
},
"extract_dir": "camunda-zeebe-8.8.14",
"bin": [
[
"bin\\broker.bat",
"zeebe-broker"
],
[
"bin\\gateway.bat",
"zeebe-gateway"
]
],
"checkver": {
"github": "https://github.com/camunda/camunda"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/camunda/camunda/releases/download/$version/camunda-zeebe-$version.zip"
}
},
"extract_dir": "camunda-zeebe-$version"
}
}