rails-docker-parallel-example icon indicating copy to clipboard operation
rails-docker-parallel-example copied to clipboard

Update buildkite plugin docker-compose to v5.3.0

Open renovate[bot] opened this issue 1 year ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Update Change
docker-compose minor v5.0.0 -> v5.3.0

Release Notes

buildkite-plugins/docker-compose-buildkite-plugin (docker-compose)

v5.3.0: (⛈️ Cold Winter)

Compare Source

Changes
Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker-compose#v5.2.0:
+     docker-compose#v5.3.0:
        image: someimage
        workdir: /app

You can check out our notes for more detailed information on the major release of the plugin v5

v5.2.0: (🥩 Asado Night!)

Compare Source

Changes

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker-compose#v5.1.0:
+     docker-compose#v5.2.0:
        image: someimage
        workdir: /app

You can check out our notes for more detailed information on the major release of the plugin v5

v5.1.0: (🧹 Cleaning)

Compare Source

Changes

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker-compose#v5.0.0:
+     docker-compose#v5.1.0:
        image: someimage
        workdir: /app

You can check out our notes for more detailed information on the major release of the plugin v5


Configuration

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

🚦 Automerge: Enabled.

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, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Feb 23 '24 22:02 renovate[bot]