Update buildkite plugin docker-compose to v2 #20
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.2.1->v2.6.0Release Notes
buildkite-plugins/docker-compose-buildkite-plugin
v2.6.0Compare Source
Added
use-aliasesconfiguration option (#182) @snmaynarduserconfiguration option (#183) @TheDenFixed
Other Changes
labelovernamefor build step config in examples (#181) @petervandorosUpgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v2.5.1: + docker-compose#v2.6.0: run: appv2.5.1Compare Source
Fixed
cache-fromerrors with service containing hyphens (#160) @toolmantimUpgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v2.5.0: + docker-compose#v2.5.1: run: appv2.5.0Compare Source
Added
BUILDKITE_DOCKER_DEFAULT_VOLUMESenv var support, for specifying default volume mounts in agent hooks (#157) @asfordUpgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v2.4.1: + docker-compose#v2.5.0: run: appv2.4.1Compare Source
Fixed
volumeoption #156 (@toolmantim)Upgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v2.4.0: + docker-compose#v2.4.1: run: appv2.4.0Compare Source
Added
volumeoption for adding volumes to run commands (#149) @cleeworkdiroption for setting the working dir of run comments (#150) @asfordansioption for disabling ANSI output of run commands (#153) @gugahoiUpgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v2.3.0: + docker-compose#v2.4.0: run: appv2.3.0Compare Source
Fixed
Upgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v2.2.1: + docker-compose#v2.3.0: run: appv2.2.1Compare Source
Fixed
Upgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v2.2.0: + docker-compose#v2.2.1: run: appv2.2.0Compare Source
Fixed
Upgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v2.1.1: + docker-compose#v2.2.0: run: appv2.1.0Compare Source
Added
Fixed
Upgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v2.0.0: + docker-compose#v2.1.0: run: appv2.0.0Compare Source
Warning⚠️ This release changed the key used for meta-data (see #112) which means v2.0.0 of this plugin won't be compatible with previous versions if you are mixing and matching between steps. Any custom code that is depending on the previous format of meta-data keys will need too be updated.
Changed
Upgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v1.8.4: + docker-compose#v2.0.0: run: appv1.8.4Compare Source
Fixed
Upgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v1.8.3: + docker-compose#v1.8.4: run: appv1.8.3Compare Source
What’s changed?
ttyoption to the run command (#97)Upgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v1.8.2: + docker-compose#v1.8.3: run: appv1.8.2Compare Source
What’s changed?
no-cacheoption to the build command (#87)Upgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v1.8.1: + docker-compose#v1.8.2: run: appv1.8.1Compare Source
What’s changed?
bcso the plugin works in minimal Docker images again (such as thebuildkite/agentimages) #91Upgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v1.8.0: + docker-compose#v1.8.1: run: appv1.8.0Compare Source
What’s changed?
cache-fromsupport for pulling down cached layers from previous builds (#82 & #83)Upgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v1.7.0: + docker-compose#v1.8.0: run: appv1.7.0Compare Source
What’s changed?
buildsteps now use--pull, so up-to-date base images are always used (#81)docker-compose.ymlfiles (#76)Upgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v1.6.0: + docker-compose#v1.7.0: run: appv1.6.0Compare Source
What’s changed?
envparameter for extra environment (#72)Upgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v1.5.2: + docker-compose#v1.6.0: run: appv1.5.2Compare Source
What’s changed?
Upgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v1.5.1: + docker-compose#v1.5.2: run: appv1.5.1Compare Source
What’s changed?
Upgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v1.5.0: + docker-compose#v1.5.1: run: appv1.5.0Compare Source
What’s changed?
Upgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v1.4.0: + docker-compose#v1.5.0: run: appv1.4.0Compare Source
What’s changed?
Upgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v1.3.2: + docker-compose#v1.4.0: run: appv1.3.2Compare Source
What’s changed?
Upgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v1.3.1: + docker-compose#v1.3.2: run: appv1.3.1Compare Source
What’s changed?
Upgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v1.3.0: + docker-compose#v1.3.1: run: appv1.3.0Compare Source
What’s changed?
pushstepUpgrading
To upgrade, update your
pipeline.ymlfiles:steps: - command: test.sh plugins: - docker-compose#v1.2.1: + docker-compose#v1.3.0: run: appRenovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!".🔕 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.