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

build(deps): bump zeebe.version from 8.2.3 to 8.6.3 #406

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2024

Bumps zeebe.version from 8.2.3 to 8.6.3.
Updates io.camunda:zeebe-bom from 8.2.3 to 8.6.3

Release notes

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

8.6.3

Bug Fixes

Java Client

  • spring-boot-starter-camunda-sdk will run into a NPE if legacy 8.5 properties are used (#23183)

8.6.2

Bug Fixes

Misc

  • Unsafe command distribution acknowledgement (#23361)

Merged Pull Requests

  • Use new record to transmit acknowledgement (#23363)

8.6.1

Bug Fixes

Misc

  • Password encoder change is not backward compatible (#23213)
  • Error when performing an upgrade from Optimize 3.13/8.5 to 8.6 (#23168)
  • ActivatedJob REST entity returns key instead of jobKey (#23101)
  • fix/Spring Boot SDK: do not ignore json field names from annotations (#21962)

Maintenance

  • Oauth2 Scope is not exposed in Zeebe SDK config (#23071)

Merged Pull Requests

  • Use overrides from @​JsonProperty when it's provided (#23219)
  • Backport CI Maven Setup fixes (#23211)
  • feat: expose oauth scope config in spring sdk (#23072)
  • ci: use infra github-managed runners for ci.yml/java-unit-tests workflow (#22609)

optimize-8.6.0

No release notes provided.

8.6.0

Enhancements

Broker

  • Migrate intermediate message catch event (#19716)
  • Do not evaluate target boundary event correlation key expression on migration (#19527)
  • Migrate message event subprocess (#17419)
  • Migrate existing message boundary event subscription on process instance migration (#16386)
  • Migrate child process instances (#15922)
  • Migrate call activity instances (#15921)
  • Migrate timer boundary event subscriptions (#15918)

Gateway

  • Migrate the Delete Resource gRPC API to REST (#21212)
  • Migrate the Evaluate Decision gRPC API to REST (#21211)
  • Migrate the Signal broadcast gRPC API to REST (#21210)
  • Migrate the Cancel Process Instance gRPC API to REST (#21209)
  • Migrate the Migrate Process Instance gRPC API to REST (#21208)
  • Migrate the Modify Process Instance gRPC API to REST (#21207)
  • Migrate the Set Variables gRPC API to REST (#21057)
  • Migrate the Publish Message gRPC API to REST (#21056)
  • Migrate the Start Process instance gRPC API to REST (#21055)

... (truncated)

Changelog

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

v8.3.0

🚀 New Features

  • test-data: add tenants to test data (#5496)
  • backend: add aws opensearch connection support (#5493)
  • backend: Add handler for process definition deletion (#5274)
  • backend: Implement SessionService (#5488)
  • backend: Use Elasticsearch Task API for getting reindex task infos (#5467)
  • backend: job failed with retries left filter (#5452)
  • backend: fix Opensearch implementation bugs (#5486)
  • backend: add tenant aware checks to Opensearch classes (#5483)
  • backend: Implement OpenSearch BackupService (#5484)
  • show retries left in metadata popover (#5456)
  • feature-flagged: add optional filter "retries left" (#5231)
  • filter grouped decisions by tenant (#5429)
  • backend: Implement OpensearchArchiver (#5463)
  • backend: Add Opensearch FlowNodeInstanceStatisticsReader (#5457)
  • support tenant filter in dashboard links if multi tenancy is enabled (#5404)
  • backend: Implement OpensearchArchiver (#5444)
  • backend: Opensearch implementations (#5143)
  • enable variable IN filter in UI (#5418)
  • filter grouped processes by tenant (#5329)
  • feature-flagged: add multiple variable values modal (#5316)
  • feature-flagged: add multiple variable values textarea (#5307)
  • backend: filter variables by IN values (#5399)
  • importer: read tenant from zeebe records (#5330)
  • backend: add tenantId parameter to usage metrics index (#5332)
  • backend: check tenant when scheduling single operations (#5331)
  • display tenant column in decisions list (#5324)
  • display tenant column in processes list (#5323)
  • add tenant filter to decisions page (#5292)
  • add tenant filter to processes page (#5277)
  • display decision definition id on top of diagram (#5322)
  • display process definition id on top of diagram (#5321)
  • api: add tenantId parameter to Public API endpoints (#5303)
  • apply tenant check when using public api (#5244)
  • filter by current tenants when using internal api (#5243)

💊 Bugfixes

  • test-data: ignore exception when sending commands to Zeebe (#5533)
  • backend: Fix OpenSearch IT (#5518)
  • display tenant name instead of id in the process and decisions lists (#5501)
  • backend: Delete decision definition - number of operations (#5297)
  • backend: Swagger API description is ambiguous for incident key (#5311)
  • backend: add docker-compose file for Opensearch (#5489)
  • backend: udpate list-view schema for opensearch (#5492)
  • fix instance header borders on focus (#5465)
  • do not create release for opensearch (#5451)

... (truncated)

Commits
  • ad6fa43 [maven-release-plugin] prepare release 8.6.3
  • 9cba301 fix: add backward compatability to preferRestOverGrpc property
  • 772f16c build(project): update java compat versions
  • 8137336 [maven-release-plugin] prepare for next development iteration
  • c5dde31 [maven-release-plugin] prepare release 8.6.2
  • 6f52d84 [maven-release-plugin] prepare for next development iteration
  • f1003f4 [maven-release-plugin] prepare release 8.6.2
  • b1b35eb deps: Update dependency io.camunda:camunda-search-client-connect to v8.6.1 (s...
  • ff099c5 [Backport stable/8.6] Use new record to transmit acknowledgement (#23366)
  • 9db71b6 deps: Update camunda/operate Docker tag to v8.6.1 (stable/8.6) (#23367)
  • Additional commits viewable in compare view

Updates io.camunda:zeebe-parent from 8.2.3 to 8.6.3

Release notes

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

8.6.3

Bug Fixes

Java Client

  • spring-boot-starter-camunda-sdk will run into a NPE if legacy 8.5 properties are used (#23183)

8.6.2

Bug Fixes

Misc

  • Unsafe command distribution acknowledgement (#23361)

Merged Pull Requests

  • Use new record to transmit acknowledgement (#23363)

8.6.1

Bug Fixes

Misc

  • Password encoder change is not backward compatible (#23213)
  • Error when performing an upgrade from Optimize 3.13/8.5 to 8.6 (#23168)
  • ActivatedJob REST entity returns key instead of jobKey (#23101)
  • fix/Spring Boot SDK: do not ignore json field names from annotations (#21962)

Maintenance

  • Oauth2 Scope is not exposed in Zeebe SDK config (#23071)

Merged Pull Requests

  • Use overrides from @​JsonProperty when it's provided (#23219)
  • Backport CI Maven Setup fixes (#23211)
  • feat: expose oauth scope config in spring sdk (#23072)
  • ci: use infra github-managed runners for ci.yml/java-unit-tests workflow (#22609)

optimize-8.6.0

No release notes provided.

8.6.0

Enhancements

Broker

  • Migrate intermediate message catch event (#19716)
  • Do not evaluate target boundary event correlation key expression on migration (#19527)
  • Migrate message event subprocess (#17419)
  • Migrate existing message boundary event subscription on process instance migration (#16386)
  • Migrate child process instances (#15922)
  • Migrate call activity instances (#15921)
  • Migrate timer boundary event subscriptions (#15918)

Gateway

  • Migrate the Delete Resource gRPC API to REST (#21212)
  • Migrate the Evaluate Decision gRPC API to REST (#21211)
  • Migrate the Signal broadcast gRPC API to REST (#21210)
  • Migrate the Cancel Process Instance gRPC API to REST (#21209)
  • Migrate the Migrate Process Instance gRPC API to REST (#21208)
  • Migrate the Modify Process Instance gRPC API to REST (#21207)
  • Migrate the Set Variables gRPC API to REST (#21057)
  • Migrate the Publish Message gRPC API to REST (#21056)
  • Migrate the Start Process instance gRPC API to REST (#21055)

... (truncated)

Changelog

Sourced from io.camunda:zeebe-parent's changelog.

v8.3.0

🚀 New Features

  • test-data: add tenants to test data (#5496)
  • backend: add aws opensearch connection support (#5493)
  • backend: Add handler for process definition deletion (#5274)
  • backend: Implement SessionService (#5488)
  • backend: Use Elasticsearch Task API for getting reindex task infos (#5467)
  • backend: job failed with retries left filter (#5452)
  • backend: fix Opensearch implementation bugs (#5486)
  • backend: add tenant aware checks to Opensearch classes (#5483)
  • backend: Implement OpenSearch BackupService (#5484)
  • show retries left in metadata popover (#5456)
  • feature-flagged: add optional filter "retries left" (#5231)
  • filter grouped decisions by tenant (#5429)
  • backend: Implement OpensearchArchiver (#5463)
  • backend: Add Opensearch FlowNodeInstanceStatisticsReader (#5457)
  • support tenant filter in dashboard links if multi tenancy is enabled (#5404)
  • backend: Implement OpensearchArchiver (#5444)
  • backend: Opensearch implementations (#5143)
  • enable variable IN filter in UI (#5418)
  • filter grouped processes by tenant (#5329)
  • feature-flagged: add multiple variable values modal (#5316)
  • feature-flagged: add multiple variable values textarea (#5307)
  • backend: filter variables by IN values (#5399)
  • importer: read tenant from zeebe records (#5330)
  • backend: add tenantId parameter to usage metrics index (#5332)
  • backend: check tenant when scheduling single operations (#5331)
  • display tenant column in decisions list (#5324)
  • display tenant column in processes list (#5323)
  • add tenant filter to decisions page (#5292)
  • add tenant filter to processes page (#5277)
  • display decision definition id on top of diagram (#5322)
  • display process definition id on top of diagram (#5321)
  • api: add tenantId parameter to Public API endpoints (#5303)
  • apply tenant check when using public api (#5244)
  • filter by current tenants when using internal api (#5243)

💊 Bugfixes

  • test-data: ignore exception when sending commands to Zeebe (#5533)
  • backend: Fix OpenSearch IT (#5518)
  • display tenant name instead of id in the process and decisions lists (#5501)
  • backend: Delete decision definition - number of operations (#5297)
  • backend: Swagger API description is ambiguous for incident key (#5311)
  • backend: add docker-compose file for Opensearch (#5489)
  • backend: udpate list-view schema for opensearch (#5492)
  • fix instance header borders on focus (#5465)
  • do not create release for opensearch (#5451)

... (truncated)

Commits
  • ad6fa43 [maven-release-plugin] prepare release 8.6.3
  • 9cba301 fix: add backward compatability to preferRestOverGrpc property
  • 772f16c build(project): update java compat versions
  • 8137336 [maven-release-plugin] prepare for next development iteration
  • c5dde31 [maven-release-plugin] prepare release 8.6.2
  • 6f52d84 [maven-release-plugin] prepare for next development iteration
  • f1003f4 [maven-release-plugin] prepare release 8.6.2
  • b1b35eb deps: Update dependency io.camunda:camunda-search-client-connect to v8.6.1 (s...
  • ff099c5 [Backport stable/8.6] Use new record to transmit acknowledgement (#23366)
  • 9db71b6 deps: Update camunda/operate Docker tag to v8.6.1 (stable/8.6) (#23367)
  • 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 `zeebe.version` from 8.2.3 to 8.6.3.

Updates `io.camunda:zeebe-bom` from 8.2.3 to 8.6.3
- [Release notes](https://github.com/camunda/camunda/releases)
- [Changelog](https://github.com/camunda/camunda/blob/main/CHANGELOG.md)
- [Commits](camunda/camunda@8.2.3...8.6.3)

Updates `io.camunda:zeebe-parent` from 8.2.3 to 8.6.3
- [Release notes](https://github.com/camunda/camunda/releases)
- [Changelog](https://github.com/camunda/camunda/blob/main/CHANGELOG.md)
- [Commits](camunda/camunda@8.2.3...8.6.3)

---
updated-dependencies:
- dependency-name: io.camunda:zeebe-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.camunda:zeebe-parent
  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 Oct 11, 2024
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.

0 participants