Skip to content

Commit b60329c

Browse files
chore: release v0.14.0 (#434)
## 🤖 New release * `testcontainers-modules`: 0.13.0 -> 0.14.0 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.13.0] - 2025-08-27 ### Documentation - Complete doc string for mongodb usage ([#375](#375)) - Complete doc comments for confluents kafka image ([#376](#376)) - Complete doc-comment for dynamodb ([#378](#378)) - Complete doc comments for confluents ElasticMQ image ([#379](#379)) - Complete doc comments for nats' images ([#383](#383)) - Complete doc comments for k3s images ([#381](#381)) - Complete doc comments for elasticsearch image ([#380](#380)) - Complete doc comments for the parity image ([#384](#384)) - Complete doc comments for orientdb images ([#382](#382)) - Complete doc comment for minio ([#377](#377)) - Complete doc comments for the google_cloud_sdk_emulators image ([#385](#385)) - Add a docstring for the last missing function `Consul::with_local_config` ([#386](#386)) ### Features - [**breaking**] Update testcontainers to 0.25.0 ([#388](#388)) ### Miscellaneous Tasks - Update redis requirement from 0.29.0 to 0.32.2 ([#362](#362)) - Update async-nats requirement from 0.41.0 to 0.42.0 ([#360](#360)) - Update lapin requirement from 2.3.1 to 3.0.0 ([#359](#359)) - Update arrow-flight requirement from 55.1.0 to 56.0.0 ([#374](#374)) - Update rdkafka requirement from 0.37.0 to 0.38.0 ([#365](#365)) - Update meilisearch-sdk requirement from 0.28.0 to 0.29.1 ([#370](#370)) - Update azure_core to 0.27.0 ([#390](#390)) <!-- generated by git-cliff --> </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eb596e3 commit b60329c

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,30 @@ All notable changes to this project will be documented in this file.
536536
<!-- generated by git-cliff -->
537537
## [unreleased]
538538

539+
## [0.14.0] - 2025-12-01
540+
541+
### Bug Fixes
542+
543+
- `OpenLDAP` docker image reference ([#408](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/408))
544+
- Switch `Zookeeper` image from bitnami to bitnamilegacy ([#431](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/431))
545+
546+
### Features
547+
548+
- Support state saving and loading in Foundry Anvil image ([#396](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/396))
549+
- Exposing necessary Kafka consts in both Apache and Confluent Kafka ([#409](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/409))
550+
- Comprehensive documentation and API improvements ([#429](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/429))
551+
- Add selenium module ([#432](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/432))
552+
- [**breaking**] Update `testcontainers` to `0.26` ([#433](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/433))
553+
554+
### Miscellaneous Tasks
555+
556+
- Use re-exported bollard from testcontainers to avoid collisions ([#394](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/394))
557+
- Update test dependencies ([#395](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/395))
558+
- Bump pinned localstack tag to 4.5 ([#363](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/363))
559+
- Update MSRV to 1.88
560+
561+
<!-- generated by git-cliff -->
562+
539563
### Documentation
540564

541565
- Fix link to logo

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "testcontainers-modules"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
description = "Community maintained modules for Testcontainers for Rust"
55
categories = ["development-tools::testing"]
66
edition = "2021"

0 commit comments

Comments
 (0)