camunda-community-hub / zeebe-kafka-exporter

Export events from Zeebe to Kafka
Apache License 2.0
36 stars 27 forks source link

build: bump version.zeebe from 1.3.6 to 8.1.2 #344

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps version.zeebe from 1.3.6 to 8.1.2. Updates zeebe-bom from 1.3.6 to 8.1.2

Release notes

Sourced from zeebe-bom's releases.

8.1.1

Release 8.1.1

Bug Fixes

Broker

  • NPE terminating both multi-instance body and child elements during PI modification (#10537)
  • Using modification, I can't activate an element if an interrupting event subprocess was triggered (#10477)

Misc

  • Ensure RaftStore lock files are created and updated atomically (#10681)
  • RandomizedRaftTest.livenessTestWithNoSnapshot fails because member is ACTIVE not READY (#10545)
  • Failed to take snapshot in leader because index entry is not found (#9761)

Merged Pull Requests

  • Ensure raft storage lock file is update atomically (#10683)
  • fix(raft): do not handle response if role is already closed (#10640)
  • fix: take snapshot if nothing was exported since last snapshot (#10611)
  • Remove interrupted state on event subprocess activation (#10609)
  • test: fix unfinished stubbing of command response writer (#10605)
  • Improve s3 backup store client reliability (#10603)
  • Fix NPE during PI modification (#10601)

8.1.0

Release 8.1.0

:warning: Warning

A critical issue was found on Operate data importer which may lead to incidents not being imported to Operate. This issue is affecting only Operate installations which where updated from 8.0, and not new installations of Operate. When updating, it is recommended that you skip versions 8.1.0 and update directly to 8.1.1.

Enhancements

Broker

  • Writer timer triggered event with process instance key (#9519)
  • Export all records to ES by default (#8338)
  • Feature Request: On Timer events add scheduling at specific time (#3038)
  • I can access the numberOf* multi-instance properties (#2893)

Gateway

  • Support mutliple cluster contact points on the standalone Gateway (#4856)

Java Client

  • Clients can set an optional backoff time to the failed tasks. (#5629)

Go Client

  • Clients can set an optional backoff time to the failed tasks. (#5629)

Misc

  • Use OCI and OpenShift labels as part of Docker image metadata (#9940)
  • Support generic properties as extension element (#9868)
  • I can set cron expression for timer cycle (#9673)
  • Consider adding deploy workflow / cancel process instance to whitelisted commands (which will be accepted when backpressure is high) (#9283)
  • Implement some means to figure out where Zeebe's time is spent (#9282)
  • Feature Toggles (#9254)
  • BPMN Termination Event (#8789)
  • Support BPMN Inclusive Gateways (#6018)

Bug Fixes

... (truncated)

Commits
  • 5c74630 [maven-release-plugin] prepare release 8.1.2
  • 97ca815 build(project): update go embedded version data
  • c5c8e69 merge: #10734
  • eaca172 fix(protocol): add getActivatedElementInstanceKeys to interface
  • 6036faf fix(exporter): add activatedElementInstanceKeys to modifcation record template
  • 2d58ea0 merge: #10710
  • 533e22d merge: #10711
  • 918f864 feat(engine): distribute deployment in post commit tasks
  • 735ce42 style: apply spotless on pom files
  • de571dc build(project): prepare next development version (Go client)
  • Additional commits viewable in compare view


Updates zeebe-build-tools from 1.3.6 to 8.1.2

Release notes

Sourced from zeebe-build-tools's releases.

8.1.1

Release 8.1.1

Bug Fixes

Broker

  • NPE terminating both multi-instance body and child elements during PI modification (#10537)
  • Using modification, I can't activate an element if an interrupting event subprocess was triggered (#10477)

Misc

  • Ensure RaftStore lock files are created and updated atomically (#10681)
  • RandomizedRaftTest.livenessTestWithNoSnapshot fails because member is ACTIVE not READY (#10545)
  • Failed to take snapshot in leader because index entry is not found (#9761)

Merged Pull Requests

  • Ensure raft storage lock file is update atomically (#10683)
  • fix(raft): do not handle response if role is already closed (#10640)
  • fix: take snapshot if nothing was exported since last snapshot (#10611)
  • Remove interrupted state on event subprocess activation (#10609)
  • test: fix unfinished stubbing of command response writer (#10605)
  • Improve s3 backup store client reliability (#10603)
  • Fix NPE during PI modification (#10601)

8.1.0

Release 8.1.0

:warning: Warning

A critical issue was found on Operate data importer which may lead to incidents not being imported to Operate. This issue is affecting only Operate installations which where updated from 8.0, and not new installations of Operate. When updating, it is recommended that you skip versions 8.1.0 and update directly to 8.1.1.

Enhancements

Broker

  • Writer timer triggered event with process instance key (#9519)
  • Export all records to ES by default (#8338)
  • Feature Request: On Timer events add scheduling at specific time (#3038)
  • I can access the numberOf* multi-instance properties (#2893)

Gateway

  • Support mutliple cluster contact points on the standalone Gateway (#4856)

Java Client

  • Clients can set an optional backoff time to the failed tasks. (#5629)

Go Client

  • Clients can set an optional backoff time to the failed tasks. (#5629)

Misc

  • Use OCI and OpenShift labels as part of Docker image metadata (#9940)
  • Support generic properties as extension element (#9868)
  • I can set cron expression for timer cycle (#9673)
  • Consider adding deploy workflow / cancel process instance to whitelisted commands (which will be accepted when backpressure is high) (#9283)
  • Implement some means to figure out where Zeebe's time is spent (#9282)
  • Feature Toggles (#9254)
  • BPMN Termination Event (#8789)
  • Support BPMN Inclusive Gateways (#6018)

Bug Fixes

... (truncated)

Commits
  • 5c74630 [maven-release-plugin] prepare release 8.1.2
  • 97ca815 build(project): update go embedded version data
  • c5c8e69 merge: #10734
  • eaca172 fix(protocol): add getActivatedElementInstanceKeys to interface
  • 6036faf fix(exporter): add activatedElementInstanceKeys to modifcation record template
  • 2d58ea0 merge: #10710
  • 533e22d merge: #10711
  • 918f864 feat(engine): distribute deployment in post commit tasks
  • 735ce42 style: apply spotless on pom files
  • de571dc build(project): prepare next development version (Go client)
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #348.