Skip to content

Releases: avast/gradle-docker-compose-plugin

nested method introduced

08 Apr 15:08
03e12df
Compare
Choose a tag to compare

The new nested method allows getting previously defined nested settings. This solves #289 so Kotlin users are able to access servicesInfo of a nested settings.

First release to Maven Central via GHA

22 Mar 15:47
Compare
Choose a tag to compare
0.14.2

fix: resolving '"host" network_mode is incompatible with port_binding…

--no-ansi flag deprecation handled

16 Mar 19:31
Compare
Choose a tag to compare

docker-compose deprecates --no-ansi flag since 1.28.0, --ansi flag should be used instead.

checkContainersRunning accepts restarting state

17 Dec 14:16
Compare
Choose a tag to compare

Until now, when a container was in any state except running, the plugin halted the up phase. Now, also restarting state is being accepted.

Dependencies not resolved when callling isRequiredBy

08 Oct 07:52
bf7f73d
Compare
Choose a tag to compare

isRequiredBy resolved dependencies at configuration time (report: #263). This was fixed by #264

new composeAdditionalArgs configuration added

16 Sep 13:44
0ba74fa
Compare
Choose a tag to compare
0.13.3

add composeAdditionalArgs configuration to support for setting more […

isRequiredBy covariant with Task

18 Aug 14:38
Compare
Choose a tag to compare

This fixes usability when using Kotlin for Gradle scripts, issue described in #251

Log when composeDown is no-op

18 Aug 14:01
Compare
Choose a tag to compare
feat: log when composeDown is no-op

Closes #252

Gradle 6.x

10 Jul 14:12
Compare
Choose a tag to compare
0.13.0

chore(deps): update dependency gradle to v6

Minor caching fix

10 Jul 13:51
Compare
Choose a tag to compare

The cache was considered fresh even when startedServices property was changed #243 Now, startedServices is part of the cache state.