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

Update buildkite plugin docker-compose to v5 #10

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 19, 2024

This PR contains the following updates:

Package Update Change
docker-compose major v3.9.0 -> v5.5.0

Release Notes

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

v5.5.0: v.5.5.0 (🎁 Surprise Gift)

Compare Source

What's Changed

Upgrading

To upgrade, update your pipeline.yml files:

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

Full Changelog: buildkite-plugins/docker-compose-buildkite-plugin@v5.4.1...v5.5.0

v5.4.1: (✨Lick of Paint)

Compare Source

What's Changed
Upgrading

To upgrade, update your pipeline.yml files:

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

Full Changelog: buildkite-plugins/docker-compose-buildkite-plugin@v5.4.0...v5.4.1

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

v4.10.1: (📺 Sitcoms Night)

Compare Source

Changes
Dependency Updates
Upgrading

To upgrade, update your pipeline.yml files:

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

v4.10.0: (✅ Checkin Time!)

Compare Source

Changes
Upgrading

To upgrade, update your pipeline.yml files:

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

v4.9.0: (🏆 Festivities! 🎉)

Compare Source

Changes
  • Support for port in build/push repository (AKA cache-from separator) (#​364) @​toote
Upgrading

To upgrade, update your pipeline.yml files:

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

v4.8.0: (⚽ World Cup)

Compare Source

Changes
Upgrading

To upgrade, update your pipeline.yml files:

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

v4.7.0: (🔥 Hot Day)

Compare Source

Changes
Upgrading

To upgrade, update your pipeline.yml files:

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

v4.6.0: (🍌 Fruit Salad)

Compare Source

Changes
Upgrading

To upgrade, update your pipeline.yml files:

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

v4.5.0: (🏦 Dealing with the Bank)

Compare Source

Changes
Upgrading

To upgrade, update your pipeline.yml files:

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

v4.4.0: (🎉 Friday)

Compare Source

Changes
Upgrading

To upgrade, update your pipeline.yml files:

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

v4.3.0: (🔥 Busy Day)

Compare Source

Changes
Upgrading

To upgrade, update your pipeline.yml files:

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

v4.2.0: (🥟 Empandas)

Compare Source

Changes
Upgrading

To upgrade, update your pipeline.yml files:

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

v4.1.1: (🍿 Tutucas)

Compare Source

Bugfixes

Invalid tags in some options caused errors with docker-compose calls. That behaviour changes so that invalid tag values in:

  • build: will cause a more descriptive error
  • cache-from: will be ignored and output a warning
  • push: will be ignored and output a warning

Bug: if your pipeline uses tag-less cache-from elements, you will get a validation error that was fixed in version v4.3.0

Upgrading

To upgrade, update your pipeline.yml files:

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

v4.1.0: (🫱🏻‍🫲🏼 Big Day)

Compare Source

Changes
Bug Fixes:
  • There was a bug where service names with periods were not being handled correctly. Fixed in (#​343) @​toote
  • Made --no-ansi apply to all commands (#​342) @​toote
Upgrading

To upgrade, update your pipeline.yml files:

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

v4.0.0: (🥧 Post Birthday Cake)

Compare Source

Changes

This is a major release because it changes the default behaviour when a compose file has no version. We are being cautious as it is impossible to test all scenarios, but it is likely you can just upgrade, and nothing will break unless you are using a very old docker-compose version (before v1.27.0).

Dependency Updates
Upgrading

To upgrade, update your pipeline.yml files:

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

v3.13.0: (🥝 Having a Kiwi)

Compare Source

Changes
Upgrading

To upgrade, update your pipeline.yml files:

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

v3.12.0: (☕ Intense Coffee)

Compare Source

Changes
Upgrading

To upgrade, update your pipeline.yml files:

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

v3.11.2: (🥳 The Weekend)

Compare Source

Changes
Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker-compose#v3.11.1:
+     docker-compose#v3.11.2:
        image: someimage
        workdir: /app

v3.11.1: (🏃🏻‍♀️ Running)

Compare Source

Changes
Upgrading

To upgrade, update your pipeline.yml files:

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

v3.11.0: (🌧️ Rainy Morning)

Compare Source

Changes
Upgrading

To upgrade, update your pipeline.yml files:

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

v3.10.0: (🧳 Packing)

Compare Source

Changes
Dependency Updates
Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker-compose#v3.9.0:
+     docker-compose#v3.10.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 is behind base branch, 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 52e9ff6 to 5aba366 Compare February 23, 2024 22:50
@renovate renovate bot force-pushed the renovate/docker-compose-5.x branch from 5aba366 to 7cc59a8 Compare March 2, 2024 17:10
@renovate renovate bot force-pushed the renovate/docker-compose-5.x branch from 7cc59a8 to 222ae27 Compare July 19, 2024 23:15
@renovate renovate bot force-pushed the renovate/docker-compose-5.x branch from 222ae27 to ba235c4 Compare August 30, 2024 21:06
@renovate renovate bot force-pushed the renovate/docker-compose-5.x branch from ba235c4 to b3f6db6 Compare October 9, 2024 01:36
@renovate renovate bot force-pushed the renovate/docker-compose-5.x branch from b3f6db6 to 7f0dadc Compare November 22, 2024 13:05
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.

0 participants