Skip to content

Commit 8840e4d

Browse files
chore: release v0.15.0 (#446)
## 🤖 New release * `testcontainers-modules`: 0.14.0 -> 0.15.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 59cc33f commit 8840e4d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

539+
## [0.15.0] - 2026-02-21
540+
541+
### Bug Fixes
542+
543+
- Ready condition in ClickHouse ([#441](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/441))
544+
545+
### Features
546+
547+
- Add RustFS module ([#444](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/444))
548+
- [**breaking**] Update testcontainers to `0.27` ([#445](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/445))
549+
550+
### Miscellaneous Tasks
551+
552+
- Expose compile feature to pass through testcontainers/ring or aws-lc-rs ([#442](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/442))
553+
554+
<!-- generated by git-cliff -->
555+
539556
## [0.14.0] - 2025-12-01
540557

541558
### Bug Fixes

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.14.0"
3+
version = "0.15.0"
44
description = "Community maintained modules for Testcontainers for Rust"
55
categories = ["development-tools::testing"]
66
edition = "2021"

0 commit comments

Comments
 (0)