camunda-community-hub / camunda-8-process-solution-template

Process Solution Template for Camunda Platform 8
31 stars 52 forks source link

Bump zeebe.version from 8.1.0 to 8.1.3 #30

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps zeebe.version from 8.1.0 to 8.1.3. Updates zeebe-client-java from 8.1.0 to 8.1.3

Release notes

Sourced from zeebe-client-java's releases.

8.1.2

Release 8.1.2

Bug Fixes

Broker

  • Fail to export the process instance modification record to Elasticsearch (#10732)

Merged Pull Requests

  • Add activatedElementInstanceKeys to modification record template (#10733)
  • Distribute deployment in post commit tasks (#10689)

8.1.1

Release 8.1.1

⚠️ Warning

A critical issue was found in the Zeebe ElasticSearch exporter, which leads to records not getting exported after performing a process instance modification. This issue is affecting Zeebe version 8.1.1 only. When updating, it is recommended that you skip version 8.1.1 and update directly to 8.1.2.

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)
Commits
  • 1b72df6 [maven-release-plugin] prepare release 8.1.3
  • f0635f7 build(project): update go embedded version data
  • 2cbfdde merge: #10870
  • 233163a test(qa): increase timeout of complete topology
  • 93bb41c refactor(qa): log connecting/disconnecting a node for diagnostics
  • 8e8ef00 merge: #10866
  • b2722ee test(scheduler): add test ensuring other actors can run in between retries
  • 82a27a4 test(scheduler): simplify parameterized tests
  • 619dc6d fix(scheduler): yield thread on retry
  • c67043c test(scheduler): test all strategies where applicable
  • Additional commits viewable in compare view


Updates zeebe-process-test-extension from 8.1.0 to 8.1.3

Release notes

Sourced from zeebe-process-test-extension's releases.

8.1.3

What's Changed

Full Changelog: https://github.com/camunda/zeebe-process-test/compare/8.1.2...8.1.3

8.1.2

What's Changed

Full Changelog: https://github.com/camunda/zeebe-process-test/compare/8.1.1...8.1.2

8.1.1

What's Changed

Full Changelog: https://github.com/camunda/zeebe-process-test/compare/8.1.0...8.1.1

Commits


Updates zeebe-process-test-extension-testcontainer from 8.1.0 to 8.1.3

Release notes

Sourced from zeebe-process-test-extension-testcontainer's releases.

8.1.3

What's Changed

Full Changelog: https://github.com/camunda/zeebe-process-test/compare/8.1.2...8.1.3

8.1.2

What's Changed

Full Changelog: https://github.com/camunda/zeebe-process-test/compare/8.1.1...8.1.2

8.1.1

What's Changed

Full Changelog: https://github.com/camunda/zeebe-process-test/compare/8.1.0...8.1.1

Commits


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 2 years ago

Superseded by #35.