Skip to content

Releases: avast/gradle-docker-compose-plugin

Don't wait for open TCP ports of services that haven't been started

09 Nov 15:07

Choose a tag to compare

Improved logging when Up fails

09 Nov 07:02

Choose a tag to compare

0.6.3

log potential exception in "up" task (#119)

Support for --exit-code-from parameter and custom parameters when calling docker-compose up

30 Oct 15:55
0238808

Choose a tag to compare

0.6.2

Support for --exit-code-from parameter and custom parameters when cal…

Support for natural syntax to access nested settings

26 Oct 18:18

Choose a tag to compare

Better nested settings access (#116)

allow to access the nested settings using natural syntax

Multiple ComposeUp/ComposeDown tasks

23 Oct 09:14

Choose a tag to compare

Support for nested configurations - each nested configuration creates a new set of tasks (demanded in #36)

isRequiredBy now also ensures that environment variables and Java system properties are exposed (if possible).

Don't build services and will not be started

13 Oct 15:55

Choose a tag to compare

Minor improvement of container platform detection

11 Oct 12:46

Choose a tag to compare

0.5.8

more stable platform reading

Better platform detection

11 Oct 11:46

Choose a tag to compare

Older versions of Docker don't contain Platform field in the docker inspect output. We use docker info as a fallback.

Don't rely on default network name

10 Oct 10:12

Choose a tag to compare

Don't rely on default network name when checking network properties. Read the network driver instead.

Windows Containers support

10 Oct 09:23

Choose a tag to compare

The port binding on Windows Containers is handled properly now, see this for details.