github buildkite-plugins/docker-compose-buildkite-plugin v1.8.3
v1.8.3 (👩🏼‍🔧Mechanic)

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

What’s changed?

  • Added a tty option to the run command (#97)
  • Better macOS compatibility (removed bc and compatible with bash 3.2)
  • Various bug fixes with command quoting

Upgrading

To upgrade, update your pipeline.yml files:

 steps:
   - command: test.sh
     plugins:
-      docker-compose#v1.8.2:
+      docker-compose#v1.8.3:
         run: app

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

NewReleases is sending notifications on new releases.