0.27.0
- Log collection now uses the more accurate
docker-compose config --services
instead ofdocker ps
(thanks to @dev-kpyc!) - New
DockerComposeExecOption.noOptions()
helper method. - All methods on DockerComposeRule.Builder are now 'strict', to avoid accidentally mutating earlier calls when building.