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.0 #336

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

Sourced from zeebe-bom's releases.

8.1.0-alpha5

Release 8.1.0-alpha5

Enhancements

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)
  • Support BPMN Inclusive Gateways (#6018)

Bug Fixes

Broker

  • Follower cannot receive new entries because it did not reset the log on receiving snapshot (#10202)
  • Follower cannot receive snapshot because "chunk received out of order" (#10180)
  • Delete existing PENDING_DEPLOYMENT causes ZeebeDbInconsistentException (#10064)
  • NullPointerException upon writing error response (#10014)
  • Too big Deployment is no longer rejected (#9946)
  • java.lang.ClassCastException: class ModelElementInstanceImpl cannot be cast to class BpmnModelElementInstance (#4817)
  • Unable to use the same input/output element in multi-instance (#4687)

Misc

  • RuntimeException: Cannot handle event with version newer than what is implemented by broker (4 > 3) (#9949)
  • Don't log JsonParseException in the gateway as errors (#9933)
  • NPE as MessagePublishProcessor tried to sendCorrelateCommand (#9860)
  • Time Cycle with start time is triggered multiple times after broker restart (#9680)

Maintenance

  • Install backup manager with configured backup store (#10207)
  • Add last written position as metadata in snapshot (#10115)
  • Add new utility module specifically for QA tests (#10089)
  • Replace direct reset with buffered writers (#10047)
  • Clarify DEAD state in Grafana dashboard (#10043)
  • Iterate over BufferedProcessingResultBuilder (#10001)
  • Actuators are cumbersome to maintain and extend (#9996)
  • Backup manager can get the status of a backup (#9981)
  • RandomizedRaftTest test results can't be parsed by publish-unit-test-result-action (#9959)
  • Notify CheckpointListeners after init and replay (#9916)
  • Introduce ProcessingScheduleService (#9730)
  • Clean up StreamingPlatform / Engine (#9727)
  • Refactor StreamProcessor / Engine (#9725)
  • Remove LogStream writers from Engine (#9724)
  • Reject create process instance command using logical transaction (#9644)
  • GHA: Bundle post-test steps into a reusable action (#9135)
  • Migrated to newer prometheus operator (#9074)

Merged Pull Requests

  • [Backport stable/8.0] Only check that the topology reports all replicas (#10084)
  • fix: create new readers and writer for every async request (#10026)
  • ci: set reasonable timeouts for test jobs (#10024)
  • Reusable build docker action (#10017)
  • Generate and verify labels of Docker image during release (#10013)
  • Remove proxy writers (#10000)
  • Create EventAppliers in engine (#9985)

... (truncated)

Commits
  • 9233af4 [maven-release-plugin] prepare release 8.1.0
  • 395ca71 build(project): update go embedded version data
  • 76a9ce9 merge: #10584
  • 1de79b6 refactor: update comment
  • 13122c3 fix: do not use extra submit
  • 4764cc4 test: remove ProcessingScheduleServiceIntegrationTest
  • 332a405 refactor: remove LogStream from API
  • 7017918 test: use one Executor for exporting records
  • c7ff8cd Merge pull request #10586 from camunda/backport-10468-to-release-8.1.0
  • 352e767 style: apply codestyle
  • Additional commits viewable in compare view


Updates zeebe-build-tools from 1.3.6 to 8.1.0

Release notes

Sourced from zeebe-build-tools's releases.

8.1.0-alpha5

Release 8.1.0-alpha5

Enhancements

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)
  • Support BPMN Inclusive Gateways (#6018)

Bug Fixes

Broker

  • Follower cannot receive new entries because it did not reset the log on receiving snapshot (#10202)
  • Follower cannot receive snapshot because "chunk received out of order" (#10180)
  • Delete existing PENDING_DEPLOYMENT causes ZeebeDbInconsistentException (#10064)
  • NullPointerException upon writing error response (#10014)
  • Too big Deployment is no longer rejected (#9946)
  • java.lang.ClassCastException: class ModelElementInstanceImpl cannot be cast to class BpmnModelElementInstance (#4817)
  • Unable to use the same input/output element in multi-instance (#4687)

Misc

  • RuntimeException: Cannot handle event with version newer than what is implemented by broker (4 > 3) (#9949)
  • Don't log JsonParseException in the gateway as errors (#9933)
  • NPE as MessagePublishProcessor tried to sendCorrelateCommand (#9860)
  • Time Cycle with start time is triggered multiple times after broker restart (#9680)

Maintenance

  • Install backup manager with configured backup store (#10207)
  • Add last written position as metadata in snapshot (#10115)
  • Add new utility module specifically for QA tests (#10089)
  • Replace direct reset with buffered writers (#10047)
  • Clarify DEAD state in Grafana dashboard (#10043)
  • Iterate over BufferedProcessingResultBuilder (#10001)
  • Actuators are cumbersome to maintain and extend (#9996)
  • Backup manager can get the status of a backup (#9981)
  • RandomizedRaftTest test results can't be parsed by publish-unit-test-result-action (#9959)
  • Notify CheckpointListeners after init and replay (#9916)
  • Introduce ProcessingScheduleService (#9730)
  • Clean up StreamingPlatform / Engine (#9727)
  • Refactor StreamProcessor / Engine (#9725)
  • Remove LogStream writers from Engine (#9724)
  • Reject create process instance command using logical transaction (#9644)
  • GHA: Bundle post-test steps into a reusable action (#9135)
  • Migrated to newer prometheus operator (#9074)

Merged Pull Requests

  • [Backport stable/8.0] Only check that the topology reports all replicas (#10084)
  • fix: create new readers and writer for every async request (#10026)
  • ci: set reasonable timeouts for test jobs (#10024)
  • Reusable build docker action (#10017)
  • Generate and verify labels of Docker image during release (#10013)
  • Remove proxy writers (#10000)
  • Create EventAppliers in engine (#9985)

... (truncated)

Commits
  • 9233af4 [maven-release-plugin] prepare release 8.1.0
  • 395ca71 build(project): update go embedded version data
  • 76a9ce9 merge: #10584
  • 1de79b6 refactor: update comment
  • 13122c3 fix: do not use extra submit
  • 4764cc4 test: remove ProcessingScheduleServiceIntegrationTest
  • 332a405 refactor: remove LogStream from API
  • 7017918 test: use one Executor for exporting records
  • c7ff8cd Merge pull request #10586 from camunda/backport-10468-to-release-8.1.0
  • 352e767 style: apply codestyle
  • 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 2 years ago

Superseded by #342.