Skip to content

Releases: avast/gradle-docker-compose-plugin

Support custom container names

07 Jun 21:22
Compare
Choose a tag to compare

Add fallback to instance name regex for custom container names. It fixes #81 and #85.

Fixed usage of --remove-orphans

22 May 12:11
Compare
Choose a tag to compare

This option was used for docker-compose stop instead of docker-compose down.

Allow to use syntax shown in README

22 May 08:10
Compare
Choose a tag to compare
0.4.1

allow to use simplified syntax as shown in README

Support for scale

20 May 21:29
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Merge pull request #64 from avast/DontAcceptUnhealtyStatus

Don't accept unhealthy state Fixes #63