Skip to content

v0.31.0

Latest
Compare
Choose a tag to compare
@release-drafter release-drafter released this 09 May 18:28
· 3 commits to refs/heads/main since this release

What's Changed

⚠️ Breaking Changes

  • break: return error from Customize request option (#2267) @stevenh

Are you hosting your own Testcontainers for Go module?

If you are hosting your own module, please update all the custom options you created for the module, updating them to return an error in the case it occurs. This breaking change is needed to provide a more robust and consistent API for creating modules, allowing module authors to create custom code to customise the container avoiding panics.

🔒 Security

  • chore(deps): bump github.com/containerd/containerd from 1.7.12 to 1.7.15 (#2517) @mdelapenya

🚀 Features

🐛 Bug Fixes

  • fix(modules.kafka): Use broker container IP instead of host IP for advertised broker listener (#1989) @khartld
  • fix(compose): avoid race conditions when caching services (#2528) @mdelapenya
  • fix: enhance host configuration port binding (#2512) @wilsouza
  • fix: don't retry on permanent APIClient errors (#2506) @p-jahn
  • fix: fallback to URL-path when parsing auth config URL without scheme (#2488) @p-jahn
  • fix(postgres): Fix the non-default dbname error (#2489) @Minivera

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

  • chore(deps): bump test-summary action to v2.3 (#2535) @mdelapenya
  • chore(deps): bump jinja2 from 3.1.3 to 3.1.4 (#2533) @dependabot
  • Update devcontainer image (#2531) @bells17
  • chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 5.1.0 (#2525) @dependabot
  • chore(deps): bump mkdocs-material from 8.2.7 to 9.5.18 (#2524) @dependabot
  • chore(deps): bump github.com/compose-spec/compose-go/v2 from v2.0.0-rc8 to v2.1.0 (#2519) @mdelapenya
  • chore(deps): bump github.com/containerd/containerd from 1.7.12 to 1.7.15 (#2517) @mdelapenya
  • chore(deps): bump golang.org/x/net in modules (minio, gcloud, weaviate, compose, qdrant, couchbase, k3s, milvus, mockserver, pulsar, kafka) (#2505) @mdelapenya
  • chore(deps): bump idna from 3.6 to 3.7 (#2480) @dependabot