Skip to content

Commit 03d534b

Browse files
chore: release v0.17.0 (#645)
## 🤖 New release * `testcontainers`: 0.16.7 -> 0.17.0 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.17.0] - 2024-05-26 ### Details #### Bug Fixes - Collect bridge IP address correctly ([#626](#626)) - Replace missed panics with `Result` ([#638](#638)) #### Features - Impl `Error` for `WaitError` ([#629](#629)) - [❗] Extend `exec` interface to return logs and exec code ([#631](#631)) - Ability to access container logs ([#633](#633)) - [❗] Switch to fallible API ([#636](#636)) - Make container and exec logs `Send`able ([#637](#637)) - Map container not found error to `eof` for container log streams ([#639](#639)) - Expose follow flag for `stdout` and `stderr` ([#640](#640)) - Add ability to read container logs into `Vec` ([#641](#641)) - [❗] Add container startup timeout with default of 1 minute ([#643](#643)) #### Miscellaneous Tasks - Fix clippy warning without features enabled ([#632](#632)) #### Refactor - [❗] Drop re-export of `CgroupnsMode` accessible through `core` ([#630](#630)) - [❗] Drop previously deprecated `get_host_ip_address` ([#628](#628)) - [❗] Return `PortNotExposed` error from `ContainerState::host_port_*` ([#644](#644)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 966221c commit 03d534b

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
@@ -2,6 +2,30 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.17.0] - 2024-05-26
6+
### Details
7+
#### Bug Fixes
8+
- Collect bridge IP address correctly ([#626](https://github.com/testcontainers/testcontainers-rs/pull/626))
9+
- Replace missed panics with `Result` ([#638](https://github.com/testcontainers/testcontainers-rs/pull/638))
10+
11+
#### Features
12+
- Impl `Error` for `WaitError` ([#629](https://github.com/testcontainers/testcontainers-rs/pull/629))
13+
- [] Extend `exec` interface to return logs and exec code ([#631](https://github.com/testcontainers/testcontainers-rs/pull/631))
14+
- Ability to access container logs ([#633](https://github.com/testcontainers/testcontainers-rs/pull/633))
15+
- [] Switch to fallible API ([#636](https://github.com/testcontainers/testcontainers-rs/pull/636))
16+
- Make container and exec logs `Send`able ([#637](https://github.com/testcontainers/testcontainers-rs/pull/637))
17+
- Map container not found error to `eof` for container log streams ([#639](https://github.com/testcontainers/testcontainers-rs/pull/639))
18+
- Expose follow flag for `stdout` and `stderr` ([#640](https://github.com/testcontainers/testcontainers-rs/pull/640))
19+
- Add ability to read container logs into `Vec` ([#641](https://github.com/testcontainers/testcontainers-rs/pull/641))
20+
- [] Add container startup timeout with default of 1 minute ([#643](https://github.com/testcontainers/testcontainers-rs/pull/643))
21+
22+
#### Miscellaneous Tasks
23+
- Fix clippy warning without features enabled ([#632](https://github.com/testcontainers/testcontainers-rs/pull/632))
24+
25+
#### Refactor
26+
- [] Drop re-export of `CgroupnsMode` accessible through `core` ([#630](https://github.com/testcontainers/testcontainers-rs/pull/630))
27+
- [] Drop previously deprecated `get_host_ip_address` ([#628](https://github.com/testcontainers/testcontainers-rs/pull/628))
28+
- [] Return `PortNotExposed` error from `ContainerState::host_port_*` ([#644](https://github.com/testcontainers/testcontainers-rs/pull/644))
529
## [0.16.7] - 2024-05-01
630
### Details
731
#### Bug Fixes

testcontainers/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"
3-
version = "0.16.7"
3+
version = "0.17.0"
44
categories = ["development-tools::testing"]
55
readme = "README.md"
66
authors.workspace = true

0 commit comments

Comments
 (0)