systemdUnitFilePlugin
systemdUnitFilePlugin copied to clipboard
Bump com.avast.gradle.docker-compose from 0.16.11 to 0.17.7
Bumps com.avast.gradle.docker-compose from 0.16.11 to 0.17.7.
Release notes
Sourced from com.avast.gradle.docker-compose's releases.
0.17.7
What's Changed
- chore(deps): update dependency gradle to v8.6 by
@renovatein avast/gradle-docker-compose-plugin#437- chore(deps): update dependency gradle to v8.7 by
@renovatein avast/gradle-docker-compose-plugin#439- chore(deps): update plugin io.github.gradle-nexus.publish-plugin to v2 by
@renovatein avast/gradle-docker-compose-plugin#440- chore(deps): update dependency gradle to v8.8 by
@renovatein avast/gradle-docker-compose-plugin#442Full Changelog: https://github.com/avast/gradle-docker-compose-plugin/compare/0.17.6...0.17.7
0.17.6
Deprecation for Gradle 9.0 handled - task must register usage of a build service using
Task.usesServicemethod.0.17.5
Docker Compose 2.21.0 introduced a breaking change in
docker compose psoutput format, this release adds support for the new format (while supporting also the old format).0.17.4
Ensure the
-fparameters go right afterdocker compose.0.17.3
Revert of a change introduced in 0.17.0 that introduced stderr reading when executing
dockercommand. 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 psoutput.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
useDockerComposeV2property was changed fromfalsetotrue, sodocker composeis used by default (instead ofdocker-compose).- More version formats handled in the
VersionNumber.parsemethod.- Durations stripped from cache key.
useDockerComposeV2 introduced
No release notes provided.
Gradle 8 compatibility
Usage of deprecated internal
VersionNumberclass removed #399
Commits
2ec4824chore: better type-checking satisfiedca84bfdchore(deps): update dependency gradle to v8.89dfda62chore(deps): update plugin io.github.gradle-nexus.publish-plugin to v2c71751echore(deps): update dependency gradle to v8.70e50f74chore(deps): update dependency gradle to v8.61695cb7feat: build services usage registered using Task.usesService() methodd411339chore(deps): update actions/setup-java action to v44aef744chore(deps): update dependency gradle to v8.546f0e5cchore(deps): update dependency gradle to v8.4cd6e3d7fix: Compose 2.21.0 returns newline-separated JSONs instead of single JSON ar...- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Test Results
0 tests 0 :white_check_mark: 0s :stopwatch: 0 suites 0 :zzz: 0 files 0 :x:
Results for commit f3130098.
:recycle: This comment has been updated with latest results.
Superseded by #277.