Skip to content

Releases: buildkite-plugins/docker-compose-buildkite-plugin

v5.12.1

13 Nov 19:57
ad9429e

Choose a tag to compare

What's Changed

  • chore(deps): update buildkite plugin secrets to v1.0.2 by @renovate[bot] in #510
  • Remove all OTEL env vars when disable-host-otel-tracing is set to true by @JoeColeman95 in #511

Full Changelog: v5.12.0...v5.12.1

v5.12.0 (🫆Traces)

07 Nov 14:43
3f32b86

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.11.0...v5.12.0

v5.11.0 (⛸ Ice Skating)

01 Oct 10:48
6168d23

Choose a tag to compare

What's Changed

  • chore(deps): update buildkite/plugin-tester docker tag to v4.2.0 by @renovate[bot] in #496
  • Fix typos in README.md by @swebb in #501
  • chore: add ossf plugin by @mcncl in #500
  • chore(deps): update buildkite plugin ossf-scorecard to v1.0.1 by @renovate[bot] in #502
  • Update options header in README by @Damilola-obasa in #503
  • Implement retry mechanise for builder creation failure by @gbakernet in #505

New Contributors

Full Changelog: v5.10.0...v5.11.0

What's Changed

  • chore(deps): update buildkite/plugin-tester docker tag to v4.2.0 by @renovate[bot] in #496
  • Fix typos in README.md by @swebb in #501
  • chore: add ossf plugin by @mcncl in #500
  • chore(deps): update buildkite plugin ossf-scorecard to v1.0.1 by @renovate[bot] in #502
  • Update options header in README by @Damilola-obasa in #503
  • Implement retry mechanise for builder creation failure by @gbakernet in #505

New Contributors

Full Changelog: v5.10.0...v5.11.0

v5.10.0 (🤧 Coughing a Lot)

03 Jun 17:11
969793f

Choose a tag to compare

What's Changed

New Contributors

Upgrading

To upgrade, update your pipeline.yml files:

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

Full Changelog: v5.9.0...v5.10.0

v5.9.0 (🛍️ Buying Groceries)

08 May 19:17
e88d05b

Choose a tag to compare

What's Changed

Upgrading

To upgrade, update your pipeline.yml files:

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

Full Changelog: v5.8.0...v5.9.0

v5.8.0 (🍂 Bare Branches)

06 May 01:51
87583a7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.7.0...v5.8.0

Upgrading


To upgrade, update your pipeline.yml files:

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

v5.7.0 (👶 Baby Laughing)

16 Apr 00:44
58ec2f9

Choose a tag to compare

What's Changed

  • feat: add support for GCP token propagation by @valkum in #468
  • doc: clarify upgrade path to v5 — image-repository and image-name attrs by @scadu in #473
  • doc: correct push format in upgrading to v5 examples by @scadu in #474
  • Fix argument passing by @jim-barber-he in #477

New Contributors

Full Changelog: v5.6.0...v5.7.0

v5.6.0 (🚕 Dazzling Taxi)

14 Jan 15:36
ddec64a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.5.0...v5.6.0

v5.5.0 (🎁 Surprise Gift)

22 Nov 09:16
8a77104

Choose a tag to compare

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: v5.4.1...v5.5.0

v5.4.1 (✨Lick of Paint)

08 Oct 22:45
7681d07

Choose a tag to compare

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: v5.4.0...v5.4.1