Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: bump version.zeebe from 8.1.6 to 8.1.7 #425

Merged
merged 1 commit into from
Feb 10, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2023

Bumps version.zeebe from 8.1.6 to 8.1.7.
Updates zeebe-bom from 8.1.6 to 8.1.7

Release notes

Sourced from zeebe-bom's releases.

8.1.7

Release 8.1.7

Bug Fixes

Broker

  • NPE at ExpressionProcessor.evaluateIntervalExpression (#5934)

Misc

  • When there is a big chunk of expired messages, then Zeebe fails to write the batch of corresponding commands (#11480)
  • NPE when handling follow-up events of process instance modification (#11413)
  • ClassCastException: class ModelElementInstanceImpl cannot be cast to class FlowNode (#11343)
  • After unrecoverable errors, ZeebePartition accesses closed raft context (#11070)
  • InstallRequests are sent almost everytime a new snapshot is taken by the leader (#8565)

Maintenance

  • Improve guarantees of experimental flag to disable flush (#11423)

Merged Pull Requests

  • test: reliably fill journal for disk space recovery testing (#11562)
  • Flush log before committing a snapshot if raft flush is disabled (#11487)
  • Prevent NPE when terminating process instance through PI modification (#11474)
  • refactor(broker): refactor snapshot director for readability (#11466)
  • feat(atomix): reduce likelihood of forced snapshot replication (#11457)
  • fix(broker): transition to inactive before stopping raft partition (#11445)
  • Minor Atomix cleanup (#11434)
  • Add AdHocSubProcess to the BPMN Model and fix validations (#11432)
  • fix(atomix): don't step down when rebalancing an already balanced cluster (#11421)
  • feat(raft): only sync data for metastore file updates (#11373)
  • Add more metrics for raft and journal (#11366)
  • Fix NPE when FEEL expression results in unknown type (#11354)
Commits

Updates zeebe-protocol-jackson from 8.1.6 to 8.1.7

Release notes

Sourced from zeebe-protocol-jackson's releases.

8.1.7

Release 8.1.7

Bug Fixes

Broker

  • NPE at ExpressionProcessor.evaluateIntervalExpression (#5934)

Misc

  • When there is a big chunk of expired messages, then Zeebe fails to write the batch of corresponding commands (#11480)
  • NPE when handling follow-up events of process instance modification (#11413)
  • ClassCastException: class ModelElementInstanceImpl cannot be cast to class FlowNode (#11343)
  • After unrecoverable errors, ZeebePartition accesses closed raft context (#11070)
  • InstallRequests are sent almost everytime a new snapshot is taken by the leader (#8565)

Maintenance

  • Improve guarantees of experimental flag to disable flush (#11423)

Merged Pull Requests

  • test: reliably fill journal for disk space recovery testing (#11562)
  • Flush log before committing a snapshot if raft flush is disabled (#11487)
  • Prevent NPE when terminating process instance through PI modification (#11474)
  • refactor(broker): refactor snapshot director for readability (#11466)
  • feat(atomix): reduce likelihood of forced snapshot replication (#11457)
  • fix(broker): transition to inactive before stopping raft partition (#11445)
  • Minor Atomix cleanup (#11434)
  • Add AdHocSubProcess to the BPMN Model and fix validations (#11432)
  • fix(atomix): don't step down when rebalancing an already balanced cluster (#11421)
  • feat(raft): only sync data for metastore file updates (#11373)
  • Add more metrics for raft and journal (#11366)
  • Fix NPE when FEEL expression results in unknown type (#11354)
Commits

Updates zeebe-process-test-api from 8.1.6 to 8.1.7

Release notes

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

8.1.7

What's Changed

Full Changelog: camunda/zeebe-process-test@8.1.6...8.1.7

Commits
  • e277b3d release(v8.1.7)
  • c088646 Merge pull request #660 from camunda/bump-to-8.1.7
  • d7d03b4 feat(deps): bump zeebe version to 8.1.7
  • fc0fb5e release(v8.1.6): prepare for next development iteration
  • See full diff in compare view

Updates zeebe-process-test-assertions from 8.1.6 to 8.1.7

Release notes

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

8.1.7

What's Changed

Full Changelog: camunda/zeebe-process-test@8.1.6...8.1.7

Commits
  • e277b3d release(v8.1.7)
  • c088646 Merge pull request #660 from camunda/bump-to-8.1.7
  • d7d03b4 feat(deps): bump zeebe version to 8.1.7
  • fc0fb5e release(v8.1.6): prepare for next development iteration
  • See full diff in compare view

Updates zeebe-process-test-filters from 8.1.6 to 8.1.7

Release notes

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

8.1.7

What's Changed

Full Changelog: camunda/zeebe-process-test@8.1.6...8.1.7

Commits
  • e277b3d release(v8.1.7)
  • c088646 Merge pull request #660 from camunda/bump-to-8.1.7
  • d7d03b4 feat(deps): bump zeebe version to 8.1.7
  • fc0fb5e release(v8.1.6): prepare for next development iteration
  • See full diff in compare view

Updates zeebe-build-tools from 8.1.6 to 8.1.7

Release notes

Sourced from zeebe-build-tools's releases.

8.1.7

Release 8.1.7

Bug Fixes

Broker

  • NPE at ExpressionProcessor.evaluateIntervalExpression (#5934)

Misc

  • When there is a big chunk of expired messages, then Zeebe fails to write the batch of corresponding commands (#11480)
  • NPE when handling follow-up events of process instance modification (#11413)
  • ClassCastException: class ModelElementInstanceImpl cannot be cast to class FlowNode (#11343)
  • After unrecoverable errors, ZeebePartition accesses closed raft context (#11070)
  • InstallRequests are sent almost everytime a new snapshot is taken by the leader (#8565)

Maintenance

  • Improve guarantees of experimental flag to disable flush (#11423)

Merged Pull Requests

  • test: reliably fill journal for disk space recovery testing (#11562)
  • Flush log before committing a snapshot if raft flush is disabled (#11487)
  • Prevent NPE when terminating process instance through PI modification (#11474)
  • refactor(broker): refactor snapshot director for readability (#11466)
  • feat(atomix): reduce likelihood of forced snapshot replication (#11457)
  • fix(broker): transition to inactive before stopping raft partition (#11445)
  • Minor Atomix cleanup (#11434)
  • Add AdHocSubProcess to the BPMN Model and fix validations (#11432)
  • fix(atomix): don't step down when rebalancing an already balanced cluster (#11421)
  • feat(raft): only sync data for metastore file updates (#11373)
  • Add more metrics for raft and journal (#11366)
  • Fix NPE when FEEL expression results in unknown type (#11354)
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)

Bumps `version.zeebe` from 8.1.6 to 8.1.7.

Updates `zeebe-bom` from 8.1.6 to 8.1.7
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Commits](camunda/camunda@8.1.6...8.1.7)

Updates `zeebe-protocol-jackson` from 8.1.6 to 8.1.7
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Commits](camunda/camunda@8.1.6...8.1.7)

Updates `zeebe-process-test-api` from 8.1.6 to 8.1.7
- [Release notes](https://github.com/camunda/zeebe-process-test/releases)
- [Commits](camunda/zeebe-process-test@8.1.6...8.1.7)

Updates `zeebe-process-test-assertions` from 8.1.6 to 8.1.7
- [Release notes](https://github.com/camunda/zeebe-process-test/releases)
- [Commits](camunda/zeebe-process-test@8.1.6...8.1.7)

Updates `zeebe-process-test-filters` from 8.1.6 to 8.1.7
- [Release notes](https://github.com/camunda/zeebe-process-test/releases)
- [Commits](camunda/zeebe-process-test@8.1.6...8.1.7)

Updates `zeebe-build-tools` from 8.1.6 to 8.1.7
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Commits](camunda/camunda@8.1.6...8.1.7)

---
updated-dependencies:
- dependency-name: io.camunda:zeebe-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.camunda:zeebe-protocol-jackson
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.camunda:zeebe-process-test-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.camunda:zeebe-process-test-assertions
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.camunda:zeebe-process-test-filters
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.camunda:zeebe-build-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 10, 2023
@github-actions github-actions bot merged commit a7b8b0c into main Feb 10, 2023
@github-actions github-actions bot deleted the dependabot/maven/main/version.zeebe-8.1.7 branch February 10, 2023 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants