golang-docker-example
golang-docker-example copied to clipboard
Update buildkite plugin docker-compose to v3.11.2
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| docker-compose | minor | v3.0.3 -> 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
v3.9.0
Changes
Upgrading
To upgrade, update your pipeline.yml files:
steps:
- command: test.sh
plugins:
- docker-compose#v3.8.0:
+ docker-compose#v3.9.0:
image: someimage
workdir: /app
v3.8.0
Changes
- Add entrypoint property to plugin.yml (#301) @evandam
- Fix missing colon typo in :docker: (#290) @TSMMark
Upgrading
To upgrade, update your pipeline.yml files:
steps:
- command: test.sh
plugins:
- docker-compose#v3.7.0:
+ docker-compose#v3.8.0:
image: someimage
workdir: /app
v3.7.0
Changes
Upgrading
To upgrade, update your pipeline.yml files:
steps:
- command: test.sh
plugins:
- docker-compose#v3.6.0:
+ docker-compose#v3.7.0:
image: someimage
workdir: /app
v3.6.0
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
Changes
- Fix
--no-ansioption for docker-compose run (#282) @lucy-lufei - Cleanup readme, schema and tests for build args to
runsteps (#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
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
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
Changes
- Add
propagate-uid-gidoption (#254) @caiokf - Fix run+push never executing the push stage (#260) @huonw
- Make clear
no-cacheis boolean (#251) @TheDen - Ensure containers array is defined (#242) @lox
- Add
all-logsoption (#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
v3.1.0
Added
- Allow
pushto be combined withbuildorrun(#224) @matthewd - Output status of the containers on exit (#212) @pecigonzalo
Fixed
- Fix shellcheck errors (#226) @lox
- Handle single container and
--rmconfiguration (#222) @pecigonzalo
Upgrading
To upgrade, update your pipeline.yml files:
steps:
- command: test.sh
plugins:
- docker-compose#v3.0.3:
+ docker-compose#v3.1.0:
run: 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.