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

deps(master): bump zeebe-test-container from 0.33.0 to 1.0.1 #71

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2020

Bumps zeebe-test-container from 0.33.0 to 1.0.1.

Release notes

Sourced from zeebe-test-container's releases.

1.0.1

What's Changed

🐛 Bug Fixes

  • Ensure SLF4J logging implementation binding is a test dependency (#88) @npepinpe

📦 Dependency updates

Contributors

@dependabot-preview, @dependabot-preview[bot], @npepinpe, @zeebe-bors[bot] and camunda-jenkins

1.0.0

Breaking changes

The 1.0.0 release marks a major breaking change. We decided to step away from the high level configuration API, which proved brittle and too tightly coupled with Zeebe versions. Instead, the focus was on minimizing API surface to ease the burden of maintenance, while maintaining a good feature set. This means that if you are currently using a release pre 1.0.0, please carefully read the updated documentation as most of the API has changed.

Notable changes

Users are expected to configure their Zeebe containers via environment variables and configuration files. The zeebe-test-container module now simply provides the following:

  • Three containers for different use cases: broker with embedded gateway (ZeebeContainer), broker without embedded gateway (ZeebeBrokerContainer), and standalone gateway (ZeebeGatewayContainer). If unsure, you probably want ZeebeContainer.
  • Very little default configuration is applied on top of existing Zeebe defaults: see each container's Javadoc for more, but it's mostly network configuration around the host/advertisedHost configuration to allow for clustering over an SDN.
  • The broker wait strategy has been dropped, and is now only a combination of waiting for the host ports to be ready, and the broker ready check to return a 204.
  • A new gateway strategy was introduced which waits until the topology is "complete". A complete topology is one where all partitions in the cluster have a leader - as the gateway does not know this beforehand, it's important that the user specify this when building the container. This strategy ensures that when a gateway container is started, it is ready to receive client requests and there are brokers behind to process them.

Upgrading

zeebe-test-container 1.0.0 is only tested against Zeebe 0.23.x and later versions. This is primarily due to new features introduced in 0.23.x (e.g. new configuration system). It may work with previous versions, but don't expected patches or support for them.

The main effort in upgrading will be that you now have to specify your configuration explicitly instead of using the high level API. Please refer to the Zeebe documentation on how to do this.

Another thing that might need to be changed is regarding the wait strategies - if you were configuring multiple partitions for a broker, or had a clustered setup, the gateway strategy will need to be properly updated to know about all these partitions. Refer to the README or Javadoc for more.

What's Changed

... (truncated)

Commits
  • 22e49b6 [maven-release-plugin] prepare release 1.0.1
  • 012fd9c chore(deps): bump version.zeebe from 0.24.3 to 0.25.1 (#99)
  • d854346 Merge pull request #101 from zeebe-io/dependabot/maven/org.assertj-assertj-co...
  • 815e246 chore(deps-dev): bump assertj-core from 3.17.2 to 3.18.1
  • 80c1b3d Merge pull request #100 from zeebe-io/dependabot/maven/version.testcontainers...
  • a717fe9 chore(deps): bump version.testcontainers from 1.14.3 to 1.15.0
  • e7a00ea Merge pull request #98 from zeebe-io/dependabot/maven/version.mockito-3.6.0
  • 6c52a0a chore(deps-dev): bump version.mockito from 3.5.15 to 3.6.0
  • e00f681 Merge pull request #95 from zeebe-io/dependabot/maven/version.mockito-3.5.15
  • 7a25d8e chore(deps-dev): bump version.mockito from 3.5.13 to 3.5.15
  • 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 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 dependabot bot added the dependencies Pull requests that update a dependency file label Nov 20, 2020
@dependabot dependabot bot requested a review from npepinpe November 20, 2020 05:42
@dependabot dependabot bot force-pushed the dependabot/maven/master/io.zeebe-zeebe-test-container-1.0.1 branch from 04ce845 to 43e3a4b Compare November 22, 2020 12:03
@dependabot dependabot bot force-pushed the dependabot/maven/master/io.zeebe-zeebe-test-container-1.0.1 branch from 43e3a4b to 8dbc5be Compare November 22, 2020 12:11
@npepinpe npepinpe merged commit de2873c into master Jan 9, 2021
@npepinpe npepinpe deleted the dependabot/maven/master/io.zeebe-zeebe-test-container-1.0.1 branch January 9, 2021 16: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant