Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2022

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

Release notes

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

0.16.11

Project name lowercased #386

0.16.10

Performance optimization #382

0.16.9

The level of a log message changed from lifecycle to info.

setProjectName accepts null to fallback to Docker default

No release notes provided.

setProjectName accepts null or empty value to reset to default

No release notes provided.

New Gradle Publish plugin used

No release notes provided.

MacOS-specific defaults for executable and dockerExecutable removed

The defaults used to be /usr/local/bin/docker-compose and /usr/local/bin/docker, now it is just plain docker-compose and docker (for all platforms).

isRequiredBy changed in order not to break configuration avoidance

This release changes the behavior of isRequiredBy so the Up tasks should be executed as the last dependency of the configured task. Till now, we have this optimization for classes tasks only.

As reported in #352

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

... (truncated)

Commits
  • f48270d fix: Make default project name lowercase, fixes #378
  • 960adc4 chore(deps): update plugin com.gradle.plugin-publish to v1.1.0
  • e706eed feat: dc ps --services called only once (#382)
  • 40349b3 chore(deps): update dependency gradle to v6.9.3
  • e7e10ca fix(deps): update dependency org.yaml:snakeyaml to v1.33
  • ce9f866 fix(deps): update dependency org.yaml:snakeyaml to v1.32
  • 8155c72 feat: difference between states logged as info instead of lifecycle
  • 9f7f19b fix(deps): update dependency org.yaml:snakeyaml to v1.31
  • c15bc18 feat: setProjectName accepts null to fallback to Docker default Fixes #362
  • 33cb671 feat: setProjectName accepts null or empty value as reset Fixes #362
  • 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.11.
- [Release notes](https://github.com/avast/gradle-docker-compose-plugin/releases)
- [Commits](avast/gradle-docker-compose-plugin@0.14.12...0.16.11)

---
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 dependencies Pull requests that update a dependency file java labels Nov 14, 2022
@github-actions github-actions bot added build and removed java labels Nov 14, 2022
@github-actions
Copy link
Contributor

Assigning reviewers. If you would like to opt out of this review, comment assign to next reviewer:

R: @damccorm for label build.

Available commands:

  • stop reviewer notifications - opt out of the automated review tooling
  • remind me after tests pass - tag the comment author after tests pass
  • waiting on author - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)

The PR bot will only process comments in the main thread (not review comments).

@codecov
Copy link

codecov bot commented Nov 14, 2022

Codecov Report

Merging #24150 (12437bd) into master (223768f) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #24150      +/-   ##
==========================================
- Coverage   73.33%   73.33%   -0.01%     
==========================================
  Files         714      714              
  Lines       96445    96445              
==========================================
- Hits        70730    70726       -4     
- Misses      24395    24399       +4     
  Partials     1320     1320              
Flag Coverage Δ
python 83.21% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
.../python/apache_beam/testing/test_stream_service.py 88.09% <0.00%> (-4.77%) ⬇️
...che_beam/runners/interactive/interactive_runner.py 90.50% <0.00%> (-1.27%) ⬇️
...hon/apache_beam/runners/worker/bundle_processor.py 93.54% <0.00%> (-0.13%) ⬇️
sdks/python/apache_beam/runners/common.py 88.59% <0.00%> (-0.13%) ⬇️
...ks/python/apache_beam/runners/worker/sdk_worker.py 89.56% <0.00%> (+0.32%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@damccorm damccorm closed this Nov 14, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 14, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/gradle/com.avast.gradle-gradle-docker-compose-plugin-0.16.11 branch November 14, 2022 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build dependencies Pull requests that update a dependency file Next Action: Reviewers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant