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.0.0 to 8.0.2 #279

Merged
merged 1 commit into from
May 10, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 10, 2022

Bumps version.zeebe from 8.0.0 to 8.0.2.
Updates zeebe-bom from 8.0.0 to 8.0.2

Release notes

Sourced from zeebe-bom's releases.

8.0.2

Bug Fixes

Broker

  • DueDateTimeChecker will block progress if many timers are due (#9238)
  • DueDateTimeChecker may be scheduled with a negative delay (#9236)
  • NPE in Validator (#9083)
  • Job of cancelled instance can be activated if an error was thrown on it (#8588)
  • Boundary Event can't be triggered after EventSubProcess is triggered (#6874)

Misc

  • Partition is healthy is logged unnecessarily (#9207)
  • IndexOutOfBounds if output collection of multi-instance is modified (#9143)

Merged Pull Requests

  • refactor(engine): prevent instant rescheduling (#9237)
  • Cancel job with incident when canceling the process instance (#9219)
  • Mark annotation dependencies as optional (#9215)
  • Do not log health status unnecessarily (#9208)
  • Fix ArrayOutOfBounds / collection has wrong type errors by raising an incident (#9178)
  • Trigger boundary events after an interrupting event subprocess is triggered (#9175)
  • Check for message names being null during validation (#9164)

Full Changelog: camunda/camunda@8.0.1...8.0.2

8.0.1

Release: 8.0.1

Bug Fixes

Broker

  • Removing Subscription consumer re-registers the consumer instead of removing (#9123)
  • ZeebeDbInconsistentException in ColumnFamily DMN_DECISION_REQUIREMENTS (#9115)
  • Backport grpc version update (to 1.45.1) to 8.0.x (#9085)
  • A workflow with start event message will deploy but fail to start if it has an event sub process (#4099)

Gateway

  • Backport grpc version update (to 1.45.1) to 8.0.x (#9085)

Misc

  • Error with: Failing installation of 'LogStoragePartitionStep' (#9040)

Merged Pull Requests

  • fix: remove subscription consumer instead of re-registering (#9139)
  • fix(broker): do not log transition failure due to term mismatch as error (#9122)
  • Prevent duplicate key insertion for DMN (#9121)
  • [Backport stable/8.0] Wait for gateway start in StandaloneGateway (#9100)
  • Use v8 major version in Go module name (#9062)
  • Relax timeout for instance completion (#9058)
  • Fix 4099 by opening event subscriptions after start event's output mappings were applied (#9047)
  • deps(maven): bump grpc-bom from 1.45.0 to 1.45.1 (#9027)

Full Changelog: camunda/camunda@8.0.0...8.0.1

Commits
  • 1050d92 [maven-release-plugin] prepare release 8.0.2
  • 7942838 build(project): update go embedded version data
  • 237f429 build(ci): fix gocompat compilation issue
  • d91a276 merge: #9256
  • 0350218 refactor(engine): prevent instant rescheduling
  • 3931a89 merge: #9251
  • 09dc18d docs(engine): document duplication
  • 7b53544 fix(engine): count canceled jobs in metrics
  • b569307 test(engine): verify job metrics
  • 39733d1 refactor(engine): extract metrics test helper
  • Additional commits viewable in compare view

Updates zeebe-build-tools from 8.0.0 to 8.0.2

Release notes

Sourced from zeebe-build-tools's releases.

8.0.2

Bug Fixes

Broker

  • DueDateTimeChecker will block progress if many timers are due (#9238)
  • DueDateTimeChecker may be scheduled with a negative delay (#9236)
  • NPE in Validator (#9083)
  • Job of cancelled instance can be activated if an error was thrown on it (#8588)
  • Boundary Event can't be triggered after EventSubProcess is triggered (#6874)

Misc

  • Partition is healthy is logged unnecessarily (#9207)
  • IndexOutOfBounds if output collection of multi-instance is modified (#9143)

Merged Pull Requests

  • refactor(engine): prevent instant rescheduling (#9237)
  • Cancel job with incident when canceling the process instance (#9219)
  • Mark annotation dependencies as optional (#9215)
  • Do not log health status unnecessarily (#9208)
  • Fix ArrayOutOfBounds / collection has wrong type errors by raising an incident (#9178)
  • Trigger boundary events after an interrupting event subprocess is triggered (#9175)
  • Check for message names being null during validation (#9164)

Full Changelog: camunda/camunda@8.0.1...8.0.2

8.0.1

Release: 8.0.1

Bug Fixes

Broker

  • Removing Subscription consumer re-registers the consumer instead of removing (#9123)
  • ZeebeDbInconsistentException in ColumnFamily DMN_DECISION_REQUIREMENTS (#9115)
  • Backport grpc version update (to 1.45.1) to 8.0.x (#9085)
  • A workflow with start event message will deploy but fail to start if it has an event sub process (#4099)

Gateway

  • Backport grpc version update (to 1.45.1) to 8.0.x (#9085)

Misc

  • Error with: Failing installation of 'LogStoragePartitionStep' (#9040)

Merged Pull Requests

  • fix: remove subscription consumer instead of re-registering (#9139)
  • fix(broker): do not log transition failure due to term mismatch as error (#9122)
  • Prevent duplicate key insertion for DMN (#9121)
  • [Backport stable/8.0] Wait for gateway start in StandaloneGateway (#9100)
  • Use v8 major version in Go module name (#9062)
  • Relax timeout for instance completion (#9058)
  • Fix 4099 by opening event subscriptions after start event's output mappings were applied (#9047)
  • deps(maven): bump grpc-bom from 1.45.0 to 1.45.1 (#9027)

Full Changelog: camunda/camunda@8.0.0...8.0.1

Commits
  • 1050d92 [maven-release-plugin] prepare release 8.0.2
  • 7942838 build(project): update go embedded version data
  • 237f429 build(ci): fix gocompat compilation issue
  • d91a276 merge: #9256
  • 0350218 refactor(engine): prevent instant rescheduling
  • 3931a89 merge: #9251
  • 09dc18d docs(engine): document duplication
  • 7b53544 fix(engine): count canceled jobs in metrics
  • b569307 test(engine): verify job metrics
  • 39733d1 refactor(engine): extract metrics test helper
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label May 10, 2022
Bumps `version.zeebe` from 8.0.0 to 8.0.2.

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

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

---
updated-dependencies:
- dependency-name: io.camunda:zeebe-bom
  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 force-pushed the dependabot/maven/main/version.zeebe-8.0.2 branch from 86de6c9 to b57a1c3 Compare May 10, 2022 11:46
@npepinpe npepinpe merged commit 3583004 into main May 10, 2022
@npepinpe npepinpe deleted the dependabot/maven/main/version.zeebe-8.0.2 branch May 10, 2022 11:56
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.

1 participant