testcontainers / testcontainers-python

Testcontainers is a Python library that providing a friendly API to run Docker container. It is designed to create runtime environment to use during your automatic tests.
https://testcontainers-python.readthedocs.io/en/latest/
Apache License 2.0
1.44k stars 270 forks source link

chore(main): release testcontainers 4.6.0 #594

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 1 month ago

:robot: I have created a release beep boop

4.6.0 (2024-06-18)

Features

Bug Fixes

Documentation


This PR was generated with Release Please. See documentation.

m9810223 commented 1 month ago

Perhaps we should update the documentation on TESTCONTAINERS_HOST_OVERRIDE.

I'm a new user of testcontainers and I solved some weird situations with dind in K8s by modifying the Docker host-gateway via TESTCONTAINERS_HOST_OVERRIDE.

alexanderankin commented 1 month ago

@m9810223 sure, TESTCONTAINERS_HOST_OVERRIDE is cross platform meaning there are already docs describing this is how you do it for other language implementations, and python should probably also make it clearer in docs

github-actions[bot] commented 1 month ago

:robot: Release is at https://github.com/testcontainers/testcontainers-python/releases/tag/testcontainers-v4.6.0 :sunflower: