Releases: buildkite-plugins/docker-compose-buildkite-plugin
Releases · buildkite-plugins/docker-compose-buildkite-plugin
v3.11.0 (🌧️ Rainy Morning)
Changes
- Test PR Multiple cache froms (#328) @richafrank
- Update plugin tester and tests (#335) @toote
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker-compose#v3.10.0:
+ docker-compose#v3.11.0:
image: someimage
workdir: /app
v3.10.0 (🧳 Packing)
Changes
Dependency Updates
- Update buildkite plugin plugin-linter to v3 (#319) @renovate
- Update buildkite plugin shellcheck to v1.2.0 (#318) @renovate
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker-compose#v3.9.0:
+ docker-compose#v3.10.0:
image: someimage
workdir: /app
v3.9.0 (🗽 Croissant in NY)
v3.8.0 (🌮 Taco Tuesday)
v3.7.0 (🕊 Peace and Quiet)
v3.6.0 (🐟 Barramundi)
Changes
- mirror mount-buildkite-agent implementation from docker-buildkite-plugin (#285) @jmchuster
- Fix entrypoint param (#283) @emilio-notable
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker-compose#v3.5.0:
+ docker-compose#v3.6.0:
image: someimage
workdir: /app
v3.5.0 (🥗 Beetroot Salad)
Changes
- Fix
--no-ansi
option for docker-compose run (#282) @lucy-lufei - Cleanup readme, schema and tests for build args to
run
steps (#268) @DuBistKomisch
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker-compose#v3.4.0:
+ docker-compose#v3.5.0:
image: someimage
workdir: /app
v3.4.0 (📆 Six Weeks of Lockdown)
Changes
- skip pulling cached images if no-cache is set to true (#252) @TheDen
- add graceful shutdown (#243) @calvin-pietersen
- Allow docker container creation during run to also receive build options (#235) @derekju
- Add entrypoint option (#262) @emilio-notable
- Switch to using step keys for scope (#277) @toolmantim
- Fix builds in pull requests from forks (#279) @toolmantim
- Use a local registry for testing docker push/pull (#276) @toolmantim
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker-compose#v3.3.0:
+ docker-compose#v3.4.0:
image: someimage
workdir: /app
v3.3.0 (🦠Magic Microbe)
Changes
- Fix expand_relative_volume_path on windows (#257) @DuBistKomisch
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker-compose#v3.2.0:
+ docker-compose#v3.3.0:
image: someimage
workdir: /app
v3.2.0 (🌮Rocking Tacos)
Changes
- Add
propagate-uid-gid
option (#254) @caiokf - Fix run+push never executing the push stage (#260) @huonw
- Make clear
no-cache
is boolean (#251) @TheDen - Ensure containers array is defined (#242) @lox
- Add
all-logs
option (#210) @pecigonzalo
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker-compose#v3.1.0:
+ docker-compose#v3.2.0:
image: someimage
workdir: /app