Releases: buildkite-plugins/docker-buildkite-plugin
Releases · buildkite-plugins/docker-buildkite-plugin
v5.11.0 (🛒 Shopping List)
v5.10.0 (🍊 Orange Juice)
Added:
- Improve handling of SIGTERM grace period (#261) @BenjiHansell
- Add device-level IO limit options (#262) @bradleyayers
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v5.9.0:
+ docker#v5.10.0:
image: someimage
workdir: /app
v5.9.0 (🎂 Ordering a Cake)
- Add variable interpolation note (#257) @pbuckley @pzeballos
- Add support for
docker load
(#254) @linus345
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v5.8.0:
+ docker#v5.9.0:
image: someimage
workdir: /app
v5.8.0 (👩🏻💻 AI Hackathon Week)
- Add Docker labels to container (#255) @francoiscampbell
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v5.7.0:
+ docker#v5.8.0:
image: someimage
workdir: /app
v5.7.0 (🎓 Training Day)
- Fix tests (#251) @toote
- feat: Add AWS Web Idenity compability to PROPAGATE_AWS_AUTH_TOKENS (#249) @zopanix
- Allow expanding environment variables in image name (#246) @amartani
- Use Plugin Tester (#245) @toote
- Update docker plugin version (#243) @pzeballos
Dependency Updates
- chore(deps): update buildkite plugin plugin-tester to v1.1.0 (#252) @renovate
- chore(deps): update buildkite plugin plugin-linter to v3.2.0 (#250) @renovate
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v5.6.0:
+ docker#v5.7.0:
image: someimage
workdir: /app
v5.6.0 (🍑 Yummy)
- Support for --platform arg (#242) @jpfielding
Dependency Updates
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v5.5.1:
+ docker#v5.6.0:
image: someimage
workdir: /app
v5.5.1 (👴🏼 Pension)
v5.5.0 (🌮 Fajitas!)
env-propagation-list
: programmatically propagate envvars to the container (#238) @edmund-huber
Dependency Updates
- Update buildkite plugin docker-compose to v4.10.1 (#236) @renovate
- Update buildkite plugin plugin-linter to v3.1.0 (#237) @renovate
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v5.4.0:
+ docker#v5.5.0:
image: someimage
workdir: /app
v5.4.0 (🗣️ Lots of Talking)
known_hosts
path customization (#233) @toote- add note about environment variable footgun (#235) @jamesatwill-okta
- Plugin tester update (#231) @toote
- Xmas 2022 updates (#229) @frankpengau
Dependency Updates
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v5.3.0:
+ docker#v5.4.0:
image: someimage
workdir: /app