buildkite-plugins / docker-buildkite-plugin

🐳📦 Run any build step in a Docker container
MIT License
113 stars 106 forks source link

Update buildkite plugin docker-compose to v3.0.2 #116

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Update Change References
docker-compose patch v3.0.1 -> v3.0.2 source

Release Notes

buildkite-plugins/docker-compose-buildkite-plugin ### [`v3.0.2`](https://togithub.com/buildkite-plugins/docker-compose-buildkite-plugin/releases/v3.0.2) [Compare Source](https://togithub.com/buildkite-plugins/docker-compose-buildkite-plugin/compare/v3.0.1...v3.0.2) #### Fixed - Update documented version in readme ([#​214](https://togithub.com/buildkite-plugins/docker-compose-buildkite-plugin/issues/214)) [@​gerrywastaken](https://togithub.com/gerrywastaken) - Check if prebuilt image exists before doing "get" ([#​216](https://togithub.com/buildkite-plugins/docker-compose-buildkite-plugin/issues/216)) [@​pauldthomson](https://togithub.com/pauldthomson) #### Changed - Add a new `rm` option (default to `true`) for runs ([#​211](https://togithub.com/buildkite-plugins/docker-compose-buildkite-plugin/issues/211)) [@​pecigonzalo](https://togithub.com/pecigonzalo) #### Upgrading To upgrade, update your `pipeline.yml` files: ```diff steps: - command: test.sh plugins: - docker-compose#v3.0.1: + docker-compose#v3.0.2: 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 modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.