eze icon indicating copy to clipboard operation
eze copied to clipboard

build(deps): bump zeebe.version from 8.2.3 to 8.5.1

Open dependabot[bot] opened this issue 1 year ago • 0 comments

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

Release notes

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

8.5.1

Release 8.5.1

Bug Fixes

Go Client

  • zbctl 8.4.0 can't send requests with authorization information (#16015)

Misc

  • Opensearch exporter fails with 400 on AWS Opensearch service (#18251)
  • [Spring Zeebe SDK] Token not refreshed (#17799)
  • Broken job stream aggregation (#17513)
  • Timestamp values in actuators are serialized as integers instead of date-time strings (#17347)
  • Partition stays in force configuration after force failover (#17334)
  • Potential duplicate PI creation across partitions in case of request timeouts (#17333)
  • SetVariables is not always retryable (#15549)

Maintenance

  • Setup a nightly integration workflow with a AWS Opensearch instance (#18252)
  • Make Snapshot Store IO bounded instead of CPU (#17717)

Merged Pull Requests

  • fix: do not retry create instance on closed connection (#18264)
  • fix: add leading slash to opensearch endpoints (#18253)
  • refactor: migrate test to new infrastructure (#18223)
  • refactor: allow all semantic versions (#18220)
  • test: disable flake BackupUploadIT.shouldSaveBackupWithManyFiles (#18205)
  • test: ensure no leader before restarting outdated follower (#18203)
  • fix: retry SetVariable on for UNAVAILABLE and RESOURCE_EXHAUSTED (#18180)
  • Fixing token validity verification that was causing authentication error (#18166)
  • Symlink .idea folder for zeebe subfolder (#18165)
  • fix: go client omit optional scope param if not set (#18154)
  • test: fix flaky test by buffering possibly chunked content (#17923)
  • fix: Make SnapshotStore IO bounded. (#17718)
  • fix: do not short-circuit retry for force configure request (#17641)
  • Fix broken job stream aggregation across stream restarts (#17545)
  • refactor: remove unused spring-client-common (#17503)
  • fix: fix broken job lifetime metric (#17499)
  • Align deployment rejection message for DMN resources (#17475)
  • feat(zbctl): allows scope to be supplied via command line parameter (#17429)
  • deps: Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.8.4.0 (main) (#17395)
  • fix: delete existing ISM policy when retention is disabled (#17386)
  • ci: cancel outdated ci runs (#17315)
  • ci: rely on automatic setup of CodeQL (#17313)
  • deps: Update module golang.org/x/net to v0.23.0 (main) (#17294)
  • test: increase await assertion timeout in OpensearchExporterIT IndexSettingsTest to overcome flaky test runs (#17282)
  • deps: bump dependency used by Azure backups to fix CVE (#17269)
  • test: ensure PKCS1 support with REST (#17216)
  • Soft pause information is persisted across all replicas. (#16869)

8.5.0

Enhancements

Broker

  • Subscribe to a message boundary event on process instance migration (#16384)

... (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
  • 72bcf0e [maven-release-plugin] prepare release 8.5.1
  • 88c5320 build(project): update go embedded version data
  • ad505f8 deps(identity): update identity to 8.5.1
  • cbcbb8f [Backport stable/8.5] fix: retry SetVariable on for UNAVAILABLE and RESOURCE_...
  • da273a2 refactor: keep alphabetical order in gateway service config
  • 7294737 fix: retry SetVariable on for UNAVAILABLE and RESOURCE_EXHAUSTED
  • d05d646 [Backport stable/8.5] Fixing token validity verification that was causing aut...
  • 0e014c8 fix: adjust test import after backport
  • 6006965 [Backport stable/8.5] fix: go client omit optional scope param if not set (#1...
  • a1ca7e2 [Backport stable/8.5] refactor: allow all semantic versions (#18298)
  • Additional commits viewable in compare view

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

Release notes

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

8.5.1

Release 8.5.1

Bug Fixes

Go Client

  • zbctl 8.4.0 can't send requests with authorization information (#16015)

Misc

  • Opensearch exporter fails with 400 on AWS Opensearch service (#18251)
  • [Spring Zeebe SDK] Token not refreshed (#17799)
  • Broken job stream aggregation (#17513)
  • Timestamp values in actuators are serialized as integers instead of date-time strings (#17347)
  • Partition stays in force configuration after force failover (#17334)
  • Potential duplicate PI creation across partitions in case of request timeouts (#17333)
  • SetVariables is not always retryable (#15549)

Maintenance

  • Setup a nightly integration workflow with a AWS Opensearch instance (#18252)
  • Make Snapshot Store IO bounded instead of CPU (#17717)

Merged Pull Requests

  • fix: do not retry create instance on closed connection (#18264)
  • fix: add leading slash to opensearch endpoints (#18253)
  • refactor: migrate test to new infrastructure (#18223)
  • refactor: allow all semantic versions (#18220)
  • test: disable flake BackupUploadIT.shouldSaveBackupWithManyFiles (#18205)
  • test: ensure no leader before restarting outdated follower (#18203)
  • fix: retry SetVariable on for UNAVAILABLE and RESOURCE_EXHAUSTED (#18180)
  • Fixing token validity verification that was causing authentication error (#18166)
  • Symlink .idea folder for zeebe subfolder (#18165)
  • fix: go client omit optional scope param if not set (#18154)
  • test: fix flaky test by buffering possibly chunked content (#17923)
  • fix: Make SnapshotStore IO bounded. (#17718)
  • fix: do not short-circuit retry for force configure request (#17641)
  • Fix broken job stream aggregation across stream restarts (#17545)
  • refactor: remove unused spring-client-common (#17503)
  • fix: fix broken job lifetime metric (#17499)
  • Align deployment rejection message for DMN resources (#17475)
  • feat(zbctl): allows scope to be supplied via command line parameter (#17429)
  • deps: Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.8.4.0 (main) (#17395)
  • fix: delete existing ISM policy when retention is disabled (#17386)
  • ci: cancel outdated ci runs (#17315)
  • ci: rely on automatic setup of CodeQL (#17313)
  • deps: Update module golang.org/x/net to v0.23.0 (main) (#17294)
  • test: increase await assertion timeout in OpensearchExporterIT IndexSettingsTest to overcome flaky test runs (#17282)
  • deps: bump dependency used by Azure backups to fix CVE (#17269)
  • test: ensure PKCS1 support with REST (#17216)
  • Soft pause information is persisted across all replicas. (#16869)

8.5.0

Enhancements

Broker

  • Subscribe to a message boundary event on process instance migration (#16384)

... (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
  • 72bcf0e [maven-release-plugin] prepare release 8.5.1
  • 88c5320 build(project): update go embedded version data
  • ad505f8 deps(identity): update identity to 8.5.1
  • cbcbb8f [Backport stable/8.5] fix: retry SetVariable on for UNAVAILABLE and RESOURCE_...
  • da273a2 refactor: keep alphabetical order in gateway service config
  • 7294737 fix: retry SetVariable on for UNAVAILABLE and RESOURCE_EXHAUSTED
  • d05d646 [Backport stable/8.5] Fixing token validity verification that was causing aut...
  • 0e014c8 fix: adjust test import after backport
  • 6006965 [Backport stable/8.5] fix: go client omit optional scope param if not set (#1...
  • a1ca7e2 [Backport stable/8.5] refactor: allow all semantic versions (#18298)
  • 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)

dependabot[bot] avatar May 07 '24 22:05 dependabot[bot]