Skip to content

Releases: buildkite-plugins/docker-buildkite-plugin

v5.2.0 (⛷️ Long Weekend Ahead)

29 Sep 22:45
391ee61
Compare
Choose a tag to compare

Dependency Updates

  • Update buildkite plugin shellcheck to v1.3.0 (#221) @renovate
  • Update buildkite plugin docker-compose to v3.13.0 (#219) @renovate

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker#v5.1.0:
+     docker#v5.2.0:
        image: someimage
        workdir: /app

v5.1.0 (🌸 Spring Again)

26 Sep 21:02
bad72eb
Compare
Choose a tag to compare
  • Volume variable interpolation (#217) @toote
  • Deactivate renovate dependency dashboard (#216) @toote

Dependency Updates

  • Update buildkite plugin docker-compose to v3.12.0 (#215) @renovate

Upgrading

To upgrade, update your pipeline.yml files:

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

v5.0.0 (🩺 Visiting the Doctor)

22 Sep 17:05
ef09eaa
Compare
Choose a tag to compare
  • Change mount-buildkite-agent default (#211) @toote.

⚠️ If your step uses the buildkite-agent you will need to add the mount-buildkite-agent: true option. If you don't need the agent binary, it would be advisable to not use the option so as to prevent sharing the agent token environment variable

  • mount-buildkite-agent option behavior change in Windows (fixes #157) @toote

You should no longer need the workaround for Windows to mount the directory containing the binary and can now use this option. As documented, take into account that your step or agent must have theBUILDKITE_AGENT_BINARY_PATH environment variable defined with the executable to mount in the (Windows) agent.

Dependency Updates

  • Update buildkite plugin docker-compose to v3.11.0 (#214) @renovate

Upgrading

To upgrade, update your pipeline.yml files:

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

v4.2.1 (🐤 Having Chicken for Dinner)

21 Sep 01:07
a518139
Compare
Choose a tag to compare
  • Bug fix: Testing of exit code propagation (#213) @toote

Upgrading

To upgrade, update your pipeline.yml files:

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

v4.2.0 (👓 Cleaning my Glasses)

20 Sep 20:29
1a382f2
Compare
Choose a tag to compare

Upgrading

To upgrade, update your pipeline.yml files:

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

v4.1.0 (💃🏻 Weekend plans)

16 Sep 20:09
8428fd7
Compare
Choose a tag to compare

Upgrading

To upgrade, update your pipeline.yml files:

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

v4.0.0 (🚦 Ready to leave)

15 Sep 22:54
23ccdfe
Compare
Choose a tag to compare

Mayor change:

PR #208 removed the alternative of the plugin option --entrypoint to be a boolean because there was a bug in the implementation and its tests 😱, the false option never worked (see issue #138)

Upgrading

To upgrade, update your pipeline.yml files:

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

v3.14.0 (💤 Sleepy)

15 Sep 12:56
426177f
Compare
Choose a tag to compare

Dependency Updates

  • Update buildkite plugin docker-compose to v3.10.0 (#203) @renovate

Upgrading

To upgrade, update your pipeline.yml files:

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

v3.13.0 (🥑 Enjoying a Guacamole)

28 Apr 19:12
895fb8d
Compare
Choose a tag to compare

Dependency Updates

Upgrading

To upgrade, update your pipeline.yml files:

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

v3.12.0 (🫖 A good cup of tea)

06 Apr 20:09
123956a
Compare
Choose a tag to compare

Upgrading

To upgrade, update your pipeline.yml files:

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