Skip to content

Releases: avast/gradle-docker-compose-plugin

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
add composeAdditionalArgs configuration to support for setting more […

…options] in docker-compose

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.

Reconnecting for nested settings fixed

22 May 20:42
Compare
Choose a tag to compare

The state used for reconnecting was always stored in the same file, so it didn't work correctly if more nested settings was used. Now, the name of a file used as store of the desired state is derived from nested settings name.

Service host guessing improved

12 May 11:36
Compare
Choose a tag to compare

Two major changes how the service host is guessed:

  1. Support for containers that connect to other container's network.
  2. Don't throw an exception when service gateway cannot be guessed - fallback to localhost instead. This solves issues with containers without networking.

projectNamePrefix option introduces

11 May 15:37
Compare
Choose a tag to compare

As requested in #231, it allows executing the same Gradle project concurrently.

Exposed port reloaded after TCP check failure

11 May 14:42
Compare
Choose a tag to compare
0.10.12

fix: forwarded port reloaded after failing check Fixes #229