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.4 #353

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

Sourced from zeebe-bom's releases.

8.1.3

Release 8.1.3

Bug Fixes

Broker

  • Terminate end event does not terminate process when waiting at parallel gateway (#10590)
  • RetryStrategies do not yield (#10539)
  • Using modification, I can't activate a parallel gateway (#10518)

Misc

  • Restore app fails to inject backup store (#10824)
  • Broker startup fails when disk usage monitoring is disabled (#10735)
  • Error handling .camunda symbolic link (#10641)
  • ZeebePartition caught in a loop transition to inactive after a dead partition (#9924)

Maintenance

  • Update 1.1.1f-1ubuntu2.13 to at least 1.1.1f-1ubuntu2.15 (#10800)

Merged Pull Requests

  • Increase timeout and add logging (#10868)
  • Update docker base image (#10862)
  • test(dispatcher): fixes sigsev due to consumer (#10853)
  • Yield actor thread between retries (#10844)
  • ci: run go client tests on github hosted runner (#10833)
  • Fix error on writing cache file in the Java client (#10831)
  • Fix restore app startup and shutdown behavior (#10825)
  • Use ClusteringRule for SecureClusteredMessagingIT (#10823)
  • test: handle temporarily missing snapshots more gracefully (#10812)
  • build(docker): update base image to fix CVE-2022-2068 (#10810)
  • Reset active sequence flows upon terminate end event activation (#10789)
  • Fix activation of Parallel Gateway through Process Instance Modification (#10779)
  • Stop raft server when going inactive due to unrecoverable errors (#10776)
  • fix: don't fail on startup if disk usage monitor is disabled (#10749)
  • test: don't fail test if scheduled task runs more often than expected (#10746)
  • ci: fix dependabot PR approval (#10666)
  • deps(maven): bump commons-text from 1.9 to 1.10.0 (#10559)

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.

... (truncated)

Commits


Updates zeebe-build-tools from 1.3.6 to 8.1.4

Release notes

Sourced from zeebe-build-tools's releases.

8.1.3

Release 8.1.3

Bug Fixes

Broker

  • Terminate end event does not terminate process when waiting at parallel gateway (#10590)
  • RetryStrategies do not yield (#10539)
  • Using modification, I can't activate a parallel gateway (#10518)

Misc

  • Restore app fails to inject backup store (#10824)
  • Broker startup fails when disk usage monitoring is disabled (#10735)
  • Error handling .camunda symbolic link (#10641)
  • ZeebePartition caught in a loop transition to inactive after a dead partition (#9924)

Maintenance

  • Update 1.1.1f-1ubuntu2.13 to at least 1.1.1f-1ubuntu2.15 (#10800)

Merged Pull Requests

  • Increase timeout and add logging (#10868)
  • Update docker base image (#10862)
  • test(dispatcher): fixes sigsev due to consumer (#10853)
  • Yield actor thread between retries (#10844)
  • ci: run go client tests on github hosted runner (#10833)
  • Fix error on writing cache file in the Java client (#10831)
  • Fix restore app startup and shutdown behavior (#10825)
  • Use ClusteringRule for SecureClusteredMessagingIT (#10823)
  • test: handle temporarily missing snapshots more gracefully (#10812)
  • build(docker): update base image to fix CVE-2022-2068 (#10810)
  • Reset active sequence flows upon terminate end event activation (#10789)
  • Fix activation of Parallel Gateway through Process Instance Modification (#10779)
  • Stop raft server when going inactive due to unrecoverable errors (#10776)
  • fix: don't fail on startup if disk usage monitor is disabled (#10749)
  • test: don't fail test if scheduled task runs more often than expected (#10746)
  • ci: fix dependabot PR approval (#10666)
  • deps(maven): bump commons-text from 1.9 to 1.10.0 (#10559)

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.

... (truncated)

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 1 year ago

Superseded by #358.