Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update buildkite plugin docker-compose to v5 #106

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 19, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
docker-compose major v4.12.0 -> v5.2.0

Release Notes

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

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

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:

  • Removing double build commands from docker-compose plugin in run/push and unify the corresponding parameters instead - see discussion (#​416) @​toote
  • Defaults TTY to false to reduce log amount and changes log collapsing to apply to all commands (not just run) (#​417) @​toote
  • Simplify configuration removing image-repository and image-name configurations, and change the way build and push interact and corrects --target option (#​418) @​toote
  • Reduced the complexity of the cache-from option. Now it is just a pass-through to the corresponding options in docker compose (#​419) @​toote
  • Make CLI v2 as default (#​420) @​toote
  • Documentation updates (#​421) @​toote
Notes

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.yml files:

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

v4.16.0: (☔ Rainy Day)

Compare Source

Changes
Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker-compose#v4.15.0:
+     docker-compose#v4.16.0:
        image: someimage
        workdir: /app

v4.15.0: (🫖 Tea Time)

Compare Source

Changes

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker-compose#v4.14.0:
+     docker-compose#v4.15.0:
        image: someimage
        workdir: /app

v4.14.0: (🍊 The Perfect Mandarin)

Compare Source

Changes
Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker-compose#v4.13.0:
+     docker-compose#v4.14.0:
        image: someimage
        workdir: /app

v4.13.0: (🧩 Tetris)

Compare Source

Changes
Dependency Updates
Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker-compose#v4.12.0:
+     docker-compose#v4.13.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, check this box

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

@renovate renovate bot force-pushed the renovate/docker-compose-5.x branch 2 times, most recently from 200c92d to 59ad8ed Compare February 23, 2024 22:55
@renovate renovate bot force-pushed the renovate/docker-compose-5.x branch from 59ad8ed to b105087 Compare March 2, 2024 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants