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

deps: bump version.zeebe from 8.3.4 to 8.4.0 #618

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2024

Bumps version.zeebe from 8.3.4 to 8.4.0.
Updates io.camunda:zeebe-bom from 8.3.4 to 8.4.0

Release notes

Sourced from io.camunda:zeebe-bom's releases.

8.4.0-alpha2

Enhancements

Java Client

  • Provide the Java client's interfaces for migrating a process instance (#15161)
  • Support migrating a process instance from the Java client (#14921)

Go Client

  • Go client commands allow specifying a tenantId / tenantIds property (#15153)
  • Add multi-tenancy support in the Zeebe Go client (#14477)
  • go-client: Job worker polling backoff mechanism (#6150)

Misc

  • Allow setting scope parameter for OAuth2 authentication (#15391)
  • Configure identity-sdk through identity-spring-boot-starter in the Gateway (#15389)
  • Add integration test to MultiTenancyOverIdentityIT test (#15382)
  • Support ElasticSearch 8.9+ (#15306)
  • Update broker.yaml.template and broker.standalone.yaml.template files in order to allow user to disable form exporting (#15193)
  • Export compensation subscription events (#15140)
  • Migrate task instances with variables (#15114)
  • Migrate service task instances (including jobs) (#15113)
  • Introduce new compensation subscription record (#15063)
  • Add Job Update Timeout intents (#15034)
  • I can execute a process with a compensation end event (#14967)
  • I can execute a process with an intermediate compensation throw event (#14965)
  • The record for a compensation event has the correct event type (#14944)
  • I can deploy a process with BPMN compensation event subprocesses (#14943)
  • I can deploy a process with BPMN compensation events (#14942)
  • I can model a process with compensation events via BPMN model API (#14939)
  • Add support to Java client for Form deletion (#14858)
  • Replace Dependabot with Renovate (#14701)

Bug Fixes

Broker

  • Failed or cancelled topology change operations block further operations (#15220)
  • Topology received via gossip can bypass merge with locally persisted topology (#15219)
  • Potential inconsistency in raft after restoring from a backup (#14509)

Misc

  • Verify correct behaviour of input mappings after bump to FEEL 1.17.3 (#15445)
  • NullPointerException when join is retried after a restart (#15381)
  • IT timeout due to ScaleResiliencyTest.ScaleDown (#15343)
  • Form events are not replayed (#15194)
  • Could not update new leader for partition (#15188)
  • 8.3.x release benchmark - Authorization data unavailable: The Token can't be used before xxx (#15047)
  • A deployed form is not mentioned in the DeploymentEventImpl.toString() (#14931)
  • IOPS doubled in CW44 (#14924)
  • Improve resilience of remote stream restart (#14884)
  • Leaked message subscriptions cause constant processing load (#14814)
  • IllegalStateException: found snapshot 0. A previous snapshot is most likely corrupted (#14699)
  • NullPointerException: Cannot invoke PartitionContext.getComponentHealthMonitor() because this.context is null (#14458)
  • Scheduled tasks should avoid overloading the streamprocessor (#13870)
  • Feel error are causing bad user experiences (#8938)

Maintenance

  • Encode remote/job streaming errors as part of stream protocol (#15195)

... (truncated)

Commits
  • c59d242 [maven-release-plugin] prepare release 8.4.0
  • fdb7879 build(project): update go embedded version data
  • 14c17b1 ci: increase timeout for nexus closing staging repository
  • 8eace25 Revert "build(project): update go embedded version data"
  • 5d07b45 Revert "[maven-release-plugin] prepare release 8.4.0"
  • 25ee020 Revert "[maven-release-plugin] prepare for next development iteration"
  • 96d65c7 [maven-release-plugin] prepare for next development iteration
  • 5207af3 [maven-release-plugin] prepare release 8.4.0
  • 212f52f build(project): update go embedded version data
  • b2b4729 deps(identity): update identity to 8.4.0
  • Additional commits viewable in compare view

Updates io.camunda:zeebe-protocol-jackson from 8.3.4 to 8.4.0

Release notes

Sourced from io.camunda:zeebe-protocol-jackson's releases.

8.4.0-alpha2

Enhancements

Java Client

  • Provide the Java client's interfaces for migrating a process instance (#15161)
  • Support migrating a process instance from the Java client (#14921)

Go Client

  • Go client commands allow specifying a tenantId / tenantIds property (#15153)
  • Add multi-tenancy support in the Zeebe Go client (#14477)
  • go-client: Job worker polling backoff mechanism (#6150)

Misc

  • Allow setting scope parameter for OAuth2 authentication (#15391)
  • Configure identity-sdk through identity-spring-boot-starter in the Gateway (#15389)
  • Add integration test to MultiTenancyOverIdentityIT test (#15382)
  • Support ElasticSearch 8.9+ (#15306)
  • Update broker.yaml.template and broker.standalone.yaml.template files in order to allow user to disable form exporting (#15193)
  • Export compensation subscription events (#15140)
  • Migrate task instances with variables (#15114)
  • Migrate service task instances (including jobs) (#15113)
  • Introduce new compensation subscription record (#15063)
  • Add Job Update Timeout intents (#15034)
  • I can execute a process with a compensation end event (#14967)
  • I can execute a process with an intermediate compensation throw event (#14965)
  • The record for a compensation event has the correct event type (#14944)
  • I can deploy a process with BPMN compensation event subprocesses (#14943)
  • I can deploy a process with BPMN compensation events (#14942)
  • I can model a process with compensation events via BPMN model API (#14939)
  • Add support to Java client for Form deletion (#14858)
  • Replace Dependabot with Renovate (#14701)

Bug Fixes

Broker

  • Failed or cancelled topology change operations block further operations (#15220)
  • Topology received via gossip can bypass merge with locally persisted topology (#15219)
  • Potential inconsistency in raft after restoring from a backup (#14509)

Misc

  • Verify correct behaviour of input mappings after bump to FEEL 1.17.3 (#15445)
  • NullPointerException when join is retried after a restart (#15381)
  • IT timeout due to ScaleResiliencyTest.ScaleDown (#15343)
  • Form events are not replayed (#15194)
  • Could not update new leader for partition (#15188)
  • 8.3.x release benchmark - Authorization data unavailable: The Token can't be used before xxx (#15047)
  • A deployed form is not mentioned in the DeploymentEventImpl.toString() (#14931)
  • IOPS doubled in CW44 (#14924)
  • Improve resilience of remote stream restart (#14884)
  • Leaked message subscriptions cause constant processing load (#14814)
  • IllegalStateException: found snapshot 0. A previous snapshot is most likely corrupted (#14699)
  • NullPointerException: Cannot invoke PartitionContext.getComponentHealthMonitor() because this.context is null (#14458)
  • Scheduled tasks should avoid overloading the streamprocessor (#13870)
  • Feel error are causing bad user experiences (#8938)

Maintenance

  • Encode remote/job streaming errors as part of stream protocol (#15195)

... (truncated)

Commits
  • c59d242 [maven-release-plugin] prepare release 8.4.0
  • fdb7879 build(project): update go embedded version data
  • 14c17b1 ci: increase timeout for nexus closing staging repository
  • 8eace25 Revert "build(project): update go embedded version data"
  • 5d07b45 Revert "[maven-release-plugin] prepare release 8.4.0"
  • 25ee020 Revert "[maven-release-plugin] prepare for next development iteration"
  • 96d65c7 [maven-release-plugin] prepare for next development iteration
  • 5207af3 [maven-release-plugin] prepare release 8.4.0
  • 212f52f build(project): update go embedded version data
  • b2b4729 deps(identity): update identity to 8.4.0
  • Additional commits viewable in compare view

Updates io.camunda:zeebe-protocol-test-util from 8.3.4 to 8.4.0

Release notes

Sourced from io.camunda:zeebe-protocol-test-util's releases.

8.4.0-alpha2

Enhancements

Java Client

  • Provide the Java client's interfaces for migrating a process instance (#15161)
  • Support migrating a process instance from the Java client (#14921)

Go Client

  • Go client commands allow specifying a tenantId / tenantIds property (#15153)
  • Add multi-tenancy support in the Zeebe Go client (#14477)
  • go-client: Job worker polling backoff mechanism (#6150)

Misc

  • Allow setting scope parameter for OAuth2 authentication (#15391)
  • Configure identity-sdk through identity-spring-boot-starter in the Gateway (#15389)
  • Add integration test to MultiTenancyOverIdentityIT test (#15382)
  • Support ElasticSearch 8.9+ (#15306)
  • Update broker.yaml.template and broker.standalone.yaml.template files in order to allow user to disable form exporting (#15193)
  • Export compensation subscription events (#15140)
  • Migrate task instances with variables (#15114)
  • Migrate service task instances (including jobs) (#15113)
  • Introduce new compensation subscription record (#15063)
  • Add Job Update Timeout intents (#15034)
  • I can execute a process with a compensation end event (#14967)
  • I can execute a process with an intermediate compensation throw event (#14965)
  • The record for a compensation event has the correct event type (#14944)
  • I can deploy a process with BPMN compensation event subprocesses (#14943)
  • I can deploy a process with BPMN compensation events (#14942)
  • I can model a process with compensation events via BPMN model API (#14939)
  • Add support to Java client for Form deletion (#14858)
  • Replace Dependabot with Renovate (#14701)

Bug Fixes

Broker

  • Failed or cancelled topology change operations block further operations (#15220)
  • Topology received via gossip can bypass merge with locally persisted topology (#15219)
  • Potential inconsistency in raft after restoring from a backup (#14509)

Misc

  • Verify correct behaviour of input mappings after bump to FEEL 1.17.3 (#15445)
  • NullPointerException when join is retried after a restart (#15381)
  • IT timeout due to ScaleResiliencyTest.ScaleDown (#15343)
  • Form events are not replayed (#15194)
  • Could not update new leader for partition (#15188)
  • 8.3.x release benchmark - Authorization data unavailable: The Token can't be used before xxx (#15047)
  • A deployed form is not mentioned in the DeploymentEventImpl.toString() (#14931)
  • IOPS doubled in CW44 (#14924)
  • Improve resilience of remote stream restart (#14884)
  • Leaked message subscriptions cause constant processing load (#14814)
  • IllegalStateException: found snapshot 0. A previous snapshot is most likely corrupted (#14699)
  • NullPointerException: Cannot invoke PartitionContext.getComponentHealthMonitor() because this.context is null (#14458)
  • Scheduled tasks should avoid overloading the streamprocessor (#13870)
  • Feel error are causing bad user experiences (#8938)

Maintenance

  • Encode remote/job streaming errors as part of stream protocol (#15195)

... (truncated)

Commits
  • c59d242 [maven-release-plugin] prepare release 8.4.0
  • fdb7879 build(project): update go embedded version data
  • 14c17b1 ci: increase timeout for nexus closing staging repository
  • 8eace25 Revert "build(project): update go embedded version data"
  • 5d07b45 Revert "[maven-release-plugin] prepare release 8.4.0"
  • 25ee020 Revert "[maven-release-plugin] prepare for next development iteration"
  • 96d65c7 [maven-release-plugin] prepare for next development iteration
  • 5207af3 [maven-release-plugin] prepare release 8.4.0
  • 212f52f build(project): update go embedded version data
  • b2b4729 deps(identity): update identity to 8.4.0
  • Additional commits viewable in compare view

Updates io.camunda:zeebe-exporter-test from 8.3.4 to 8.4.0

Release notes

Sourced from io.camunda:zeebe-exporter-test's releases.

8.4.0-alpha2

Enhancements

Java Client

  • Provide the Java client's interfaces for migrating a process instance (#15161)
  • Support migrating a process instance from the Java client (#14921)

Go Client

  • Go client commands allow specifying a tenantId / tenantIds property (#15153)
  • Add multi-tenancy support in the Zeebe Go client (#14477)
  • go-client: Job worker polling backoff mechanism (#6150)

Misc

  • Allow setting scope parameter for OAuth2 authentication (#15391)
  • Configure identity-sdk through identity-spring-boot-starter in the Gateway (#15389)
  • Add integration test to MultiTenancyOverIdentityIT test (#15382)
  • Support ElasticSearch 8.9+ (#15306)
  • Update broker.yaml.template and broker.standalone.yaml.template files in order to allow user to disable form exporting (#15193)
  • Export compensation subscription events (#15140)
  • Migrate task instances with variables (#15114)
  • Migrate service task instances (including jobs) (#15113)
  • Introduce new compensation subscription record (#15063)
  • Add Job Update Timeout intents (#15034)
  • I can execute a process with a compensation end event (#14967)
  • I can execute a process with an intermediate compensation throw event (#14965)
  • The record for a compensation event has the correct event type (#14944)
  • I can deploy a process with BPMN compensation event subprocesses (#14943)
  • I can deploy a process with BPMN compensation events (#14942)
  • I can model a process with compensation events via BPMN model API (#14939)
  • Add support to Java client for Form deletion (#14858)
  • Replace Dependabot with Renovate (#14701)

Bug Fixes

Broker

  • Failed or cancelled topology change operations block further operations (#15220)
  • Topology received via gossip can bypass merge with locally persisted topology (#15219)
  • Potential inconsistency in raft after restoring from a backup (#14509)

Misc

  • Verify correct behaviour of input mappings after bump to FEEL 1.17.3 (#15445)
  • NullPointerException when join is retried after a restart (#15381)
  • IT timeout due to ScaleResiliencyTest.ScaleDown (#15343)
  • Form events are not replayed (#15194)
  • Could not update new leader for partition (#15188)
  • 8.3.x release benchmark - Authorization data unavailable: The Token can't be used before xxx (#15047)
  • A deployed form is not mentioned in the DeploymentEventImpl.toString() (#14931)
  • IOPS doubled in CW44 (#14924)
  • Improve resilience of remote stream restart (#14884)
  • Leaked message subscriptions cause constant processing load (#14814)
  • IllegalStateException: found snapshot 0. A previous snapshot is most likely corrupted (#14699)
  • NullPointerException: Cannot invoke PartitionContext.getComponentHealthMonitor() because this.context is null (#14458)
  • Scheduled tasks should avoid overloading the streamprocessor (#13870)
  • Feel error are causing bad user experiences (#8938)

Maintenance

  • Encode remote/job streaming errors as part of stream protocol (#15195)

... (truncated)

Commits
  • c59d242 [maven-release-plugin] prepare release 8.4.0
  • fdb7879 build(project): update go embedded version data
  • 14c17b1 ci: increase timeout for nexus closing staging repository
  • 8eace25 Revert "build(project): update go embedded version data"
  • 5d07b45 Revert "[maven-release-plugin] prepare release 8.4.0"
  • 25ee020 Revert "[maven-release-plugin] prepare for next development iteration"
  • 96d65c7 [maven-release-plugin] prepare for next development iteration
  • 5207af3 [maven-release-plugin] prepare release 8.4.0
  • 212f52f build(project): update go embedded version data
  • b2b4729 deps(identity): update identity to 8.4.0
  • Additional commits viewable in compare view

Updates io.camunda:zeebe-process-test-api from 8.3.4 to 8.4.0

Commits

Updates io.camunda:zeebe-process-test-assertions from 8.3.4 to 8.4.0

Commits

Updates io.camunda:zeebe-process-test-filters from 8.3.4 to 8.4.0

Commits

Updates io.camunda:zeebe-build-tools from 8.3.4 to 8.4.0

Release notes

Sourced from io.camunda:zeebe-build-tools's releases.

8.4.0-alpha2

Enhancements

Java Client

  • Provide the Java client's interfaces for migrating a process instance (#15161)
  • Support migrating a process instance from the Java client (#14921)

Go Client

  • Go client commands allow specifying a tenantId / tenantIds property (#15153)
  • Add multi-tenancy support in the Zeebe Go client (#14477)
  • go-client: Job worker polling backoff mechanism (#6150)

Misc

  • Allow setting scope parameter for OAuth2 authentication (#15391)
  • Configure identity-sdk through identity-spring-boot-starter in the Gateway (#15389)
  • Add integration test to MultiTenancyOverIdentityIT test (#15382)
  • Support ElasticSearch 8.9+ (#15306)
  • Update broker.yaml.template and broker.standalone.yaml.template files in order to allow user to disable form exporting (#15193)
  • Export compensation subscription events (#15140)
  • Migrate task instances with variables (#15114)
  • Migrate service task instances (including jobs) (#15113)
  • Introduce new compensation subscription record (#15063)
  • Add Job Update Timeout intents (#15034)
  • I can execute a process with a compensation end event (#14967)
  • I can execute a process with an intermediate compensation throw event (#14965)
  • The record for a compensation event has the correct event type (#14944)
  • I can deploy a process with BPMN compensation event subprocesses (#14943)
  • I can deploy a process with BPMN compensation events (#14942)
  • I can model a process with compensation events via BPMN model API (#14939)
  • Add support to Java client for Form deletion (#14858)
  • Replace Dependabot with Renovate (#14701)

Bug Fixes

Broker

  • Failed or cancelled topology change operations block further operations (#15220)
  • Topology received via gossip can bypass merge with locally persisted topology (#15219)
  • Potential inconsistency in raft after restoring from a backup (#14509)

Misc

  • Verify correct behaviour of input mappings after bump to FEEL 1.17.3 (#15445)
  • NullPointerException when join is retried after a restart (#15381)
  • IT timeout due to ScaleResiliencyTest.ScaleDown (#15343)
  • Form events are not replayed (#15194)
  • Could not update new leader for partition (#15188)
  • 8.3.x release benchmark - Authorization data unavailable: The Token can't be used before xxx (#15047)
  • A deployed form is not mentioned in the DeploymentEventImpl.toString() (#14931)
  • IOPS doubled in CW44 (#14924)
  • Improve resilience of remote stream restart (#14884)
  • Leaked message subscriptions cause constant processing load (#14814)
  • IllegalStateException: found snapshot 0. A previous snapshot is most likely corrupted (#14699)
  • NullPointerException: Cannot invoke PartitionContext.getComponentHealthMonitor() because this.context is null (#14458)
  • Scheduled tasks should avoid overloading the streamprocessor (#13870)
  • Feel error are causing bad user experiences (#8938)

Maintenance

  • Encode remote/job streaming errors as part of stream protocol (#15195)

... (truncated)

Commits
  • c59d242 [maven-release-plugin] prepare release 8.4.0
  • fdb7879 build(project): update go embedded version data
  • 14c17b1 ci: increase timeout for nexus closing staging repository
  • 8eace25 Revert "build(project): update go embedded version data"
  • 5d07b45 Revert "[maven-release-plugin] prepare release 8.4.0"
  • 25ee020 Revert "[maven-release-plugin] prepare for next development iteration"
  • 96d65c7 [maven-release-plugin] prepare for next development iteration
  • 5207af3 [maven-release-plugin] prepare release 8.4.0
  • 212f52f build(project): update go embedded version data
  • b2b4729 deps(identity): update identity to 8.4.0
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps `version.zeebe` from 8.3.4 to 8.4.0.

Updates `io.camunda:zeebe-bom` from 8.3.4 to 8.4.0
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Commits](camunda/camunda@8.3.4...8.4.0)

Updates `io.camunda:zeebe-protocol-jackson` from 8.3.4 to 8.4.0
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Commits](camunda/camunda@8.3.4...8.4.0)

Updates `io.camunda:zeebe-protocol-test-util` from 8.3.4 to 8.4.0
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Commits](camunda/camunda@8.3.4...8.4.0)

Updates `io.camunda:zeebe-exporter-test` from 8.3.4 to 8.4.0
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Commits](camunda/camunda@8.3.4...8.4.0)

Updates `io.camunda:zeebe-process-test-api` from 8.3.4 to 8.4.0
- [Commits](https://github.com/camunda-community-hub/zeebe-process-test-root/commits)

Updates `io.camunda:zeebe-process-test-assertions` from 8.3.4 to 8.4.0
- [Commits](https://github.com/camunda-community-hub/zeebe-process-test-root/commits)

Updates `io.camunda:zeebe-process-test-filters` from 8.3.4 to 8.4.0
- [Commits](https://github.com/camunda-community-hub/zeebe-process-test-root/commits)

Updates `io.camunda:zeebe-build-tools` from 8.3.4 to 8.4.0
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Commits](camunda/camunda@8.3.4...8.4.0)

---
updated-dependencies:
- dependency-name: io.camunda:zeebe-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.camunda:zeebe-protocol-jackson
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.camunda:zeebe-protocol-test-util
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: io.camunda:zeebe-exporter-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: io.camunda:zeebe-process-test-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.camunda:zeebe-process-test-assertions
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.camunda:zeebe-process-test-filters
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.camunda:zeebe-build-tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 3, 2024
@github-actions github-actions bot added this pull request to the merge queue Jan 3, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Jan 3, 2024
@npepinpe npepinpe added this pull request to the merge queue Jan 5, 2024
Merged via the queue into main with commit 9abe0e6 Jan 5, 2024
12 checks passed
@npepinpe npepinpe deleted the dependabot/maven/main/version.zeebe-8.4.0 branch January 5, 2024 09:32
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.

1 participant