Skip to content

Latest commit

 

History

History
111 lines (72 loc) · 3.85 KB

CHANGELOG.md

File metadata and controls

111 lines (72 loc) · 3.85 KB

Change Log

2.9.0

  • DMP Issue 50 Bug: Container port ordering was reversed.
  • DMP Issue 51 Enhancement: ability to set container name.
  • DMP Issue 54 Problems with port forwarding on Windows.
  • DJO Pull 25 Added support for src/main/docker/docker.yml as a single global configuration file.
  • DJO Pull 26 Enhancement: Added test for a new configuration property enable which allows you to disabled/enabled containers.
  • Other: removed un-needed code.

2.8.3

  • Skip boot2docker if Unix.
  • Added permissionErrorTolerant flag to deal with CircleCI btrfs errors.
  • Migrated to CircleCI.

2.7.0

  • Java 1.7
  • DJO Pull 22 Container logs are printed on error.

2.6.0

  • Updated to docker-java 1.2.0.
  • Can now filter definitions using DefinitionFilter, e.g. to exclude some images from creation.

2.5.0

  • Do not treat files in src/main/docker as containers, only directories.
  • Made validation more tolerant to property filtering.
  • Fixed bug so that images are no longer removed by default.
  • Added ability to "quiet" builds.
  • Fixed bug where images were always rebuilt.
  • Added ability to sleep on starting a container.

2.4.0

  • Added the ability to verify the body of a ping health-check.
  • DJO Issue 17 Can disable filtering on "added" properties.
  • DJO Pull 18 Added ability to validate your Dockerfiles.
  • Exposed DockerOrchestrator.builder() to make it easier to build it.

2.3.1

  • Fix splitting of tag name when tag contains port declaration for non-default registry.

2.3.0

  • DJO Pull 15 Add method to get ID addresses.
  • Changed to Apache 2.0 licence.
  • DJO Issue 32 Added support for private repositories.

2.2.0

  • Provide a plugin system, and a boot2docker plugin that sets up port fowarding automatically.
  • DJO Issue 30 Use version of docker-java that supports SSL.
  • Improved error reporting on push.

2.1.0

  • Fixed bug preventing correct linking of containers.
  • DMP Issue 26 Support for link alias.
  • Forcibly delete images.

2.0.2

2.0.1

2.0.0

1.4.0

  • Support disabling of image caching.

1.3.1

  • Fix issue with logging binary to console.

1.3.0

  • Tag images.

1.2.0

  • Remove intermediate containers.
  • Support Windows.

1.1.0

  • Pings containers to see if they are up before returning.
  • Added a method the see if the container group is running.
  • Will not attempt to start a running container (more idempotent).
  • Fixed bug whereby the wrong container may be started.

1.0.2

  • First release.