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.5.0 to 8.5.1 #394

Merged
merged 1 commit into from
May 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2024

Bumps zeebe.version from 8.5.0 to 8.5.1.
Updates io.camunda:zeebe-bom from 8.5.0 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)
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-util from 8.5.0 to 8.5.1

Release notes

Sourced from io.camunda:zeebe-util'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)
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-atomix-cluster from 8.5.0 to 8.5.1

Release notes

Sourced from io.camunda:zeebe-atomix-cluster'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)
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-protocol from 8.5.0 to 8.5.1

Release notes

Sourced from io.camunda:zeebe-protocol'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)
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-protocol-impl from 8.5.0 to 8.5.1

Release notes

Sourced from io.camunda:zeebe-protocol-impl'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)
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-logstreams from 8.5.0 to 8.5.1

Release notes

Sourced from io.camunda:zeebe-logstreams'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)
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-db from 8.5.0 to 8.5.1

Release notes

Sourced from io.camunda:zeebe-db'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)
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-bpmn-model from 8.5.0 to 8.5.1

Release notes

Sourced from io.camunda:zeebe-bpmn-model'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)
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-client-java from 8.5.0 to 8.5.1

Release notes

Sourced from io.camunda:zeebe-client-java'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 (Description has been truncated

Bumps `zeebe.version` from 8.5.0 to 8.5.1.

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

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

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

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

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

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: io.camunda:zeebe-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.camunda:zeebe-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.camunda:zeebe-atomix-cluster
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.camunda:zeebe-protocol
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.camunda:zeebe-protocol-impl
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.camunda:zeebe-logstreams
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.camunda:zeebe-db
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.camunda:zeebe-bpmn-model
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: io.camunda:zeebe-client-java
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: io.camunda:zeebe-test-util
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: io.camunda:zeebe-build-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from ChrisKujawa as a code owner May 8, 2024 07:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 8, 2024
@ChrisKujawa ChrisKujawa merged commit 7b9e199 into main May 8, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/maven/zeebe.version-8.5.1 branch May 8, 2024 07:52
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant