Skip to content

v2.6.0 (馃巹 Holiday Cheer)

Compare
Choose a tag to compare
@release-drafter release-drafter released this 22 Dec 21:51
· 592 commits to master since this release
410e278

Added

Fixed

  • Support cache_from directive in composefile 2.2+ (#163) @lox
  • Move cleanup to a pre-exit hook to cleanup cancelled builds (#172) @lox
  • Push stderr to log file as well instead of outputting to terminal (#176) @GreyKn

Other Changes

  • Replace eval with xargs for parsing BUILDKITE_COMMAND (#165) @lox
  • Update buildkite/plugin-tester:latest Docker digest to 38c4bc (#168) @renovate[bot]
  • Remove incorrect reference to cleanup function (#175) @lox
  • Update buildkite plugin shellcheck to v1.1.2 (#178) @renovate[bot]
  • Use label over name for build step config in examples (#181) @petervandoros

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker-compose#v2.5.1:
+     docker-compose#v2.6.0:
        run: app