Skip to content

Releases: avast/gradle-docker-compose-plugin

Support for scale

20 May 21:29

Choose a tag to compare

The main change is support for scaling, see #75. So one servicedefined in Compose file can be backed by more containers. This required changes in public API but all these changes was made in backward-compatible way.

Big thanks to @andrcuns for his contribution!

Support --remove-orphans option

13 May 18:39

Choose a tag to compare

Merge pull request #73 from alexarana/master

Support --remove-orphans option

Specify a default timeout when running docker-compose stop

08 May 16:12

Choose a tag to compare

Merge pull request #69 from civitaslearning/master

Specify a default timeout when running docker-compose stop

Fallback to localhost hostname if DOCKER_HOST doesn't contain hostname

05 May 15:03

Choose a tag to compare

Merge pull request #71 from avast/FallbackToLocalhostHostname

Fallback to localhost hostname if DOCKER_HOST doesn't contain hostname

Allow to specify Docker Compose working directory

01 May 15:39

Choose a tag to compare

Merge pull request #68 from civitaslearning/master

Support supplying an optional param to specify Docker Compose working directory

Use DOCKER_HOST from specified environment

26 Apr 06:23

Choose a tag to compare

0.3.23

Merge pull request #66 from double16/use-DOCKER_HOST-from-specified-e…

Don't accept unhealthy state when waiting for container

15 Mar 14:47

Choose a tag to compare

Merge pull request #64 from avast/DontAcceptUnhealtyStatus

Don't accept unhealthy state Fixes #63

Fix commands execution

03 Mar 16:29

Choose a tag to compare

Merge pull request #62 from avast/FixCommandsExecution

Fix commands execution

Allow to specify path to docker-compose executable

03 Feb 08:47

Choose a tag to compare

Merge pull request #59 from Kazaag/master

Allow to specify location of the docker-compose executable

Fix docker-compose version reading

01 Feb 16:48

Choose a tag to compare

0.3.19

fix version reading