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.4.2 #355

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2024

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

Release notes

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

8.4.2

Merged Pull Requests

  • [Backport stable/8.4] Fix: Zeebe gateway fails to stream out activated jobs by not respecting the max message size #15784 (#16229)
  • [Backport stable/8.4] fix(gateway): log when pausing or resuming exporting (#16225)
  • deps(go): Update module github.com/docker/docker to v24.0.9+incompatible (stable/8.4) (#16188)
  • deps(github-tags): Update hashicorp/vault-action action to v2.7.5 (stable/8.4) (#16157)
  • [Backport stable/8.4] refactor(engine): apply MT migration in chunks (#16147)
  • [Backport stable/8.4] [Backport main] Fix Migration to 8.3 OOM Failure (#16142)
  • deps(maven): Update dependency org.testcontainers:testcontainers-bom to v1.19.4 (stable/8.4) (#16137)
  • deps(go): Update module github.com/docker/docker to v24.0.8+incompatible (stable/8.4) (#16136)
  • deps(docker): Update eclipse-temurin:21-jdk-jammy Docker digest to feacf32 (stable/8.4) (#16135)
  • [Backport stable/8.4] Avoid accidental reordering of column family values (#16129)
  • Release 8.4.1 (#16110)
  • deps(maven): Update version.zeebe-test-container to v3.6.3 (stable/8.4) (#16082)

8.4.1

Bug Fixes

Misc

  • NoSuchElementException: null while recovering from a snapshot (#15721)
  • Restore from backup should validate partition count (#15411)

Maintenance

  • Disable Ehcache auto configuration (#15624)

Documentation

  • Correct invalid snapshot interval value in template YAML files (#15625)

Merged Pull Requests

  • [Backport stable/8.4] Provide default values in DMN deployment records (#16109)
  • [Backport stable/8.4] Exporter: expose partitionId on Context and LastExportedRecordPosition on Controller (#16091)
  • [Backport stable/8.4] Fix job backoff restore migration (#16089)
  • deps(maven): Update version.msgpack to v0.9.8 (stable/8.4) (#16081)
  • [Backport stable/8.4] fix(engine): double quotes in variables should be correctly handled (#16073)
  • Recover data written to wrong column families (#16072)
  • [Backport stable/8.4] fix(docker): Disable provenance for docker-push-action (#16064)
  • deps(maven): Update spring boot to v3.2.2 (stable/8.4) (#16062)
  • deps(maven): Update plugin.version.surefire to v3.2.5 (stable/8.4) (#16061)
  • deps(maven): Update dependency org.springframework:spring-framework-bom to v6.1.3 (stable/8.4) (#16060)
  • deps(maven): Update dependency org.slf4j:slf4j-api to v2.0.11 (stable/8.4) (#16059)
  • deps(maven): Update dependency org.apache.maven.surefire:surefire-extensions-api to v3.2.5 (stable/8.4) (#16058)
  • deps(maven): Update dependency org.apache.maven.surefire:maven-surefire-common to v3.2.5 (stable/8.4) (#16055)
  • deps(maven): Update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.2.5 (stable/8.4) (#16054)
  • deps(maven): Update dependency io.netty:netty-bom to v4.1.106.Final (stable/8.4) (#16042)
  • deps(maven): Update dependency com.netflix.concurrency-limits:concurrency-limits-core to v0.4.1 (stable/8.4) (#16041)
  • [Backport stable/8.4] refactor(topology): reduce log level when applying operation failed (#16014)
  • [Backport stable/8.4] Allow serializing RecordMetadata of size larger than a short (#16010)
  • [Backport stable/8.4] Fix PKCS1 support by ensuring BouncyCastle is present at runtime (#15999)
  • deps(maven): Update dependency io.projectreactor:reactor-core to v3.6.2 (stable/8.4) (#15998)
  • deps(docker): Update ubuntu:jammy Docker digest to e6173d4 (stable/8.4) (#15997)
  • deps(docker): Update eclipse-temurin:21-jdk-jammy Docker digest to ad942b1 (stable/8.4) (#15996)
  • deps(maven): Update dependency io.netty:netty-bom to v4.1.105.Final (stable/8.4) (#15971)
  • [Backport stable/8.4] refactor(engine): minor cleanup of DbMigrator (#15952)
  • deps(maven): Update dependency io.projectreactor.netty:reactor-netty-http to v1.1.15 (stable/8.4) (#15950)

... (truncated)

Commits
  • 0af449c [maven-release-plugin] prepare release 8.4.2
  • dcb1363 build(project): update go embedded version data
  • d017655 deps(identity): update identity to 8.4.2
  • 27ba208 Merge pull request #16229 from camunda/bcan-backport-15784-to-stable/8.4
  • 450075b fix(gateway): fix Java Checkstyle error
  • 971b017 fix(gateway): review fixes for gateway max message size assertion
  • 9359e0e test(qa-integration-tests): put await to the correct place
  • ddae03c feat(gateway): Zeebe Gateway fails to stream out activated jobs by not respec...
  • a30eb37 test(qa-integration-tests): Zeebe Gateway fails to stream out activated jobs ...
  • a5e4a7e Merge pull request #16225 from camunda/backport-16221-to-stable/8.4
  • Additional commits viewable in compare view

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

Release notes

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

8.4.2

Merged Pull Requests

  • [Backport stable/8.4] Fix: Zeebe gateway fails to stream out activated jobs by not respecting the max message size #15784 (#16229)
  • [Backport stable/8.4] fix(gateway): log when pausing or resuming exporting (#16225)
  • deps(go): Update module github.com/docker/docker to v24.0.9+incompatible (stable/8.4) (#16188)
  • deps(github-tags): Update hashicorp/vault-action action to v2.7.5 (stable/8.4) (#16157)
  • [Backport stable/8.4] refactor(engine): apply MT migration in chunks (#16147)
  • [Backport stable/8.4] [Backport main] Fix Migration to 8.3 OOM Failure (#16142)
  • deps(maven): Update dependency org.testcontainers:testcontainers-bom to v1.19.4 (stable/8.4) (#16137)
  • deps(go): Update module github.com/docker/docker to v24.0.8+incompatible (stable/8.4) (#16136)
  • deps(docker): Update eclipse-temurin:21-jdk-jammy Docker digest to feacf32 (stable/8.4) (#16135)
  • [Backport stable/8.4] Avoid accidental reordering of column family values (#16129)
  • Release 8.4.1 (#16110)
  • deps(maven): Update version.zeebe-test-container to v3.6.3 (stable/8.4) (#16082)

8.4.1

Bug Fixes

Misc

  • NoSuchElementException: null while recovering from a snapshot (#15721)
  • Restore from backup should validate partition count (#15411)

Maintenance

  • Disable Ehcache auto configuration (#15624)

Documentation

  • Correct invalid snapshot interval value in template YAML files (#15625)

Merged Pull Requests

  • [Backport stable/8.4] Provide default values in DMN deployment records (#16109)
  • [Backport stable/8.4] Exporter: expose partitionId on Context and LastExportedRecordPosition on Controller (#16091)
  • [Backport stable/8.4] Fix job backoff restore migration (#16089)
  • deps(maven): Update version.msgpack to v0.9.8 (stable/8.4) (#16081)
  • [Backport stable/8.4] fix(engine): double quotes in variables should be correctly handled (#16073)
  • Recover data written to wrong column families (#16072)
  • [Backport stable/8.4] fix(docker): Disable provenance for docker-push-action (#16064)
  • deps(maven): Update spring boot to v3.2.2 (stable/8.4) (#16062)
  • deps(maven): Update plugin.version.surefire to v3.2.5 (stable/8.4) (#16061)
  • deps(maven): Update dependency org.springframework:spring-framework-bom to v6.1.3 (stable/8.4) (#16060)
  • deps(maven): Update dependency org.slf4j:slf4j-api to v2.0.11 (stable/8.4) (#16059)
  • deps(maven): Update dependency org.apache.maven.surefire:surefire-extensions-api to v3.2.5 (stable/8.4) (#16058)
  • deps(maven): Update dependency org.apache.maven.surefire:maven-surefire-common to v3.2.5 (stable/8.4) (#16055)
  • deps(maven): Update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.2.5 (stable/8.4) (#16054)
  • deps(maven): Update dependency io.netty:netty-bom to v4.1.106.Final (stable/8.4) (#16042)
  • deps(maven): Update dependency com.netflix.concurrency-limits:concurrency-limits-core to v0.4.1 (stable/8.4) (#16041)
  • [Backport stable/8.4] refactor(topology): reduce log level when applying operation failed (#16014)
  • [Backport stable/8.4] Allow serializing RecordMetadata of size larger than a short (#16010)
  • [Backport stable/8.4] Fix PKCS1 support by ensuring BouncyCastle is present at runtime (#15999)
  • deps(maven): Update dependency io.projectreactor:reactor-core to v3.6.2 (stable/8.4) (#15998)
  • deps(docker): Update ubuntu:jammy Docker digest to e6173d4 (stable/8.4) (#15997)
  • deps(docker): Update eclipse-temurin:21-jdk-jammy Docker digest to ad942b1 (stable/8.4) (#15996)
  • deps(maven): Update dependency io.netty:netty-bom to v4.1.105.Final (stable/8.4) (#15971)
  • [Backport stable/8.4] refactor(engine): minor cleanup of DbMigrator (#15952)
  • deps(maven): Update dependency io.projectreactor.netty:reactor-netty-http to v1.1.15 (stable/8.4) (#15950)

... (truncated)

Commits
  • 0af449c [maven-release-plugin] prepare release 8.4.2
  • dcb1363 build(project): update go embedded version data
  • d017655 deps(identity): update identity to 8.4.2
  • 27ba208 Merge pull request #16229 from camunda/bcan-backport-15784-to-stable/8.4
  • 450075b fix(gateway): fix Java Checkstyle error
  • 971b017 fix(gateway): review fixes for gateway max message size assertion
  • 9359e0e test(qa-integration-tests): put await to the correct place
  • ddae03c feat(gateway): Zeebe Gateway fails to stream out activated jobs by not respec...
  • a30eb37 test(qa-integration-tests): Zeebe Gateway fails to stream out activated jobs ...
  • a5e4a7e Merge pull request #16225 from camunda/backport-16221-to-stable/8.4
  • 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.4.2.

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

Updates `io.camunda:zeebe-parent` from 8.2.3 to 8.4.2
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Commits](camunda/camunda@8.2.3...8.4.2)

---
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 Feb 7, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 14, 2024

Superseded by #356.

@dependabot dependabot bot closed this Feb 14, 2024
@dependabot dependabot bot deleted the dependabot/maven/zeebe.version-8.4.2 branch February 14, 2024 21:15
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