Docker Compose Rule Versions Save

A JUnit rule to manage docker containers using docker-compose

2.3.0

2 months ago
Type Description Link
Fix Use Docker Compose v2 by default when constructing a DockerComposeExecutable explicitly. https://github.com/palantir/docker-compose-rule/pull/744

2.2.0

3 months ago
Type Description Link
Improvement Project names are no longer validation. Any value can be used for a project name. https://github.com/palantir/docker-compose-rule/pull/741

2.1.0

3 months ago
Type Description Link
Improvement Include lastException as cause when docker-compose up fails https://github.com/palantir/docker-compose-rule/pull/732

2.0.0

1 year ago
Type Description Link
Break Enable docker-compose v2 by default https://github.com/palantir/docker-compose-rule/pull/729

1.9.0

1 year ago
Type Description Link
Feature docker-compose-rule now adds (opt in) support for docker-compose v2 https://github.com/palantir/docker-compose-rule/pull/722

1.8.0

2 years ago
Type Description Link
Fix Map port range mappings from docker ps output. https://github.com/palantir/docker-compose-rule/pull/695

1.7.0

2 years ago
Type Description Link
Fix Use newer version of conjure-java-runtime that exists on maven central. https://github.com/palantir/docker-compose-rule/pull/618

1.6.0

3 years ago

Automated release, no documented user facing changes

1.5.0

4 years ago
Type Description Link
Improvement Add option to omit the project name https://github.com/palantir/docker-compose-rule/pull/495

1.4.2

4 years ago
Type Description Link
Fix Fix parsing of docker-compose output

Set the COLUMNS environment variable to an artificially large value for the docker-compose process. This works around newer versions of docker-compose (at least 1.25.0-rc4+) which adjust their output based on the width of the terminal.
https://github.com/palantir/docker-compose-rule/pull/424