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

chore(deps): bump io.camunda:zeebe-bom from 8.3.2 to 8.4.1 #375

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps io.camunda:zeebe-bom from 8.3.2 to 8.4.1.

Release notes

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

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)
  • deps(maven): Update dependency io.micrometer:micrometer-bom to v1.12.2 (stable/8.4) (#15949)
  • deps(maven): Update dependency com.google.protobuf:protobuf-bom to v3.25.2 (stable/8.4) (#15948)
  • deps(maven): Update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.8.3.0 (stable/8.4) (#15947)
  • [Backport stable/8.4] Validate ES min_age exporter (#15940)
  • [Backport stable/8.4] deps(maven): Update dependency org.codehaus.mojo:flatten-maven-plugin to v1.6.0 (main) (#15935)
  • [Backport stable/8.4] Building "quickly skips the flatten plugin (#15933)
  • [Backport stable/8.4] Fix race condition between receiving a new snapshot and aborting previous pending one (#15926)
  • [Backport stable/8.4] fix(topology): throw detailed exception if decoding fails (#15924)
  • [Backport stable/8.4] ci: directly call GH API to put PRs into merge queue (#15877)
  • [Backport stable/8.4] fix(scheduler): allow closing unscheduled actors (#15871)
  • [Backport stable/8.4] ci: sync auto-merge job with main (#15867)
  • [Backport stable/8.4] docs: fix default snapshot interval (#15857)
  • [Backport stable/8.4] ci: auto-merge backport and dependency upgrade PRs with merge queues (#15849)
  • fix(dist): silence noisy info logs from ehcache (#15828)
  • fix(logstream): handle log reset while iterating though log entries (#15826)

... (truncated)

Commits
  • 9b2059f [maven-release-plugin] prepare release 8.4.1
  • b6a2e87 build(project): update go embedded version data
  • ebafd55 deps(identity): update identity to 8.4.1
  • 5dc913b Merge pull request #16109 from camunda/backport-16103-to-stable/8.4
  • a8f7ee3 fix(protocol): provide default values in DMN deployment records
  • b8be5b7 Merge pull request #16072 from camunda/korthout-15804-recover-column-families
  • 9c281e5 test: verify column family 50 moves
  • 26cb24b test: verify column family 49 moves
  • a2b2257 test: ensure correct entries are ignored
  • 3fefa7f fix: ensure we combine message stats correctly
  • Additional commits viewable in compare view

Dependabot compatibility score

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 [io.camunda:zeebe-bom](https://github.com/camunda/zeebe) from 8.3.2 to 8.4.1.
- [Release notes](https://github.com/camunda/zeebe/releases)
- [Commits](camunda/camunda@8.3.2...8.4.1)

---
updated-dependencies:
- dependency-name: io.camunda:zeebe-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 29, 2024
Copy link

Test Results

35 tests  +35   31 ✅ +31   11s ⏱️ +11s
 8 suites + 8    2 💤 + 2 
 8 files   + 8    0 ❌ ± 0   2 🔥 +2 

For more details on these errors, see this check.

Results for commit 9057416. ± Comparison against base commit f71bba5.

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 8, 2024

Superseded by #376.

@dependabot dependabot bot closed this Feb 8, 2024
@dependabot dependabot bot deleted the dependabot/maven/io.camunda-zeebe-bom-8.4.1 branch February 8, 2024 10:37
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.

0 participants