github buildkite-plugins/docker-compose-buildkite-plugin v4.1.0
v4.1.0 (🫱🏻‍🫲🏼 Big Day)

latest releases: v5.2.0, v5.1.0, v5.0.0...
19 months ago

Changes

Bug Fixes:

  • There was a bug where service names with periods were not being handled correctly. Fixed in (#343) @toote
  • Made --no-ansi apply to all commands (#342) @toote

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker-compose#v4.0.0:
+     docker-compose#v4.1.0:
        image: someimage
        workdir: /app

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

NewReleases is sending notifications on new releases.