github buildkite-plugins/docker-compose-buildkite-plugin v2.6.0
v2.6.0 (🎄 Holiday Cheer)

latest releases: v5.2.0, v5.1.0, v5.0.0...
5 years ago

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

Don't miss a new docker-compose-buildkite-plugin release

NewReleases is sending notifications on new releases.