Skip to content

Commit fad6644

Browse files
committed
Update changelog for 1.5.0 release
1 parent 87b8501 commit fad6644

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
## UNRELEASED
4+
## [1.5.0] - 2017-12-12
55
### Fixed
6-
- Problems with using container based docker-compose on Windows ([\#514](https://github.com/testcontainers/testcontainers-java/pull/514))
7-
- Problems with copying files on Windows ([\#514](https://github.com/testcontainers/testcontainers-java/pull/514))
6+
- Fixed problems with using container based docker-compose on Windows ([\#514](https://github.com/testcontainers/testcontainers-java/pull/514))
7+
- Fixed problems with copying files on Windows ([\#514](https://github.com/testcontainers/testcontainers-java/pull/514))
88
- Fixed regression in 1.4.3 when using Docker Compose on Windows ([\#439](https://github.com/testcontainers/testcontainers-java/issues/439))
9-
- Fixed local Docker Compose executable name resolution on Windows (#416)
10-
- Fixed TAR composition on Windows (#444)
11-
- Allowing `addExposedPort` to be used after ports have been specified with `withExposedPorts` (#453)
12-
- Stopping creation of temporary directory prior to creating temporary file (#443)
13-
- Ensure that temp files are created in a temp directory (#423)
9+
- Fixed local Docker Compose executable name resolution on Windows ([\#416](https://github.com/testcontainers/testcontainers-java/issues/#416))
10+
- Fixed TAR composition on Windows ([\#444](https://github.com/testcontainers/testcontainers-java/issues/#444))
11+
- Allowing `addExposedPort` to be used after ports have been specified with `withExposedPorts` ([\#453](https://github.com/testcontainers/testcontainers-java/issues/#453))
12+
- Stopping creation of temporary directory prior to creating temporary file ([\#443](https://github.com/testcontainers/testcontainers-java/issues/#443))
13+
- Ensure that temp files are created in a temp directory ([\#423](https://github.com/testcontainers/testcontainers-java/issues/#423))
1414
- Added `WaitAllStrategy` as a mechanism for composing multiple startup `WaitStrategy` objects together
15-
- Changed `BrowserWebDriverContainer` to use improved wait strategies, to eliminate race conditions when starting VNC recording containers. This should lead to far fewer 'error' messages logged when starting up selenium containers, and less exposure to race related bugs (fixes #466).
15+
- Changed `BrowserWebDriverContainer` to use improved wait strategies, to eliminate race conditions when starting VNC recording containers. This should lead to far fewer 'error' messages logged when starting up selenium containers, and less exposure to race related bugs (fixes [\#466](https://github.com/testcontainers/testcontainers-java/issues/#466)).
16+
- Add retry logic around checkExposedPort pre-flight check for improved robustness.
1617

1718
### Changed
1819
- Make Network instances reusable (i.e. work with `@ClassRule`) ([\#469](https://github.com/testcontainers/testcontainers-java/issues/469))
@@ -358,6 +359,8 @@ All notable changes to this project will be documented in this file.
358359
## [0.9] - 2015-04-29
359360
Initial release
360361

362+
[1.4.2]: https://github.com/testcontainers/testcontainers-java/releases/tag/1.5.0
363+
[1.4.2]: https://github.com/testcontainers/testcontainers-java/releases/tag/1.4.3
361364
[1.4.2]: https://github.com/testcontainers/testcontainers-java/releases/tag/1.4.2
362365
[1.4.1]: https://github.com/testcontainers/testcontainers-java/releases/tag/1.4.1
363366
[1.4.0]: https://github.com/testcontainers/testcontainers-java/releases/tag/1.4.0

0 commit comments

Comments
 (0)