Releases: avast/gradle-docker-compose-plugin
Releases · avast/gradle-docker-compose-plugin
nested method introduced
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
0.14.2 fix: resolving '"host" network_mode is incompatible with port_binding…
--no-ansi flag deprecation handled
docker-compose
deprecates --no-ansi
flag since 1.28.0
, --ansi
flag should be used instead.
checkContainersRunning accepts restarting state
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
new composeAdditionalArgs configuration added
0.13.3 add composeAdditionalArgs configuration to support for setting more […
isRequiredBy covariant with Task
This fixes usability when using Kotlin for Gradle scripts, issue described in #251
Log when composeDown is no-op
feat: log when composeDown is no-op Closes #252
Gradle 6.x
0.13.0 chore(deps): update dependency gradle to v6
Minor caching fix
The cache was considered fresh even when startedServices
property was changed #243 Now, startedServices
is part of the cache state.