From d14412b902020990090aab21d08c0e84332236de Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Sun, 17 Apr 2022 00:42:27 +0800 Subject: [PATCH] zeebe: Update to version 8.0.0, Add notes --- bucket/zeebe.json | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/bucket/zeebe.json b/bucket/zeebe.json index 38407f9600..b69815a42c 100644 --- a/bucket/zeebe.json +++ b/bucket/zeebe.json @@ -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" } }