Skip to content

Releases: camunda-community-hub/zeebe-test-container

Zeebe Test Container v0.30.0

07 Feb 13:59
Compare
Choose a tag to compare

What's Changed

There are two goals for this release, so quickly after the previous one:

  1. Split away from the Zeebe release cycle - as more QoL features are added to the project, tying the release cycle to Zeebe's makes less sense, and...
  2. The log message wait strategy was brittle, and as such was a problem when it came to forwards-compatibility. It was refactored by @MiguelPires such that it now uses public APIs and should be fairly stable, and backwards- and forwards-compatible 👍

🧹 Maintenance

Contributors

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

Zeebe Test Container v0.22.1

03 Feb 13:37
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • feat: add missing configuration properties for 0.22.1 release (#40) @npepinpe
  • #21 update for Zeebe 0.22.1 final (#35) @grexe
  • feat(containers): add support for 0.22.0-alpha2 (#22) @npepinpe
  • chore: update to 0.22.0-alpha1 (#9) @npepinpe
  • feat: API to configure embedded gateway (#8) @npepinpe

🧹 Maintenance

  • chore: use junit5 for testing (#10) @npepinpe
  • chore: add dependabot, bors, and release drafter config (#13) @npepinpe
  • chore(Nexus cache): Use jenkins configfile instead of local settings.xml (#11) @chaima-mnsr

📦 Dependency updates

Contributors

@chaima-mnsr, @dependabot-preview, @dependabot-preview[bot], @grexe, @npepinpe, @saig0, @zeebe-bors[bot] and camunda-jenkins

Zeebe Test Container 0.21.0-alpha2

09 Sep 09:31
Compare
Choose a tag to compare

Notes

  • Targets Zeebe 0.21.0-alpha2 primarily, but is tested against 0.20.0 and 0.21.0-alpha1.

  • First release, I expect some bugs or edge cases.

  • The bundled containers are, in the end, GenericContainers; you can customize them (e.g. change their resource limits, networking capabilities, etc.) as you would any test container. Refer to testcontainers.org for more.

  • You can find some examples in the tests as well on how to use these containers.

Changelog

Features

  • containers/broker: start a configurable Zeebe broker container using environment variables or by overwriting the configuration.
  • containers/gateway: start a configurable Zeebe standalone gateway container using environment variables or by overwriting the configuration.