Skip to content

Bump gradle-docker-compose-plugin from 0.14.12 to 0.16.3 in /buildSrc#35

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/buildSrc/com.avast.gradle-gradle-docker-compose-plugin-0.16.3
Closed

Bump gradle-docker-compose-plugin from 0.14.12 to 0.16.3 in /buildSrc#35
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/buildSrc/com.avast.gradle-gradle-docker-compose-plugin-0.16.3

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 9, 2022

Bumps gradle-docker-compose-plugin from 0.14.12 to 0.16.3.

Release notes

Sourced from gradle-docker-compose-plugin's releases.

Custom project name propagated correctly

projectName property wasn't properly used due to a bug introduced in 0.16.0.

The problem was that the property was declared as a plain String instead of Provider<String>, so a change to the original value wasn't propagated to ComposeExecutor.

dockerExecutor initialized before used

As reported, it could happen that dockerExecutor was used before it was initialized. This release fixes this potential issue.

Tasks registration fixed

It is possible to get A dependency must not be empty error with 0.16.0 version of the plugin. This release should solve this issue (reported here).

Gradle Configuration Cache support

#351

Dots in default project name replaced

#347

Services with dashes supported correctly

#345

Docker Compose V2 support

avast/gradle-docker-compose-plugin#339 thanks @​simondwilliams

Gradle Plugin Portal publishing fixed

No release notes provided.

Commits
  • a3a9e1d fix: custom project name exposed as Provider instead of string Fixes #354
  • 2f135f0 fix: dockerExecutor initialized before used
  • e893565 fix: task registering fixed
  • baddaa5 Refactor plugin to be compatible with Gradle configuration cache
  • 01a2177 Use ComposeSettings#getEnvironment only as env variables override map
  • bbef0ca chore(deps): update plugin com.gradle.plugin-publish to v0.21.0
  • 9150cbe feat: replace dots in default project name Fixes #347
  • e5044ac docs: Kotlin DSL example Fixes #342
  • 449d692 chore(deps): update actions/checkout action to v3
  • 0d97d26 Fix exposing env variables and system properties under service name having da...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 [gradle-docker-compose-plugin](https://github.com/avast/gradle-docker-compose-plugin) from 0.14.12 to 0.16.3.
- [Release notes](https://github.com/avast/gradle-docker-compose-plugin/releases)
- [Commits](avast/gradle-docker-compose-plugin@0.14.12...0.16.3)

---
updated-dependencies:
- dependency-name: com.avast.gradle:gradle-docker-compose-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 9, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 16, 2022

Superseded by #40.

@dependabot dependabot Bot closed this May 16, 2022
@dependabot dependabot Bot deleted the dependabot/gradle/buildSrc/com.avast.gradle-gradle-docker-compose-plugin-0.16.3 branch May 16, 2022 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants