Update buildkite plugin docker-compose to v5#40
Merged
Conversation
3732905 to
57fc227
Compare
57fc227 to
6d578d2
Compare
6d578d2 to
b92c35f
Compare
b92c35f to
d2780c9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.10.1->v5.4.0Release Notes
buildkite-plugins/docker-compose-buildkite-plugin (docker-compose)
v5.4.0: (🪄 Magic Tricks)Compare Source
Changes / Updates
Fixes
Upgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v5.3.0: + docker-compose#v5.4.0: image: someimage workdir: /appv5.3.0: (⛈️ Cold Winter)Compare Source
Changes
--with-dependencies(#449) @mtollieUpgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v5.2.0: + docker-compose#v5.3.0: image: someimage workdir: /appYou 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
run-imageoption where you can pass an image and it will try to run with it (#430) @jquickUpgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v5.1.0: + docker-compose#v5.2.0: image: someimage workdir: /appYou 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.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v5.0.0: + docker-compose#v5.1.0: image: someimage workdir: /appYou can check out our notes for more detailed information on the major release of the plugin v5
v5.0.0: (💃🏻 We Did It!)Compare Source
Changes - Major Release⚠️
Based on the discussion from #390, we are officially making docker compose v2 the default one of this plugin, and added other backward incompatible changes:
--targetoption (#418) @tooteNotes
Thanks to everyone who provided their input and feedback and to @tomowatt for conducting an incredibly thorough and detailed review 💚
Upgrading
Check our notes for more detailed information on this major release that should help you review and provide you with actionable steps for you to upgrade.
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v4.16.0: + docker-compose#v5.0.0: image: someimage workdir: /appv4.16.0: (☔ Rainy Day)Compare Source
Changes
collapse-run-log-groupto collapse logging of run output (#407) @francoiscampbellUpgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v4.15.0: + docker-compose#v4.16.0: image: someimage workdir: /appv4.15.0: (🫖 Tea Time)Compare Source
Changes
cache-fromproperty (#409) @pzeballosUpgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v4.14.0: + docker-compose#v4.15.0: image: someimage workdir: /appv4.14.0: (🍊 The Perfect Mandarin)Compare Source
Changes
Upgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v4.13.0: + docker-compose#v4.14.0: image: someimage workdir: /appv4.13.0: (🧩 Tetris)Compare Source
Changes
env-propagation-list: programmatically propagate envvars to the container (#388) @amartaniDependency Updates
Upgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v4.12.0: + docker-compose#v4.13.0: image: someimage workdir: /appv4.12.0: (🤧 With a Cold)Compare Source
Changes
sshoption in builds (#383) @tooteUpgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v4.11.0: + docker-compose#v4.12.0: image: someimage workdir: /appv4.11.0: (🎲 Game Night)Compare Source
Changes
Upgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v4.10.1: + docker-compose#v4.11.0: image: someimage workdir: /appConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.