Skip to content

Update buildkite plugin docker-compose to v5#40

Merged
joscha merged 1 commit intomasterfrom
renovate/docker-compose-5.x
Sep 9, 2024
Merged

Update buildkite plugin docker-compose to v5#40
joscha merged 1 commit intomasterfrom
renovate/docker-compose-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 19, 2024

This PR contains the following updates:

Package Update Change
docker-compose major v4.10.1 -> v5.4.0

Release Notes

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

v5.4.0: (🪄 Magic Tricks)

Compare Source

Changes / Updates
Fixes
  • Secrets removal (#​453) @​toote
    • We are not doing a major release because this option never worked 🤷🏻‍♀️ so removing it won't break anything
Upgrading

To upgrade, update your pipeline.yml files:

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

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

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

v4.12.0: (🤧 With a Cold)

Compare Source

Changes

Upgrading

To upgrade, update your pipeline.yml files:

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

v4.11.0: (🎲 Game Night)

Compare Source

Changes
Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker-compose#v4.10.1:
+     docker-compose#v4.11.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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/docker-compose-5.x branch from 3732905 to 57fc227 Compare February 23, 2024 23:18
@renovate renovate bot force-pushed the renovate/docker-compose-5.x branch from 57fc227 to 6d578d2 Compare March 2, 2024 01:15
@renovate renovate bot force-pushed the renovate/docker-compose-5.x branch from 6d578d2 to b92c35f Compare July 19, 2024 23:07
@renovate renovate bot force-pushed the renovate/docker-compose-5.x branch from b92c35f to d2780c9 Compare August 30, 2024 21:28
@joscha joscha merged commit a0c57f5 into master Sep 9, 2024
@joscha joscha deleted the renovate/docker-compose-5.x branch September 9, 2024 09:22
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.

1 participant