camunda-community-hub / zeebe-kafka-exporter

Export events from Zeebe to Kafka
Apache License 2.0
36 stars 27 forks source link

chore(deps): update version.zeebe to v1.3.14 #380

Open renovate[bot] opened 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.camunda:zeebe-build-tools (source) 1.3.6 -> 1.3.14 age adoption passing confidence
io.camunda:zeebe-bom (source) 1.3.6 -> 1.3.14 age adoption passing confidence

Release Notes

camunda/zeebe (io.camunda:zeebe-build-tools) ### [`v1.3.14`](https://togithub.com/camunda/zeebe/releases/tag/1.3.14) [Compare Source](https://togithub.com/camunda/zeebe/compare/1.3.13...1.3.14) #### Bug Fixes ##### Broker - Follower cannot receive new entries because it did not reset the log on receiving snapshot ([#​10202](https://togithub.com/camunda/zeebe/issues/10202)) - Follower cannot receive snapshot because "chunk received out of order" ([#​10180](https://togithub.com/camunda/zeebe/issues/10180)) - Unable to use the same input/output element in multi-instance ([#​4687](https://togithub.com/camunda/zeebe/issues/4687)) ##### Misc - Don't log JsonParseException in the gateway as errors ([#​9933](https://togithub.com/camunda/zeebe/issues/9933)) #### Merged Pull Requests - fix(raft): follower reset pendingsnapshot after rejecting install request ([#​10183](https://togithub.com/camunda/zeebe/pull/10183)) - Print record timestamp in compact record logger ([#​10170](https://togithub.com/camunda/zeebe/pull/10170)) - Don't over abbreviate rejections in compact record logger ([#​10156](https://togithub.com/camunda/zeebe/pull/10156)) - Add more abbreviations to the compact record logger ([#​10144](https://togithub.com/camunda/zeebe/pull/10144)) - Fix flaky MultiPartitionDeploymentLifecycleTest ([#​10065](https://togithub.com/camunda/zeebe/pull/10065)) - Don't overwrite local multi-instance variables ([#​9947](https://togithub.com/camunda/zeebe/pull/9947)) - Don't log JsonParseExceptions as errors ([#​9934](https://togithub.com/camunda/zeebe/pull/9934)) - Support logging partition id in compact record logger ([#​9885](https://togithub.com/camunda/zeebe/pull/9885)) ### [`v1.3.13`](https://togithub.com/camunda/zeebe/releases/tag/1.3.13): Zeebe 1.3.13 [Compare Source](https://togithub.com/camunda/zeebe/compare/1.3.12...1.3.13) #### Bug Fixes ##### Broker - Deployment Distribution not idempotent ([#​9877](https://togithub.com/camunda/zeebe/issues/9877)) - Leaders with no log before snapshot get stuck in a loop when replicating the snapshot ([#​9820](https://togithub.com/camunda/zeebe/issues/9820)) - Output mapping doesn't create an incident if a variable is missing ([#​9543](https://togithub.com/camunda/zeebe/issues/9543)) - SIGBUS error with 1.2.2 ([#​8099](https://togithub.com/camunda/zeebe/issues/8099)) - IllegalStateException: Not expected to have an active sequence flow count lower then zero! ([#​6778](https://togithub.com/camunda/zeebe/issues/6778)) ##### Misc - Unhealthy partition in long running benchmark ([#​8302](https://togithub.com/camunda/zeebe/issues/8302)) - InternalError: a fault occurred in a recent unsafe memory access operation in compiled Java code ([#​6504](https://togithub.com/camunda/zeebe/issues/6504)) #### Maintenance - Smoke test rootless deployment of broker/gateway images ([#​9748](https://togithub.com/camunda/zeebe/issues/9748)) #### Merged Pull Requests - Await until no more marked-for-deletion segments are present ([#​9911](https://togithub.com/camunda/zeebe/pull/9911)) - test(qa): increase timeout ([#​9905](https://togithub.com/camunda/zeebe/pull/9905)) - test(qa): wait until message is published before restarting the broker ([#​9886](https://togithub.com/camunda/zeebe/pull/9886)) - Support logging partition id in compact record logger ([#​9885](https://togithub.com/camunda/zeebe/pull/9885)) - Allow relaxed instantiation of exporter configuration ([#​9854](https://togithub.com/camunda/zeebe/pull/9854)) - Remove ActorControl#runUntilDone ([#​9850](https://togithub.com/camunda/zeebe/pull/9850)) - Restructure journal module ([#​9834](https://togithub.com/camunda/zeebe/pull/9834)) - Clean up journal segment pre-allocation ([#​9833](https://togithub.com/camunda/zeebe/pull/9833)) - fix: don't replicate snapshot if member already has the latest snapshot ([#​9824](https://togithub.com/camunda/zeebe/pull/9824)) - Reject duplicate parallel gateway activate command ([#​9759](https://togithub.com/camunda/zeebe/pull/9759)) - Add rootless integration test ([#​9749](https://togithub.com/camunda/zeebe/pull/9749)) - Complete start/close futures when an actor fails ([#​9734](https://togithub.com/camunda/zeebe/pull/9734)) - Preallocate segment files ([#​9731](https://togithub.com/camunda/zeebe/pull/9731)) - Split loading and managing segments out of SegmentedJournal ([#​9714](https://togithub.com/camunda/zeebe/pull/9714)) - Disable some auto configuration ([#​9692](https://togithub.com/camunda/zeebe/pull/9692)) - \[Backport stable/1.3] Fix CLA warnings on release due to bot commits ([#​9677](https://togithub.com/camunda/zeebe/pull/9677)) - Escalate errors in output mapping evaluation ([#​9668](https://togithub.com/camunda/zeebe/pull/9668)) - fix(engine): add grace period to detect end of processing ([#​9082](https://togithub.com/camunda/zeebe/pull/9082)) ### [`v1.3.12`](https://togithub.com/camunda/zeebe/releases/tag/1.3.12): Zeebe 1.3.12 [Compare Source](https://togithub.com/camunda/zeebe/compare/1.3.11...1.3.12) #### Bug Fixes ##### Broker - Could not take snapshot on followers because the position doesn't exist ([#​7911](https://togithub.com/camunda/zeebe/issues/7911)) #### Merged Pull Requests - fix(broker): do not log error if follower fails to take snapshot when log is not uptodate ([#​9624](https://togithub.com/camunda/zeebe/pull/9624)) **Full Changelog**: https://github.com/camunda/zeebe/compare/1.3.11...1.3.12 ### [`v1.3.11`](https://togithub.com/camunda/zeebe/releases/tag/1.3.11): Zeebe 1.3.11 [Compare Source](https://togithub.com/camunda/zeebe/compare/1.3.10...1.3.11) ### 1.3.11 #### Maintenance - Update Go client to use 1.17 ([#​9270](https://togithub.com/camunda/zeebe/issues/9270)) #### Merged Pull Requests - Set higher timeout for awaitility in ControlledActorClockEndpointIT ([#​9579](https://togithub.com/camunda/zeebe/pull/9579)) - Do not restart broker on snapshot test ([#​9573](https://togithub.com/camunda/zeebe/pull/9573)) ### [`v1.3.10`](https://togithub.com/camunda/zeebe/releases/tag/1.3.10): Zeebe 1.3.10 [Compare Source](https://togithub.com/camunda/zeebe/compare/1.3.9...1.3.10) #### Enhancements ##### Java Client - Allows disabling environment variable override in JavaClient ([#​9401](https://togithub.com/camunda/zeebe/issues/9401)) #### Merged Pull Requests - feat(client): Allow disabling environment variable override in Java client ([#​9411](https://togithub.com/camunda/zeebe/pull/9411)) **Full Changelog**: https://github.com/camunda/zeebe/compare/1.3.9...1.3.10 ### [`v1.3.9`](https://togithub.com/camunda/zeebe/releases/tag/1.3.9): Zeebe 1.3.9 [Compare Source](https://togithub.com/camunda/zeebe/compare/1.3.8...1.3.9) ### 1.3.9 #### Bug Fixes ##### Broker - MetricsExporter does not configure a record filter ([#​9240](https://togithub.com/camunda/zeebe/issues/9240)) - Multiple triggered interrupting boundary events can deadlock process instance ([#​9233](https://togithub.com/camunda/zeebe/issues/9233)) - Interrupting event subprocess is activated more than once ([#​9185](https://togithub.com/camunda/zeebe/issues/9185)) - Multiple OOM encountered on benchmark cluster ([#​8509](https://togithub.com/camunda/zeebe/issues/8509)) - java.lang.IllegalArgumentException: invalid offset: -17568 ([#​6442](https://togithub.com/camunda/zeebe/issues/6442)) ##### Java Client - Java client fails to describe partitions that are `DEAD` ([#​9387](https://togithub.com/camunda/zeebe/issues/9387)) #### Maintenance - Update vulnerable versions of Go, Netty and Spring for 1.3.8 ([#​9427](https://togithub.com/camunda/zeebe/issues/9427)) #### Merged Pull Requests - Set zbctl user agent ([#​9434](https://togithub.com/camunda/zeebe/pull/9434)) - Java client accepts topologies with `DEAD` partitions ([#​9410](https://togithub.com/camunda/zeebe/pull/9410)) - Configure record filter for metrics exporter ([#​9371](https://togithub.com/camunda/zeebe/pull/9371)) - Do not open dispatchers in follower role ([#​9367](https://togithub.com/camunda/zeebe/pull/9367)) - Fix flaky Raft.shouldReconnect test ([#​9284](https://togithub.com/camunda/zeebe/pull/9284)) - Trigger boundary events only if the flow scope is active ([#​9281](https://togithub.com/camunda/zeebe/pull/9281)) - Interrupting event subprocess is activated more than once ([#​9261](https://togithub.com/camunda/zeebe/pull/9261)) - Yield control if too many timers due ([#​9249](https://togithub.com/camunda/zeebe/pull/9249)) - Stabilize `LongPollingActivateJobsTest` by awaiting for condition before assertions ([#​9220](https://togithub.com/camunda/zeebe/pull/9220)) - refactor: enable waiting for manual snapshot ([#​8706](https://togithub.com/camunda/zeebe/pull/8706)) ### [`v1.3.8`](https://togithub.com/camunda/zeebe/releases/tag/1.3.8): Zeebe 1.3.8 [Compare Source](https://togithub.com/camunda/zeebe/compare/1.3.7...1.3.8) ### 1.3.8 #### Bug Fixes ##### Broker - DueDateTimeChecker will block progress if many timers are due ([#​9238](https://togithub.com/camunda/zeebe/issues/9238)) - DueDateTimeChecker may be scheduled with a negative delay ([#​9236](https://togithub.com/camunda/zeebe/issues/9236)) - Removing `Subscription` consumer re-registers the consumer instead of removing ([#​9123](https://togithub.com/camunda/zeebe/issues/9123)) - NPE in Validator ([#​9083](https://togithub.com/camunda/zeebe/issues/9083)) - Job of cancelled instance can be activated if an error was thrown on it ([#​8588](https://togithub.com/camunda/zeebe/issues/8588)) - Boundary Event can't be triggered after EventSubProcess is triggered ([#​6874](https://togithub.com/camunda/zeebe/issues/6874)) - A workflow with start event message will deploy but fail to start if it has an event sub process ([#​4099](https://togithub.com/camunda/zeebe/issues/4099)) ##### Misc - Partition is healthy is logged unnecessarily ([#​9207](https://togithub.com/camunda/zeebe/issues/9207)) - IndexOutOfBounds if output collection of multi-instance is modified ([#​9143](https://togithub.com/camunda/zeebe/issues/9143)) - Error with: Failing installation of 'LogStoragePartitionStep' ([#​9040](https://togithub.com/camunda/zeebe/issues/9040)) #### Merged Pull Requests - refactor(engine): prevent instant rescheduling ([#​9237](https://togithub.com/camunda/zeebe/pull/9237)) - Cancel job with incident when canceling the process instance ([#​9219](https://togithub.com/camunda/zeebe/pull/9219)) - Do not log health status unnecessarily ([#​9208](https://togithub.com/camunda/zeebe/pull/9208)) - Fix ArrayOutOfBounds / collection has wrong type errors by raising an incident ([#​9178](https://togithub.com/camunda/zeebe/pull/9178)) - Trigger boundary events after an interrupting event subprocess is triggered ([#​9175](https://togithub.com/camunda/zeebe/pull/9175)) - Check for message names being null during validation ([#​9164](https://togithub.com/camunda/zeebe/pull/9164)) - fix: remove subscription consumer instead of re-registering ([#​9139](https://togithub.com/camunda/zeebe/pull/9139)) - fix(broker): do not log transition failure due to term mismatch as error ([#​9122](https://togithub.com/camunda/zeebe/pull/9122)) - \[Backport stable/1.3] Wait for gateway start in StandaloneGateway ([#​9099](https://togithub.com/camunda/zeebe/pull/9099)) - Fix 4099 by opening event subscriptions after start event's output mappings were applied ([#​9047](https://togithub.com/camunda/zeebe/pull/9047)) - chore(maven): add trailing slashes to new Artifactory URL ([#​9017](https://togithub.com/camunda/zeebe/pull/9017)) **Full Changelog**: https://github.com/camunda/zeebe/compare/1.3.6...1.3.8 ### [`v1.3.7`](https://togithub.com/camunda/zeebe/releases/tag/1.3.7): Zeebe 1.3.7 [Compare Source](https://togithub.com/camunda/zeebe/compare/1.3.6...1.3.7) ### Release: 1.3.7 #### Bug Fixes ##### Gateway - Make activated jobs which were not send to clients re-activatable ([#​3631](https://togithub.com/camunda/zeebe/issues/3631)) #### Security - \[Snyk] Fix for 1 vulnerabilities ([#​8900](https://togithub.com/camunda/zeebe/pull/8900)) #### Merged Pull Requests - \[Backports stable/1.3] chore(maven): migrate to new artifacts.camunda.com ([#​8981](https://togithub.com/camunda/zeebe/pull/8981)) - \[Backport stable/1.3] Fix notification of snapshot replication listeners about missed events [https://github.com/camunda/zeebe/pull/9001](https://togithub.com/camunda/zeebe/pull/9001)1) - \[Backport stable/1.3] fix: don't wait for actor being submitted [https://github.com/camunda/zeebe/pull/9008](https://togithub.com/camunda/zeebe/pull/9008)8) - \[Backport stable/1.3] deps: upgrade spring and spring boot [https://github.com/camunda/zeebe/pull/9037](https://togithub.com/camunda/zeebe/pull/9037)7) **Full Changelog**: https://github.com/camunda/zeebe/compare/1.3.6...1.3.7

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.