Skip to content

v5.14.0

Latest

Choose a tag to compare

@petetomasik petetomasik released this 08 Jul 20:50
v5.14.0
ae0bd41
  • Update buildkite plugin plugin-tester to v1.2.0 by @renovate[bot] in #288
  • fix: init Docker URL by @aramissennyeydd in #289
  • Add troubleshooting section to README by @petetomasik in #292
  • chore: add ossf plugin by @mcncl in #293
  • Fix Windows path handling for Docker volume mounts by @JoeColeman95 in #294
  • chore(deps): update buildkite plugin ossf-scorecard to v1.0.1 by @renovate[bot] in #295
  • chore(deps): update buildkite plugin secrets to v1.0.1 by @renovate[bot] in #296
  • chore(deps): update buildkite plugin secrets to v1.0.2 by @renovate[bot] in #297
  • chore(deps): update buildkite plugin plugin-tester to v1.3.0 by @renovate[bot] in #298
  • chore(deps): update buildkite plugin secrets to v2 by @renovate[bot] in #299
  • Disable namespace remapping for chown cleanup by @HackAttack in #283
  • chore(deps): update buildkite plugin secrets to v2.1.0 by @renovate[bot] in #300
  • Update buildkite plugin secrets to v2.2.0 by @renovate[bot] in #304
  • Skip Job API socket mount on Windows by @mcncl in #306
  • Update buildkite plugin secrets to v2.3.0 by @renovate[bot] in #307
  • Update release-drafter/release-drafter action to v7 by @renovate[bot] in #302
  • Update buildkite plugin secrets to v2.4.0 by @renovate[bot] in #308
  • Update README for v5.14.0 release by @petetomasik in #309

Upgrading

To upgrade, update your pipeline.yml files:

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

Full Changelog: v5.13.0...v5.14.0