detect-clowns-buildkite-plugin
detect-clowns-buildkite-plugin copied to clipboard
chore(deps): update buildkite plugin docker-compose to v3.11.2
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| docker-compose | minor | v3.9.0 -> v3.11.2 |
Release Notes
buildkite-plugins/docker-compose-buildkite-plugin
v3.11.2
Changes
- Deactivate renovate dependency dashboard (#​338) @​toote
- Warnings with step-level array commands (#​337) @​toote
- Support multiple
versionkeys in docker-compose config (#​336) @​orien @​toote
Upgrading
To upgrade, update your pipeline.yml files:
steps:
- command: test.sh
plugins:
- docker-compose#v3.11.1:
+ docker-compose#v3.11.2:
image: someimage
workdir: /app
v3.11.1
Changes
- Upload logs when dependencies fail to start (#​330) @​software-opal
Upgrading
To upgrade, update your pipeline.yml files:
steps:
- command: test.sh
plugins:
- docker-compose#v3.11.0:
+ docker-compose#v3.11.1:
image: someimage
workdir: /app
v3.11.0
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
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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.