Update buildkite plugin docker-compose to v5.3.0
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)
Changes
- Add option to build with
--with-dependencies(#449) @mtollie - Mount agent job socket/token (#444) @jradtilbrook
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!)
Changes
- Add service label build options (#429) @jquick
- Add
run-imageoption where you can pass an image and it will try to run with it (#430) @jquick
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)
Changes
- Add option to automatically mount AWS auth tokens when using docker compose run command (#426) @christophe-scalepad
- Add buildkite inline cache env (#428) @jquick
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.