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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 22, 2023

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

Compare Source

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)
  • Unable to use the same input/output element in multi-instance (#​4687)
Misc
  • Don't log JsonParseException in the gateway as errors (#​9933)

Merged Pull Requests

  • fix(raft): follower reset pendingsnapshot after rejecting install request (#​10183)
  • Print record timestamp in compact record logger (#​10170)
  • Don't over abbreviate rejections in compact record logger (#​10156)
  • Add more abbreviations to the compact record logger (#​10144)
  • Fix flaky MultiPartitionDeploymentLifecycleTest (#​10065)
  • Don't overwrite local multi-instance variables (#​9947)
  • Don't log JsonParseExceptions as errors (#​9934)
  • Support logging partition id in compact record logger (#​9885)

v1.3.13: Zeebe 1.3.13

Compare Source

Bug Fixes

Broker
  • Deployment Distribution not idempotent (#​9877)
  • Leaders with no log before snapshot get stuck in a loop when replicating the snapshot (#​9820)
  • Output mapping doesn't create an incident if a variable is missing (#​9543)
  • SIGBUS error with 1.2.2 (#​8099)
  • IllegalStateException: Not expected to have an active sequence flow count lower then zero! (#​6778)
Misc
  • Unhealthy partition in long running benchmark (#​8302)
  • InternalError: a fault occurred in a recent unsafe memory access operation in compiled Java code (#​6504)

Maintenance

  • Smoke test rootless deployment of broker/gateway images (#​9748)

Merged Pull Requests

  • Await until no more marked-for-deletion segments are present (#​9911)
  • test(qa): increase timeout (#​9905)
  • test(qa): wait until message is published before restarting the broker (#​9886)
  • Support logging partition id in compact record logger (#​9885)
  • Allow relaxed instantiation of exporter configuration (#​9854)
  • Remove ActorControl#runUntilDone (#​9850)
  • Restructure journal module (#​9834)
  • Clean up journal segment pre-allocation (#​9833)
  • fix: don't replicate snapshot if member already has the latest snapshot (#​9824)
  • Reject duplicate parallel gateway activate command (#​9759)
  • Add rootless integration test (#​9749)
  • Complete start/close futures when an actor fails (#​9734)
  • Preallocate segment files (#​9731)
  • Split loading and managing segments out of SegmentedJournal (#​9714)
  • Disable some auto configuration (#​9692)
  • [Backport stable/1.3] Fix CLA warnings on release due to bot commits (#​9677)
  • Escalate errors in output mapping evaluation (#​9668)
  • fix(engine): add grace period to detect end of processing (#​9082)

v1.3.12: Zeebe 1.3.12

Compare Source

Bug Fixes

Broker
  • Could not take snapshot on followers because the position doesn't exist (#​7911)

Merged Pull Requests

  • fix(broker): do not log error if follower fails to take snapshot when log is not uptodate (#​9624)

Full Changelog: camunda/camunda@1.3.11...1.3.12

v1.3.11: Zeebe 1.3.11

Compare Source

1.3.11

Maintenance

  • Update Go client to use 1.17 (#​9270)

Merged Pull Requests

  • Set higher timeout for awaitility in ControlledActorClockEndpointIT (#​9579)
  • Do not restart broker on snapshot test (#​9573)

v1.3.10: Zeebe 1.3.10

Compare Source

Enhancements

Java Client
  • Allows disabling environment variable override in JavaClient (#​9401)

Merged Pull Requests

  • feat(client): Allow disabling environment variable override in Java client (#​9411)

Full Changelog: camunda/camunda@1.3.9...1.3.10

v1.3.9: Zeebe 1.3.9

Compare Source

1.3.9

Bug Fixes

Broker
  • MetricsExporter does not configure a record filter (#​9240)
  • Multiple triggered interrupting boundary events can deadlock process instance (#​9233)
  • Interrupting event subprocess is activated more than once (#​9185)
  • Multiple OOM encountered on benchmark cluster (#​8509)
  • java.lang.IllegalArgumentException: invalid offset: -17568 (#​6442)
Java Client
  • Java client fails to describe partitions that are DEAD (#​9387)

Maintenance

  • Update vulnerable versions of Go, Netty and Spring for 1.3.8 (#​9427)

Merged Pull Requests

  • Set zbctl user agent (#​9434)
  • Java client accepts topologies with DEAD partitions (#​9410)
  • Configure record filter for metrics exporter (#​9371)
  • Do not open dispatchers in follower role (#​9367)
  • Fix flaky Raft.shouldReconnect test (#​9284)
  • Trigger boundary events only if the flow scope is active (#​9281)
  • Interrupting event subprocess is activated more than once (#​9261)
  • Yield control if too many timers due (#​9249)
  • Stabilize LongPollingActivateJobsTest by awaiting for condition before assertions (#​9220)
  • refactor: enable waiting for manual snapshot (#​8706)

v1.3.8: Zeebe 1.3.8

Compare Source

1.3.8

Bug Fixes

Broker
  • DueDateTimeChecker will block progress if many timers are due (#​9238)
  • DueDateTimeChecker may be scheduled with a negative delay (#​9236)
  • Removing Subscription consumer re-registers the consumer instead of removing (#​9123)
  • 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)
  • A workflow with start event message will deploy but fail to start if it has an event sub process (#​4099)
Misc
  • Partition is healthy is logged unnecessarily (#​9207)
  • IndexOutOfBounds if output collection of multi-instance is modified (#​9143)
  • Error with: Failing installation of 'LogStoragePartitionStep' (#​9040)

Merged Pull Requests

  • refactor(engine): prevent instant rescheduling (#​9237)
  • Cancel job with incident when canceling the process instance (#​9219)
  • 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)
  • fix: remove subscription consumer instead of re-registering (#​9139)
  • fix(broker): do not log transition failure due to term mismatch as error (#​9122)
  • [Backport stable/1.3] Wait for gateway start in StandaloneGateway (#​9099)
  • Fix 4099 by opening event subscriptions after start event's output mappings were applied (#​9047)
  • chore(maven): add trailing slashes to new Artifactory URL (#​9017)

Full Changelog: camunda/camunda@1.3.6...1.3.8

v1.3.7: Zeebe 1.3.7

Compare Source

Release: 1.3.7

Bug Fixes

Gateway
  • Make activated jobs which were not send to clients re-activatable (#​3631)

Security

  • [Snyk] Fix for 1 vulnerabilities (#​8900)

Merged Pull Requests

Full Changelog: camunda/camunda@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.


  • If you want to rebase/retry this PR, check this box

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants