Skip to content

Commit 94b4400

Browse files
chore(main): release testcontainers 5.0.0
1 parent 5758310 commit 94b4400

File tree

3 files changed

+53
-2
lines changed

3 files changed

+53
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.1.0"
2+
".": "5.0.0"
33
}

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,56 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/max-pfeiffer/testcontainers-python/compare/testcontainers-v4.1.0...testcontainers-v5.0.0) (2024-03-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **compose:** implement compose v2 with improved typing ([#426](https://github.com/max-pfeiffer/testcontainers-python/issues/426))
9+
* **core:** add support for `tc.host` and de-prioritise `docker:dind` ([#388](https://github.com/max-pfeiffer/testcontainers-python/issues/388))
10+
11+
### Features
12+
13+
* **build:** use poetry and organise modules ([#408](https://github.com/max-pfeiffer/testcontainers-python/issues/408)) ([6c69583](https://github.com/max-pfeiffer/testcontainers-python/commit/6c695835520bdcbf9824e8cefa00f7613d2a7cb9))
14+
* **compose:** allow running specific services in compose ([f61dcda](https://github.com/max-pfeiffer/testcontainers-python/commit/f61dcda8bd7ea329cd3c836b6d6e2f0bd990335d))
15+
* **compose:** implement compose v2 with improved typing ([#426](https://github.com/max-pfeiffer/testcontainers-python/issues/426)) ([5356caf](https://github.com/max-pfeiffer/testcontainers-python/commit/5356caf2de056313a5b3f2805ed80e6a23b027a8))
16+
* **core:** add support for `tc.host` and de-prioritise `docker:dind` ([#388](https://github.com/max-pfeiffer/testcontainers-python/issues/388)) ([2db8e6d](https://github.com/max-pfeiffer/testcontainers-python/commit/2db8e6d123d42b57309408dd98ba9a06acc05c4b))
17+
* **postgres:** Remove SqlAlchemy dependency from postgres container ([#445](https://github.com/max-pfeiffer/testcontainers-python/issues/445)) ([f30eb1d](https://github.com/max-pfeiffer/testcontainers-python/commit/f30eb1d4c98d3cc20582573b5def76d533a38b80))
18+
* **redis:** support AsyncRedisContainer ([#442](https://github.com/max-pfeiffer/testcontainers-python/issues/442)) ([cc4cb37](https://github.com/max-pfeiffer/testcontainers-python/commit/cc4cb3762802dc75b0801727d8b1f1a1c56b7f50))
19+
* **release:** automate release via release-please ([#429](https://github.com/max-pfeiffer/testcontainers-python/issues/429)) ([30f859e](https://github.com/max-pfeiffer/testcontainers-python/commit/30f859eb1535acd6e93c331213426e1319ee9a47))
20+
* **reliability:** integrate the ryuk container for better container cleanup ([#314](https://github.com/max-pfeiffer/testcontainers-python/issues/314)) ([d019874](https://github.com/max-pfeiffer/testcontainers-python/commit/d0198744c3bdc97a7fe41879b54acb2f5ee7becb))
21+
* support influxdb ([#413](https://github.com/max-pfeiffer/testcontainers-python/issues/413)) ([13742a5](https://github.com/max-pfeiffer/testcontainers-python/commit/13742a5dc448c80914953c21f8f2b01177c3fa6c))
22+
23+
24+
### Bug Fixes
25+
26+
* Added URLError to exceptions to wait for in elasticsearch ([0f9ad24](https://github.com/max-pfeiffer/testcontainers-python/commit/0f9ad24f2c0df362ee15b81ce8d7d36b9f98e6e1))
27+
* **arangodb:** tests to pass on ARM CPUs - change default image to 3.11.x where ARM image is published ([#479](https://github.com/max-pfeiffer/testcontainers-python/issues/479)) ([7b58a50](https://github.com/max-pfeiffer/testcontainers-python/commit/7b58a50f3a8703c5d5e974a4ff20bc8e52ae93c8))
28+
* **build:** add `pre-commit` as a dev dependency to simplify local dev and CI ([#438](https://github.com/max-pfeiffer/testcontainers-python/issues/438)) ([1223583](https://github.com/max-pfeiffer/testcontainers-python/commit/1223583d8fc3a1ab95441d82c7e1ece57f026fbf))
29+
* **build:** early exit strategy for modules ([#437](https://github.com/max-pfeiffer/testcontainers-python/issues/437)) ([7358b49](https://github.com/max-pfeiffer/testcontainers-python/commit/7358b4919c1010315a384a8f0fe2860e5a0ca6b4))
30+
* changed files breaks on main ([#422](https://github.com/max-pfeiffer/testcontainers-python/issues/422)) ([3271357](https://github.com/max-pfeiffer/testcontainers-python/commit/32713578dcf07f672a87818e00562b58874b4a52))
31+
* changelog after release-please ([#469](https://github.com/max-pfeiffer/testcontainers-python/issues/469)) ([dcb4f68](https://github.com/max-pfeiffer/testcontainers-python/commit/dcb4f6842cbfe6e880a77b0d4aabb3f396c6dc19))
32+
* **clickhouse:** clickhouse waiting ([#428](https://github.com/max-pfeiffer/testcontainers-python/issues/428)) ([902a5a3](https://github.com/max-pfeiffer/testcontainers-python/commit/902a5a3d5112317782db6a9a91d9fc4bfe5701af))
33+
* Close docker client when stopping the docker container ([#380](https://github.com/max-pfeiffer/testcontainers-python/issues/380)) ([efb1683](https://github.com/max-pfeiffer/testcontainers-python/commit/efb16832dc0be75014c7388f9b241ae0be36ddd4))
34+
* **configuration:** strip whitespaces when reading .testcontainers.properties ([#474](https://github.com/max-pfeiffer/testcontainers-python/issues/474)) ([ade144e](https://github.com/max-pfeiffer/testcontainers-python/commit/ade144ee2888d4044ac0c1dc627f47da92789e06))
35+
* **core:** DinD issues [#141](https://github.com/max-pfeiffer/testcontainers-python/issues/141), [#329](https://github.com/max-pfeiffer/testcontainers-python/issues/329) ([#368](https://github.com/max-pfeiffer/testcontainers-python/issues/368)) ([b10d916](https://github.com/max-pfeiffer/testcontainers-python/commit/b10d916848cccc016fc457333f7b382b18a7b3ef))
36+
* **core:** raise an exception when docker compose fails to start [#258](https://github.com/max-pfeiffer/testcontainers-python/issues/258) ([#485](https://github.com/max-pfeiffer/testcontainers-python/issues/485)) ([d61af38](https://github.com/max-pfeiffer/testcontainers-python/commit/d61af383def6eadcd7f2b5ba667eb587c6cc84f1))
37+
* failing tests for elasticsearch on machines with ARM CPU ([#454](https://github.com/max-pfeiffer/testcontainers-python/issues/454)) ([701b23a](https://github.com/max-pfeiffer/testcontainers-python/commit/701b23a7a0e4632db13e29c52141f9efc67467a1))
38+
* flaky garbage collection resulting in testing errors ([#423](https://github.com/max-pfeiffer/testcontainers-python/issues/423)) ([b535ea2](https://github.com/max-pfeiffer/testcontainers-python/commit/b535ea255bcaaa546f8cda7b2b17718c1cc7f3ca))
39+
* go back to 4.0.1 ([#465](https://github.com/max-pfeiffer/testcontainers-python/issues/465)) ([1ac8c24](https://github.com/max-pfeiffer/testcontainers-python/commit/1ac8c24d58e93ead951342dcc36e6f8cee2b5fa7))
40+
* **keycloak:** tests on aarch64, use image from [jboss -> quay], change supported version [16+ -> 18+] ([#480](https://github.com/max-pfeiffer/testcontainers-python/issues/480)) ([5758310](https://github.com/max-pfeiffer/testcontainers-python/commit/5758310532b8a8e1303a24bc534fa8aeb0f75eb2))
41+
* **mongodb:** waiting for container to start (it was not waiting at all before?) ([#461](https://github.com/max-pfeiffer/testcontainers-python/issues/461)) ([2c4f171](https://github.com/max-pfeiffer/testcontainers-python/commit/2c4f171b001f0c45ff84199adf419c7a70ed81c5))
42+
* rabbitmq readiness probe ([#375](https://github.com/max-pfeiffer/testcontainers-python/issues/375)) ([71cb75b](https://github.com/max-pfeiffer/testcontainers-python/commit/71cb75b281df55ece4d5caf5d487059a7f38c34f))
43+
* **release:** prove that the release process updates the version ([#444](https://github.com/max-pfeiffer/testcontainers-python/issues/444)) ([87b5873](https://github.com/max-pfeiffer/testcontainers-python/commit/87b5873c1ec3a3e4e74742417d6068fa86cf1762))
44+
* test linting issue ([427c9b8](https://github.com/max-pfeiffer/testcontainers-python/commit/427c9b841c2f6f516ec6cb74d5bd2839cb1939f4))
45+
* try to fix release-please by setting a bootstrap sha ([#472](https://github.com/max-pfeiffer/testcontainers-python/issues/472)) ([ca65a91](https://github.com/max-pfeiffer/testcontainers-python/commit/ca65a916b719168c57c174d2af77d45fd026ec05))
46+
* unclosed socket warning in db containers ([#378](https://github.com/max-pfeiffer/testcontainers-python/issues/378)) ([cd90aa7](https://github.com/max-pfeiffer/testcontainers-python/commit/cd90aa7310142059cb00f66bbc3693aedf5ddcb2))
47+
* Update the copyright header for readthedocs ([#341](https://github.com/max-pfeiffer/testcontainers-python/issues/341)) ([5bef18a](https://github.com/max-pfeiffer/testcontainers-python/commit/5bef18a51360a2d74ba393f86b753abdf9ec5636))
48+
49+
50+
### Documentation
51+
52+
* Sphinx - Add title to each doc page ([#443](https://github.com/max-pfeiffer/testcontainers-python/issues/443)) ([750e12a](https://github.com/max-pfeiffer/testcontainers-python/commit/750e12a41172ce4aaf045c61dec33d318dc3c2f6))
53+
354
## [4.1.0](https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.0.1...testcontainers-v4.1.0) (2024-03-19)
455

556

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "testcontainers"
3-
version = "4.1.0" # auto-incremented by release-please
3+
version = "5.0.0" # auto-incremented by release-please
44
description = "Python library for throwaway instances of anything that can run in a Docker container"
55
authors = ["Sergey Pirogov <automationremarks@gmail.com>"]
66
maintainers = [

0 commit comments

Comments
 (0)