From 1ef01937a532219fe91e76cabb2efa75505ca4e7 Mon Sep 17 00:00:00 2001 From: Richard North Date: Sun, 12 Mar 2017 20:58:35 +0000 Subject: [PATCH] Update CHANGELOG for 1.2.0 release: ## [1.2.0] - 2017-03-12 ### Fixed - Fix various escaping issues that may arise when paths contain spaces (#263, #279) - General documentation fixes/improvements (#300, #303, #304) - Improve reliability of `ResourceReaper` when there are a large number of containers returned by `docker ps -a` (#295) ### Changed - Support Docker for Windows via TCP socket connection (#291, #297, #309). _Note that Docker Compose is not yet supported under Docker for Windows (see #306) - Expose `docker-java`'s `CreateContainerCmd` API for low-level container tweaking (#301) - Shade `org.newsclub` and Guava dependencies (#299, #292) - Add `org.testcontainers` label to all containers created by Testcontainers (#294) --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cfe609a8a6..d32dfbcb781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log All notable changes to this project will be documented in this file. +## [1.2.0] - 2017-03-12 +### Fixed +- Fix various escaping issues that may arise when paths contain spaces (#263, #279) +- General documentation fixes/improvements (#300, #303, #304) +- Improve reliability of `ResourceReaper` when there are a large number of containers returned by `docker ps -a` (#295) + +### Changed +- Support Docker for Windows via TCP socket connection (#291, #297, #309). _Note that Docker Compose is not yet supported under Docker for Windows (see #306) +- Expose `docker-java`'s `CreateContainerCmd` API for low-level container tweaking (#301) +- Shade `org.newsclub` and Guava dependencies (#299, #292) +- Add `org.testcontainers` label to all containers created by Testcontainers (#294) + ## [1.1.9] - 2017-02-12 ### Fixed - Fix inability to run Testcontainers on Alpine linux. Unix-socket-over-TCP is now used in linux environments where netty fails due to lack of glibc libraries (#290) @@ -243,6 +255,9 @@ All notable changes to this project will be documented in this file. ## [0.9] - 2015-04-29 Initial release +[1.2.0]: https://github.com/testcontainers/testcontainers-java/releases/tag/testcontainers-1.2.0 +[1.1.9]: https://github.com/testcontainers/testcontainers-java/releases/tag/testcontainers-1.1.9 +[1.1.8]: https://github.com/testcontainers/testcontainers-java/releases/tag/testcontainers-1.1.8 [1.1.7]: https://github.com/testcontainers/testcontainers-java/releases/tag/testcontainers-1.1.7 [1.1.6]: https://github.com/testcontainers/testcontainers-java/releases/tag/testcontainers-1.1.6 [1.1.5]: https://github.com/testcontainers/testcontainers-java/releases/tag/testcontainers-1.1.5