Closed renovate[bot] closed 4 years ago
This PR contains the following updates:
v3.0.3
v3.2.0
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you tick the rebase/retry checkbox below.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.
This PR contains the following updates:
v3.0.3
->v3.2.0
Release Notes
buildkite-plugins/docker-compose-buildkite-plugin
### [`v3.2.0`](https://togithub.com/buildkite-plugins/docker-compose-buildkite-plugin/releases/v3.2.0) [Compare Source](https://togithub.com/buildkite-plugins/docker-compose-buildkite-plugin/compare/v3.1.0...v3.2.0) #### Changes - Add `propagate-uid-gid` option ([#254](https://togithub.com/buildkite-plugins/docker-compose-buildkite-plugin/issues/254)) [@caiokf](https://togithub.com/caiokf) - Fix run+push never executing the push stage ([#260](https://togithub.com/buildkite-plugins/docker-compose-buildkite-plugin/issues/260)) [@huonw](https://togithub.com/huonw) - Make clear `no-cache` is boolean ([#251](https://togithub.com/buildkite-plugins/docker-compose-buildkite-plugin/issues/251)) [@TheDen](https://togithub.com/TheDen) - Ensure containers array is defined ([#242](https://togithub.com/buildkite-plugins/docker-compose-buildkite-plugin/issues/242)) [@lox](https://togithub.com/lox) - Add `all-logs` option ([#210](https://togithub.com/buildkite-plugins/docker-compose-buildkite-plugin/issues/210)) [@pecigonzalo](https://togithub.com/pecigonzalo) #### Upgrading To upgrade, update your `pipeline.yml` files: ```diff steps: - command: test.sh plugins: - docker-compose#v3.1.0: + docker-compose#v3.2.0: image: someimage workdir: /app ``` ### [`v3.1.0`](https://togithub.com/buildkite-plugins/docker-compose-buildkite-plugin/releases/v3.1.0) [Compare Source](https://togithub.com/buildkite-plugins/docker-compose-buildkite-plugin/compare/v3.0.3...v3.1.0) #### Added - Allow `push` to be combined with `build` or `run` ([#224](https://togithub.com/buildkite-plugins/docker-compose-buildkite-plugin/issues/224)) [@matthewd](https://togithub.com/matthewd) - Output status of the containers on exit ([#212](https://togithub.com/buildkite-plugins/docker-compose-buildkite-plugin/issues/212)) [@pecigonzalo](https://togithub.com/pecigonzalo) #### Fixed - Fix shellcheck errors ([#226](https://togithub.com/buildkite-plugins/docker-compose-buildkite-plugin/issues/226)) [@lox](https://togithub.com/lox) - Handle single container and `--rm` configuration ([#222](https://togithub.com/buildkite-plugins/docker-compose-buildkite-plugin/issues/222)) [@pecigonzalo](https://togithub.com/pecigonzalo) #### Upgrading To upgrade, update your `pipeline.yml` files: ```diff steps: - command: test.sh plugins: - docker-compose#v3.0.3: + docker-compose#v3.1.0: run: app ```Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you tick the rebase/retry checkbox below.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.