Docker Compose 2.21.0 introduced a breaking change in docker compose ps output format, this release adds support for the new format (while supporting also the old format).
0.17.4
Ensure the -f parameters go right after docker compose.
0.17.3
Revert of a change introduced in 0.17.0 that introduced stderr reading when executing docker command. It leads to an unexpected output if Docker is not fully correctly installed and prints warnings to stderr (while stdout is valid).
0.17.2
Safer JSON parsing of docker compose ps output.
0.17.1
Update to Gradle v8.
0.17.0
Migrated to the latest Gradle 7.x
As Docker Compose V1 is deprecated, default value of useDockerComposeV2 property was changed from false to true, so docker compose is used by default (instead of docker-compose).
More version formats handled in the VersionNumber.parse method.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps com.avast.gradle.docker-compose from 0.16.11 to 0.17.8.
Release notes
Sourced from com.avast.gradle.docker-compose's releases.
... (truncated)
Commits
02261ce
chore: release info02675b4
chore: release debug186f587
fix: empty lines ignored when loading data for caching Fixes #449d35aea1
chore(deps): update dependency gradle to v8.1082b9e02
docs: note about older version unavailabilityddf6398
docs: usage description improvedabde6c9
chore(deps): update dependency gradle to v8.9b17e698
chore(deps): update actions/checkout digest to 692973e239dbe4
chore(deps): update actions/checkout digest to a5ac7e52ec4824
chore: better type-checking satisfiedDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show