Skip to content

v5.7.0 (🎓 Training Day)

Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 21:47
· 68 commits to refs/heads/master since this release
b7fc590

Dependency Updates

  • chore(deps): update buildkite plugin plugin-tester to v1.1.0 (#252) @renovate
  • chore(deps): update buildkite plugin plugin-linter to v3.2.0 (#250) @renovate

Upgrading

To upgrade, update your pipeline.yml files:

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