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 camunda-platform-8.3 (patch) #2687

Merged
merged 2 commits into from
Jan 9, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2024

This PR contains the following updates:

Package Update Change
camunda/connectors-bundle patch 8.3.20 -> 8.3.21
camunda/identity (source) patch 8.3.17 -> 8.3.18
camunda/operate (source) patch 8.3.13 -> 8.3.18
camunda/optimize (source) patch 8.3.17 -> 8.3.18
camunda/tasklist (source) patch 8.3.19 -> 8.3.20
camunda/tasklist (source) patch 8.3.12 -> 8.3.20
camunda/web-modeler patch 8.3.14 -> 8.3.15
camunda/zeebe (source) patch 8.3.18 -> 8.3.19
camunda/zeebe (source) patch 8.3.13 -> 8.3.19

Release Notes

camunda/camunda-operate (camunda/operate)

v8.3.18

🧹 Chore

  • update Spring Boot to 3.2.11 (#​6824)
  • update ES 7 client to 7.17.25 (#​6822)

v8.3.17

💊 Bugfixes

🧹 Chore

  • update zeebe and identity versions (#​6820)
  • update Spring Boot to 3.2.10 (#​6814)

v8.3.16

🧹 Chore

  • update zeebe and identity 8.3.16 (#​6811)
  • prepare for next development iteration

v8.3.15

🚀 New Features

  • improve import performance for treePathCache (#​6789)

💊 Bugfixes

  • Clear scroll request fails on Opensearch on AWS (#​6797)

🧹 Chore

  • update Zeebe and Identity 8.3.15 (#​6805)
  • make version check workflow compare explicit Zeebe/Identity versions (#​6802)

v8.3.14

🚀 New Features

🧹 Chore

  • update zeebe, identity, operate and tasklist versions (#​6794)
  • preview-env: add dockerhub pull secret (#​6777) (#​6781)
camunda/camunda (camunda/tasklist)

v8.3.19

Compare Source

v8.3.18

Compare Source

8.3.18
Bug Fixes
Java Client
  • OAuthCredentialsCache in Zeebe Java client does not work correctly in multi-tenancy setup (#​20471)
Misc
  • Retry complete follower append on flush error (#​14867)
Maintenance
  • Do not log MessagingException$ConnectionClosed as an error in the gateway (#​18339)
Merged Pull Requests
  • [Backport stable/8.4] [Backport stable/8.5] [Backport main] Update transient message state as side-effect (#​25511)
  • [Backport stable/8.5] [Backport main] Update transient message state as side-effect (#​25497)
  • [Backport main] Update transient message state as side-effect (#​25476)
  • Add go job timeouts to stable branches (#​25056)
  • All Zeebe CI jobs need to specify GHA timeouts (#​24880)
  • fix: switch client credential cache key to clientId (#​24519)
  • feature: when a follower fails to flush respond with error to leader (#​24378)
  • ci: use non-preemptible runners for jobs with highest disconnect rate (#​24370)
  • Properly handle connection closed error in the gRPC server (#​20066)

v8.3.17

Compare Source

Enhancements
Misc
  • Allow to cancel bannend instances (#​12772)
Bug Fixes
Misc
  • Version update is not persisted in state because transaction is not committed (#​24352)
  • Exported record with duplicate sequence number (#​24192)
  • JobRecord elementId gets overwritten when an error is thrown during job execution (#​21567)
  • Timers of banned instances are forever re-triggered (#​14213)
Maintenance
  • Backport {operate,optimize, identity}/client/.gitignore into stable/8.5, stable/8.4, stable/8.3 branches (#​24311)
Merged Pull Requests
  • fix: commit last transaction after running migrations (#​24353)
  • refactor: backport {optimize, operate, identity}/client/.gitignore from main (#​24313)
  • [Backport stable/8.4] feat: backup only segment containing data not present in snapshots (#​24306)
  • [Backport stable/8.5] feat: backup only segment containing data not present in snapshots (#​24298)
  • Prevent duplicate sequence numbers in records exported to Elasticsearch and OpenSearch (#​24214)
  • fix: set the correct elementId in Incident record when Job throw with no catch event (#​24206)
  • feat: backup only segment containing data not present in snapshots (#​24184)
  • Add actor clock endpoint to test framework (#​24018)
  • Allow cancelling banned instances (#​23849)
  • fix: include stack trace on failed GRPC token verification (#​23600)

v8.3.16

Compare Source

Bug Fixes

Misc
  • Process instance banned for timer trigger command with unknown process (#​20677)

Merged Pull Requests

  • [Backport stable/8.5] Update base Docker image to latest Ubuntu LTS (#​22395)
  • Update base Docker image to latest Ubuntu LTS (#​22383)
  • fix: reject on missing process in timer trigger (#​22169)
  • deps: Update org.camunda.feel:feel-engine to 1.17.8 (#​22077)
  • fix: ensure access to raft role is thread safe (#​22063)
  • ci: use infra self-hosted runners for zeebe-ci.yml/property-tests job (#​22028)
  • ci: use infra self-hosted runners for zeebe-snyk.yml workflow (#​21979)
  • ci: use bigger runner for release workflow (#​21579)

v8.3.15

Compare Source

version:8.3.15

Bug Fixes

Broker
  • Exporter arguments are always converted to maps instead of list (#​4552)
Misc
  • Multi instance body finishes with less inner activities than expected (#​20958)
  • NPE in BpmnStateBehavior.getParentElementInstanceContext "parentElementInstance" is null (#​20762)
  • Possible memory corruption leading to SIGSEGV (#​20555)
  • Exporting decision evaluation records breaks with large evaluationFailureMessage values (#​20248)
  • Snapshot detected as corrupted because of incorrect checksum comparison (#​19984)
  • CI: Zeebe build fails due to SBE build errors (#​16029)
  • NullPointerException in ActivateProcessInstanceBatchProcessor.createChildInstanceRecord (#​12918)

Maintenance

  • Refactor fold method argument order in Either interface (#​20588)
  • Strange use of ObjectMapper in ES/OS DTO (#​20556)
  • Sequencer#isEntryValid is slow because it has to calculate the full record size (#​19225)

Merged Pull Requests

  • Allow instantiating exporter configuration with list fields/members (#​21847)
  • [Backport stable/8.4] fix: make SBE code generation thread safe (#​21814)
  • fix: make SBE code generation thread safe (#​21801)
  • [Backport stable/8.4] build: replace protolock with buf CLI (#​21773)
  • build: add buf configuration file (#​21696)
  • build: replace protolock with buf CLI (#​21616)
  • fix: prevent completing multi-instance body until the completion/termination of all its children (#​21442)
  • bugfix: set a limit to evaluationFailureMessage size (#​21320)
  • refactor: record value and metadata length is always non-zero (#​21311)
  • Unlearn spotless to ratchet from main (#​21200)
  • test: ensure that controlled actor scheduler starts idle (#​21043)
  • refactor: Change order of fold method arguments in Either interface (#​20889)
  • Only activate/complete child process instance while call activity is active (#​20835)
  • fix: resetting a reader does not invalidate returned entries (#​20720)
  • Dont use object mapper in DTO to ES / OS (#​20560)
  • test: snapshot false negative corruption unit test (#​20040)
  • fix: run scheduled tasks at a given timestamp (#​18986)

v8.3.14

Compare Source

version:8.3.14

Enhancements

Misc
  • Add Intermediate None Event to StraightThroughProcessingLoopValidator (#​20308)

Bug Fixes

Broker
  • Limit the number of element in the process caches (#​15533)
Gateway
  • Considerable amount of GRPC error details can trigger ingress response header limit (#​11284)
Java Client
  • Job worker should apply backoff on job polling in case of service unavailable (#​4443)
Go Client
  • Job worker should apply backoff on job polling in case of service unavailable (#​4443)
Misc
  • Flaky test shouldBeThreadSafe: io.camunda.zeebe.client.impl.oauth.OAuthCredentialsCacheTest (#​20136)
  • No executable process is found after transformation (#​19834)
  • java.lang.IllegalArgumentException: type must not be empty (#​18139)
  • Oauth token refresh can trigger rate limiting and log errors (#​13832)

Merged Pull Requests

  • Reset RecordingExporter before each ZeebeIntegration test setup (#​20524)
  • Create incident when type expression is null or empty (#​20517)
  • [Backport stable/8.5] Fix OauthCredentialsCache concurrency issues (#​20439)
  • Fix OauthCredentialsCache concurrency issues (#​20429)
  • Add logging to setup commands (#​20389)
  • test: fix potential race condition (#​20334)
  • Add intermediate throw event StraightThroughProcessingLoopValidator (#​20316)
  • fix: ensure controlled actor scheduler is closed after tests (#​20296)
  • test: prevent db transaction corruption by test (#​20288)
  • Fix flaky MessageStreamProcessorTest (#​20286)
  • Limit client request retries to three attempts (#​20088)
  • test: fix flaky raft heartbeat test (#​20079)
  • Threadsafe oauth credentials cache (#​20065)
  • fix: Allow single deployment of multiple BPMN processes with the same resource name (#​20026)
  • feat: allow overriding default maxInboundMetadataSize through config and change default to 16KB (#​20002)
  • deps: Update dependency io.grpc:grpc-bom to v1.65.0 (main) (#​19858)
  • Backport build-platform-docker GHA (#​19740)
  • fix: limit validation result output to a certain size and print the number of remaining errors (#​19600)
  • feat: implementing bounded cache (#​17581)

v8.3.13

Compare Source

8.3.13

Bug Fixes

Misc
  • Invalid offset when reading record from an older version (#​19379)

Maintenance

  • Concurrent maven builds causing failures in CI process. (#​19619)

Merged Pull Requests

  • ci: increase timeouts for acquiring locks during build (#​19679)
  • fix: check version before reading metadata length (#​19582)
  • [Backport stable/8.4] test: intercept request for deterministic test (#​19470)
  • Stabilize ReplayStateRandomizedPropertyTest (#​19393)
  • fix flaky test DeploymentClusteredTest.shouldRedistributeDeploymentWhenDeploymentPartitionIsRestarted (#​19358)
  • Checksums calculated with full file checksums (#​18730)
  • feat: removed combined checksum check (#​18722)
  • feat: enable full file checksum (#​18721)
  • fix: fix shouldEnableStreamingWithProperty fails to run locally (#​18616)
  • ci: adjust after repository rename (#​18507)
  • [Backport stable/8.4] Observe status of Zeebe CI jobs (#​18505)
  • Observe status of Zeebe CI jobs (#​18224)
  • test: intercept request for deterministic test (#​17225)
  • deps(maven): Update dependency org.rocksdb:rocksdbjni to v8.10.0 (main) (#​16021)
  • Fix flaky RequestTimeoutTest.shouldReturn504 (#​15309)

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added automation/renovatebot Issues and PRs created by or related to renovatebot automerge dependencies Pull requests that update a dependency file deps/charts kind/chore Indicates a maintenance chore (updating docs, etc) version/8.3 Camunda applications/cycle version labels Dec 12, 2024
@renovate renovate bot force-pushed the renovate/patch-camunda-platform-8.3 branch 19 times, most recently from 2ede43a to 7362f55 Compare December 19, 2024 20:22
@renovate renovate bot force-pushed the renovate/patch-camunda-platform-8.3 branch 4 times, most recently from b471f7c to c4c22ca Compare December 20, 2024 16:02
@renovate renovate bot force-pushed the renovate/patch-camunda-platform-8.3 branch 10 times, most recently from 30b947b to 75d3b37 Compare December 27, 2024 17:03
@renovate renovate bot force-pushed the renovate/patch-camunda-platform-8.3 branch 15 times, most recently from 4757684 to 817c5a6 Compare January 8, 2025 20:43
@renovate renovate bot force-pushed the renovate/patch-camunda-platform-8.3 branch from fbfd02e to c992ebf Compare January 8, 2025 21:30
@renovate renovate bot merged commit 3a5e7e5 into main Jan 9, 2025
16 checks passed
@renovate renovate bot deleted the renovate/patch-camunda-platform-8.3 branch January 9, 2025 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation/renovatebot Issues and PRs created by or related to renovatebot automerge dependencies Pull requests that update a dependency file deps/charts kind/chore Indicates a maintenance chore (updating docs, etc) version/8.3 Camunda applications/cycle version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants