Skip to content

Releases: avast/gradle-docker-compose-plugin

Improved services listing

03 Jan 08:19
Compare
Choose a tag to compare

If using Docker Compose 1.6.0+(one year old) then docker-compose config --services command is used for services names listing.

Otherwise, standard Docker Compose files are manually searched in parent directories as well (as docker-compose does).

Pull task

19 Dec 21:13
Compare
Choose a tag to compare
Merge pull request #51 from double16/composepull

Add ComposePull task Closes #30 #40

Publishing to Gradle Portal fixed

30 Nov 19:13
Compare
Choose a tag to compare
0.3.15

Merge branch 'PublishToPluginPortal'

Plugin added to Gradle Portal

30 Nov 19:10
Compare
Choose a tag to compare
Merge pull request #49 from avast/PublishToPluginPortal

Publish to plugin portal

Allow to capture output of containers

09 Oct 17:07
Compare
Choose a tag to compare
Merge pull request #46 from avast/CaptureContainerOutput

Optionally capture output of all containers and send it to Gradle output

Execute compilation before Docker Compose

04 Oct 06:53
Compare
Choose a tag to compare

If isRequiredBy is invoked then the plugin ensures (using shouldRunBefore) that compilation tasks are executed before composeUp. This solves #38 when composeUp task is executed even if the compilation failed.

Correct waiting for ports on Mac and Windows

29 Sep 18:25
Compare
Choose a tag to compare

The Docker for Windows/Mac opens exposed TCP ports immediately so the naive waiting for open port didn't work correctly. This release fixes this issue.

Correct waiting for ports on Windows

29 Sep 11:01
Compare
Choose a tag to compare
Merge pull request #43 from avast/UseDockerDirectlyOnWindows

Improve testing of port accessibility directly on Windows

Tested in multiple Docker versions

05 Sep 19:36
Compare
Choose a tag to compare
Merge pull request #41 from avast/TestMultipleVersions

Test in multiple Docker versions Fixes #32

Support for Docker For Windows

28 Jul 11:29
Compare
Choose a tag to compare
Merge pull request #39 from avast/SupportDockerForWindows

Support for Docker For Windows