Releases: buildkite-plugins/docker-compose-buildkite-plugin
Releases · buildkite-plugins/docker-compose-buildkite-plugin
v4.13.0 (🧩 Tetris)
Changes
- Fix tester (#395) @toote
- Remove orphaned containers in cleanup (#386) @raylu
env-propagation-list
: programmatically propagate envvars to the container (#388) @amartani- Introduce quiet-pull to avoid huge amount of junk logs get printed as CI logs (#387) @Songyu-Wang
Dependency Updates
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker-compose#v4.12.0:
+ docker-compose#v4.13.0:
image: someimage
workdir: /app
v4.12.0 (🤧 With a Cold)
Changes
- Add skip-pull support to build phase (#384) @supaspoida
- Fix
ssh
option in builds (#383) @toote - README updates (#378 / #381) @pzeballos / @supaspoida
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker-compose#v4.11.0:
+ docker-compose#v4.12.0:
image: someimage
workdir: /app
v4.11.0 (🎲 Game Night)
Changes
- Add labels to run container (#376) @francoiscampbell
- Add clarifications on volume variables (#377) @toote
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker-compose#v4.10.1:
+ docker-compose#v4.11.0:
image: someimage
workdir: /app
v4.10.1 (📺 Sitcoms Night)
Changes
- cli-version: Fix int/string mismatch. (#374) @toothbrush
Dependency Updates
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker-compose#v4.10.0:
+ docker-compose#v4.10.1:
image: someimage
workdir: /app