detect-clowns-buildkite-plugin icon indicating copy to clipboard operation
detect-clowns-buildkite-plugin copied to clipboard

chore(deps): update buildkite plugin docker-compose to v3.11.2

Open renovate[bot] opened this issue 3 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Update Change
docker-compose minor v3.9.0 -> v3.11.2

Release Notes

buildkite-plugins/docker-compose-buildkite-plugin

v3.11.2

Compare Source

Changes
Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker-compose#v3.11.1:
+     docker-compose#v3.11.2:
        image: someimage
        workdir: /app

v3.11.1

Compare Source

Changes
Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker-compose#v3.11.0:
+     docker-compose#v3.11.1:
        image: someimage
        workdir: /app

v3.11.0

Compare Source

Changes
Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker-compose#v3.10.0:
+     docker-compose#v3.11.0:
        image: someimage
        workdir: /app

v3.10.0

Compare Source

Changes

Dependency Updates

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker-compose#v3.9.0:
+     docker-compose#v3.10.0:
        image: someimage
        workdir: /app

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Sep 25 '22 12:09 renovate[bot]