Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2024

This PR contains the following updates:

Package Change Age Confidence
testcontainers ==3.7.1 -> ==4.13.2 age confidence

Release Notes

testcontainers/testcontainers-python (testcontainers)

v4.13.2

Compare Source

Bug Fixes
  • core: Fix issues with doctests (#​893) (2e4d80a)
  • core: waiting improvements + remove decorators in core (#​894) (f93f379)
  • issue #​889 by changing the annotated return type of waiting_for to Self. (#​890) (fe941b1)
  • mongo: mongo start waiting forever for old mongo versions (#​783) (1388612)
  • redpanda: copy the startup script to a path that can be written … (#​867) (e6b976d)
  • trino: Remove deprecated class and decorator from Trino container (#​895) (bb646e9)

v4.13.1

Compare Source

Bug Fixes

v4.13.0

Compare Source

Features
  • azurite: Enhance connection string generation for network and local access (#​859) (b21e5e3)
  • core: add enhanced wait strategies (#​855) (60d21f8)
  • core: DockerCompose: support list of env_files (#​847) (fe206eb)
Bug Fixes

v4.12.0

Compare Source

Features
Bug Fixes
Documentation

v4.11.0

Compare Source

Features
  • core: Protocol support for container port bind and expose (#​690) (a0d4317)
  • DockerContainer initializer to accept its private members as kwargs (#​809) (e7feb53)
Bug Fixes

v4.10.0

Compare Source

Features
Bug Fixes

v4.9.2

Compare Source

Bug Fixes
Documentation

v4.9.1

Compare Source

Bug Fixes
  • milvus healthcheck: use correct requests errors (#​759) (78b137c)
  • mysql: add dialect parameter instead of hardcoded mysql dialect (#​739) (8d77bd3)
  • tests: replace dind-test direct docker usage with sdk (#​750) (ace2a7d)

v4.9.0

Compare Source

Features
Bug Fixes
Documentation

v4.8.2

Compare Source

Bug Fixes

v4.8.1

Compare Source

Bug Fixes
  • generic: Update the FastAPI install on genric module doctest samples (#​686) (5216b02)
  • mssql: use glob to find mssql-tools folder since it moves (#​685) (4912725), closes #​666
  • wait_for_logs can now fail early when the container stops (#​682) (925329d)
Documentation
  • Add a more advance usecase documentation for ServerContainer (#​688) (2cf5a9f)

v4.8.0

Compare Source

Features
Bug Fixes
  • Add Db2 support (#​673) (1e43923)
  • bring back cassandra driver bc otherwise how does it get installed for cassandra module test run? (#​680) (71c3a1a)
  • rabbitmq: add vhost as parameter to RabbitMqContainer (#​656) (fa2081a)
  • selenium: add Arg/Options to api of selenium container (#​654) (e02c1b3), closes #​652

v4.7.2

Compare Source

Bug Fixes

v4.7.1

Compare Source

Bug Fixes

v4.7.0

Compare Source

Features
  • core: Add support for ollama module (#​618) (5442d05)
  • core: Added Generic module (#​612) (e575b28)
  • core: allow custom dockerfile path for image build and bypassing build cache (#​615) (ead0f79), closes #​610
  • core: DockerCompose.stop now stops only services that it starts (does not stop the other services) (#​620) (e711800)
Bug Fixes
Documentation
  • contributing: add contribution and new-container guide (#​460) (3519f4b)

v4.6.0

Compare Source

Features
Bug Fixes
Documentation

v4.5.1

Compare Source

Bug Fixes
  • k3s: add configuration parameter for disabling cgroup mount to avoid "unable to apply cgroup configuration" (#​592) (8917772)
  • keycloak: realm import (#​584) (111bd09)

v4.5.0

Compare Source

Features
Bug Fixes
  • added types to exec & tc_properties_get_tc_host (#​561) (9eabb79)
  • on windows, DockerCompose.get_service_host returns an unusable "0.0.0.0" - adjust to 127.0.0.1 (#​457) (2aa3d37)

v4.4.1

Compare Source

Bug Fixes

v4.4.0

Compare Source

Features
Bug Fixes
  • core: #​486 for colima delay for port avail for connect (#​543) (90bb780)
  • core: add TESTCONTAINERS_HOST_OVERRIDE as alternative to TC_HOST (#​384) (8073874)
  • dependencies: remove usage of sqlalchemy in DB extras. Add default wait timeout for wait_for_logs (#​525) (fefb9d0)
  • tests for Kafka container running on ARM64 CPU (#​536) (29b5179)

v4.3.3

Compare Source

Bug Fixes

v4.3.2

Compare Source

Bug Fixes
  • core: Improve typing for common container usage scenarios (#​523) (d5b8553)
  • core: make config editable to avoid monkeypatching.1 (#​532) (3be6da3)
  • vault: add support for HashiCorp Vault container (#​366) (1326278)

v4.3.1

Compare Source

Bug Fixes
  • core: env vars not being respected due to constructor call (#​524) (4872ea5), closes #​521
  • Pin MongoDB images and improve test coverage for maintained versions (#​448) (b5c7a1b)

v4.3.0

Compare Source

Features
  • client: Add custom User-Agent in Docker client as tc-python/<version> (#​507) (dd55082)
Bug Fixes
  • Add CassandraContainer (#​476) (507e466)
  • add chroma container (#​515) (0729bf4)
  • Add Weaviate module (#​492) (90762e8)
  • cassandra: make cassandra dependency optional/test-only (#​518) (bddbaeb)
  • core: allow setting docker command path for docker compose (#​512) (63fcd52)
  • google: add support for Datastore emulator (#​508) (3d891a5)
  • Improved Oracle DB module (#​363) (6e6d8e3)
  • inconsistent test runs for community modules (#​497) (914f1e5)
  • kafka: Add redpanda testcontainer module (#​441) (451d278)
  • kafka: wait_for_logs in kafka container to reduce lib requirement (#​377) (909107b)
  • keycloak: container should use dedicated API endpoints to determine container readiness (#​490) (2e27225)
  • nats: Client-Free(ish) NATS container (#​462) (302c73d)
  • new: add a new Docker Registry test container (#​389) (0f554fb)
  • pass doctests, s/doctest/doctests/, run them in gha, s/asyncpg/psycopg/ in doctest, fix keycloak flakiness: wait for first user (#​505) (545240d)
  • pass updated keyword args to Publisher/Subscriber client in google/pubsub #​161 (#​164) (8addc11)
  • Qdrant module (#​463) (e8876f4)
  • remove accidentally added pip in dev dependencies (#​516) (dee20a7)
  • ryuk: Enable Ryuk test suite. Ryuk image 0.5.1 -> 0.7.0. Add RYUK_RECONNECTION_TIMEOUT env variable (#​509) (472b2c2)

v4.2.0

Features
Bug Fixes

v4.1.0

Compare Source

Features
  • reliability: integrate the ryuk container for better container cleanup (#​314) (d019874)
Bug Fixes
  • changelog after release-please (#​469) (dcb4f68)
  • configuration: strip whitespaces when reading .testcontainers.properties (#​474) (ade144e)
  • try to fix release-please by setting a bootstrap sha (#​472) (ca65a91)

v4.0.1

Compare Source

Features
  • postgres: Remove SqlAlchemy dependency from postgres container (#​445) (f30eb1d)
Bug Fixes

v4.0.0

Compare Source

⚠ BREAK

Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch 3 times, most recently from 3ac9fdb to c9d2cac Compare March 11, 2024 15:02
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch 4 times, most recently from 7904914 to 18ee55d Compare March 24, 2024 17:49
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch 3 times, most recently from db137a4 to f2bed28 Compare April 8, 2024 10:40
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch from f2bed28 to eb24783 Compare April 9, 2024 16:03
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch from eb24783 to 9e0075a Compare April 17, 2024 11:54
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch from 9e0075a to 15663da Compare April 27, 2024 12:47
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch from 15663da to 1204813 Compare May 14, 2024 10:37
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch 2 times, most recently from cbb05bd to 6cdcc22 Compare May 31, 2024 09:39
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch from 6cdcc22 to 0a48c25 Compare June 8, 2024 12:21
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch from 0a48c25 to fe70e54 Compare June 20, 2024 13:53
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch 2 times, most recently from e46cc2b to 55d02d7 Compare July 2, 2024 15:42
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch from 55d02d7 to a2c8212 Compare July 6, 2024 04:47
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch from a2c8212 to 7733a5c Compare July 15, 2024 21:27
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch 3 times, most recently from f1d9969 to 4feb5b3 Compare August 17, 2024 07:20
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch 2 times, most recently from 4727f0c to 9be699f Compare September 7, 2024 21:37
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch from 9be699f to 0743cff Compare September 21, 2024 07:59
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch from 0743cff to 043925d Compare October 5, 2024 04:14
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch 2 times, most recently from d312735 to 33fc8c6 Compare October 19, 2024 06:05
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch from 33fc8c6 to 977e077 Compare October 26, 2024 03:48
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch from 977e077 to 7856627 Compare December 10, 2024 19:55
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch 2 times, most recently from a66b219 to e3b560e Compare January 26, 2025 12:44
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch from e3b560e to e39096e Compare March 5, 2025 16:10
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch from e39096e to c067659 Compare April 4, 2025 20:05
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch 2 times, most recently from ab992e9 to 0c9c073 Compare June 16, 2025 20:55
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch from 0c9c073 to f36368f Compare July 21, 2025 23:08
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch from f36368f to 2874672 Compare September 9, 2025 17:58
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch from 2874672 to fae97c2 Compare September 25, 2025 01:54
@renovate renovate bot force-pushed the renovate/testcontainers-4.x branch from fae97c2 to 68e3272 Compare October 8, 2025 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants