Skip to content

v5.5.0 (🌮 Fajitas!)

Choose a tag to compare

@github-actions github-actions released this 01 Mar 01:39
· 134 commits to refs/heads/master since this release
28cd551
  • env-propagation-list: programmatically propagate envvars to the container (#238) @edmund-huber

Dependency Updates

  • Update buildkite plugin docker-compose to v4.10.1 (#236) @renovate
  • Update buildkite plugin plugin-linter to v3.1.0 (#237) @renovate

Upgrading

To upgrade, update your pipeline.yml files:

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