Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2025

This PR contains the following updates:

Package Change Age Confidence
io.camunda:zeebe-bom (source) 8.8.0-alpha7 -> 8.8.0-alpha8 age confidence

Release Notes

camunda/camunda (io.camunda:zeebe-bom)

v8.8.0-alpha8

Compare Source

version:8.8.0-alpha8
Enhancements
Java Client
  • Empty responses should not result in a null future in the client (#​23075)
Misc
  • [CPT] Assert that a process instance is not waiting for a message (#​23257)
  • [CPT] Assert that a process instance is waiting for a message (#​23256)
  • [CPT] Generate a process coverage JSON report (#​19257)
Bug Fixes
Misc
  • Exporting backlog from 8.7 should exclude 8.8 fields from being serialized (#​37343)
  • QueryBatchOperationTest is flaky (#​37289)
  • Unnecessary index template settings updates cause redundant PUT requests and startup overhead (#​37240)
  • Reduce the noise in schema-manager logs for nominal cases (#​37164)
  • Sorting doesn't work on some pages in FE (#​37101)
  • Identity Header redirects to 404 (#​37100)
  • Empty exporter record metdata prevents the ES/OS exporters resuming successfully (#​37014)
  • “Whitelabel Error Page” when navigating to Operate or Tasklist (#​36932)
  • Operate/Tasklist API doesn't apply tenancy checks when configuring tenancy properties using kebab case (#​36597)
  • When we try to save a custom filter on Task List, it gives error "TypeError: crypto.randomUUID is not a function" (#​36540)
  • Incorrect Token Movement and Display in Multi-Instance Process (#​36481)
  • Mark undocumented v2 endpoint as @​Hidden (#​36467)
  • UserController incorrectly implements specification (#​36404)
  • Migration app is not working with BYOG enabled (#​36379)
  • NPE in AuthorizationEntity.getResourceMatcher() (#​36343)
  • Identity doesn't display favicon in non-root context path deployments (e.g. SaaS) (#​36134)
  • Partitions are not bootstrapped after purge operation (#​35650)
  • Overlapping IDs for child docs causing overwriting of records (#​35549)
  • Authorization field is printed in the log when an error is raised when processing a record (#​35177)
  • Changes to application authorizations, groups, roles, and tenants take only effect after re-login (#​34698)
  • [Authorizations] Permission picker does not reset after changing resource type (#​34663)
  • Mapping Rules UI should not be displayed in SaaS deployments (#​34475)
  • Failure to start if OIDC provider is unavailable (#​34189)
  • Unable to deploy process with boundary event without outgoing flows (#​33589)
  • App switcher doesn't work in Operate/Tasklist/Identity (#​33212)
  • User tasks cannot be completed through the Tasklist V1 API when authentication with an M2M client. (#​33185)
  • App visible to all users regardless of roles (starting from 8.8) (#​31600)
  • Retry and cancel options can apply in all the processes via the operations menu. (#​32971)
Maintenance
  • Refactor BatchOperation Scheduler for better modularity (#​36751)
Merged Pull Requests
  • ci: update zeebe version in Operate and Tasklist tests (#​37562)
  • fix: update identity image configuration to the latest (#​37546)
  • test: cleanup IncidentNotifierIT resources (#​37409)
  • test: stabilize flaky role migration acceptance tests (#​37397)
  • fix: adjust camunda repo with latest identity changes (#​37352)
  • Exclude 8.8 fields from being serialized for 8.7 records (#​37346)
  • test: fix flaky TasklistV1ApiUserTaskPermissionsIT (#​37329)
  • fix: map batch operation types correctly (#​37290)
  • Feature/35308 cpt client configuration (#​37239)
  • fix: add missing metadata name to Maven module (#​37227)
  • fix: update index template settings only when they change (#​37217)
  • fix: Reduce the noise in schema-manager logs for nominal cases (#​37215)
  • [Backport main] test: remove pre-condition that snapshot do not exists (#​37208)
  • test: remove pre-condition that snapshot do not exists (#​37203)
  • fix: hasDuplicateElementsToActivate should be removed in AdHocSubProcessInstructionActivateProcessor (#​37177)
  • feat: implement CamundaClient test for private key JWT auth mechanism (#​37154)
  • refactor: do not print out record in error responses (#​37152)
  • test: cannot start a process instance inside of a ahsp (#​37077)
  • feat: Enable configurable priority for zeebe-record Index templates (#​36207)

v8.8.0-alpha8-rc3

Compare Source

version:8.8.0-alpha8-rc3

Bug Fixes

Misc
  • Exporting backlog from 8.7 should exclude 8.8 fields from being serialized (#​37343)
  • QueryBatchOperationTest is flaky (#​37289)

Merged Pull Requests

  • test: cleanup IncidentNotifierIT resources (#​37409)
  • test: stabilize flaky role migration acceptance tests (#​37397)
  • Exclude 8.8 fields from being serialized for 8.7 records (#​37346)
  • fix: map batch operation types correctly (#​37290)
  • fix: hasDuplicateElementsToActivate should be removed in AdHocSubProcessInstructionActivateProcessor (#​37177)
  • test: cannot start a process instance inside of a ahsp (#​37077)

v8.8.0-alpha8-rc2

Compare Source

version:8.8.0-alpha8-rc2

Bug Fixes

Misc
  • Unnecessary index template settings updates cause redundant PUT requests and startup overhead (#​37240)
  • Reduce the noise in schema-manager logs for nominal cases (#​37164)
  • Authorization field is printed in the log when an error is raised when processing a record (#​35177)

Merged Pull Requests

  • fix: update index template settings only when they change (#​37217)
  • refactor: do not print out record in error responses (#​37152)

v8.8.0-alpha8-rc1

Compare Source

version:8.8.0-alpha8-rc1

Enhancements

Java Client
  • Empty responses should not result in a null future in the client (#​23075)
Misc
  • [CPT] Assert that a process instance is not waiting for a message (#​23257)
  • [CPT] Assert that a process instance is waiting for a message (#​23256)
  • [CPT] Generate a process coverage JSON report (#​19257)

Bug Fixes

Misc
  • Sorting doesn't work on some pages in FE (#​37101)
  • Identity Header redirects to 404 (#​37100)
  • Empty exporter record metdata prevents the ES/OS exporters resuming successfully (#​37014)
  • “Whitelabel Error Page” when navigating to Operate or Tasklist (#​36932)
  • Operate/Tasklist API doesn't apply tenancy checks when configuring tenancy properties using kebab case (#​36597)
  • When we try to save a custom filter on Task List, it gives error "TypeError: crypto.randomUUID is not a function" (#​36540)
  • Incorrect Token Movement and Display in Multi-Instance Process (#​36481)
  • Mark undocumented v2 endpoint as @​Hidden (#​36467)
  • UserController incorrectly implements specification (#​36404)
  • Migration app is not working with BYOG enabled (#​36379)
  • NPE in AuthorizationEntity.getResourceMatcher() (#​36343)
  • Identity doesn't display favicon in non-root context path deployments (e.g. SaaS) (#​36134)
  • Partitions are not bootstrapped after purge operation (#​35650)
  • Overlapping IDs for child docs causing overwriting of records (#​35549)
  • Authorization field is printed in the log when an error is raised when processing a record (#​35177)
  • Changes to application authorizations, groups, roles, and tenants take only effect after re-login (#​34698)
  • [Authorizations] Permission picker does not reset after changing resource type (#​34663)
  • Mapping Rules UI should not be displayed in SaaS deployments (#​34475)
  • Failure to start if OIDC provider is unavailable (#​34189)
  • Unable to deploy process with boundary event without outgoing flows (#​33589)
  • App switcher doesn't work in Operate/Tasklist/Identity (#​33212)
  • User tasks cannot be completed through the Tasklist V1 API when authentication with an M2M client. (#​33185)
  • App visible to all users regardless of roles (starting from 8.8) (#​31600)
  • Retry and cancel options can apply in all the processes via the operations menu. (#​32971)

Maintenance

  • Refactor BatchOperation Scheduler for better modularity (#​36751)

Merged Pull Requests

  • Feature/35308 cpt client configuration (#​37239)
  • fix: add missing metadata name to Maven module (#​37227)
  • [Backport main] test: remove pre-condition that snapshot do not exists (#​37208)
  • test: remove pre-condition that snapshot do not exists (#​37203)
  • feat: Enable configurable priority for zeebe-record Index templates (#​36207)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC).

🚦 Automerge: Enabled.

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

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


  • 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 the dependencies Pull requests that update a dependency file label Aug 27, 2025
@renovate renovate bot force-pushed the renovate/main-io.camunda-zeebe-bom-8.x branch from 32b148d to eb529c4 Compare August 31, 2025 12:05
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-bom to v8.8.0-alpha8-rc1 (main) fix(deps): update dependency io.camunda:zeebe-bom to v8.8.0-alpha8-rc2 (main) Aug 31, 2025
@renovate renovate bot force-pushed the renovate/main-io.camunda-zeebe-bom-8.x branch from eb529c4 to 9bf3235 Compare September 2, 2025 14:02
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-bom to v8.8.0-alpha8-rc2 (main) fix(deps): update dependency io.camunda:zeebe-bom to v8.8.0-alpha8-rc3 (main) Sep 2, 2025
@renovate renovate bot force-pushed the renovate/main-io.camunda-zeebe-bom-8.x branch from 9bf3235 to 9d4f894 Compare September 4, 2025 10:31
@renovate renovate bot changed the title fix(deps): update dependency io.camunda:zeebe-bom to v8.8.0-alpha8-rc3 (main) fix(deps): update dependency io.camunda:zeebe-bom to v8.8.0-alpha8 (main) Sep 4, 2025
@jonathanlukas jonathanlukas merged commit bfc18b7 into main Sep 5, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants