Releases: buildkite-plugins/docker-buildkite-plugin
Releases · buildkite-plugins/docker-buildkite-plugin
v3.12.0 (🫖 A good cup of tea)
- Add AWS region with propagate-aws-auth-tokens option (#192) @iress-willygo
- Add clarification to docs around S3 secrets plugin interaction (#156) @dannykansas
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v3.11.0:
+ docker#v3.12.0:
image: someimage
workdir: /app
v3.11.0 (🧹 Cleaning Day)
- Add leave container option - fanduel (#195 from #169) @ericentin @ecv @pzeballos
- fix YAML so renovate doesn't complain about invalid configs (#194) @jeremybumsted
- Update README with workaround for entrypoint option (#188) @bunsenmcdubbs
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v3.10.0:
+ docker#v3.11.0:
image: someimage
workdir: /app
v3.10.0 (☕ Good Coffee)
v3.9.0 (🌸 Spring)
- Add memory control to docker plugin (#186) @Temikus
- Use latest LTS version of ubuntu for testing (#174) @albertyw
- Use latest version of docker-compose for testing (#175) @albertyw
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v3.8.0:
+ docker#v3.9.0:
image: someimage
workdir: /app
v3.8.0 (🌻 Sunflower)
- Adds a setting to allow propagating AWS auth tokens (from an assume role plugin) to the container. (#183) @chrisfowles
- Fix buildkite pipeline for PR requests (#178) @chloeruka
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v3.7.0:
+ docker#v3.8.0:
image: someimage
workdir: /app
v3.7.0 (⛵️ Smooth Sailing)
v3.6.0 (🎥 JT Twitch Channel)
v3.5.0 (☔️ Smoky Rain)
Changes
- Add support for IPC options on docker run (#148) @underscorebrody
- Escape /C to workaround a bug in Git for Windows 2.24.1.2 (#152) @jeremiahsnapp
- Set userns=host for the privileged case (#147) @jolexa
Dependency Updates
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v3.4.0:
+ docker#v3.5.0:
image: someimage
workdir: /app
v3.4.0 (☕️ Coffee in Cars)
Added
- Support publishing ports with
publish
(#145) @joscha - Add some better errors when $SSH_AUTH_SOCK is wrong (#143) @lox
- Support
userns
for customizing user namespacing (#141) @elruwen - Remove redundant checks and fix readme (#136) @omeid
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v3.3.0:
+ docker#v3.4.0:
image: someimage
workdir: /app
v3.3.0 (🦙 So Many Llamas)
Added
- Add support for
device
flags on docker run (#135) @omeid - Add support for the
add-host
flag ondocker run
(#133) @underscorebrody
Fixed
Other Changes
- Add entrypoint disabling tests from #125 (thanks @pecigonzalo) (#131) @lox
- Remove debug mode and always print command executed (#130) @lox
- Update buildkite plugin docker-compose to v3.0.3 (#123) @renovate
- Update README to include sysctl (#124) @moorthya
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v3.2.0:
+ docker#v3.3.0:
image: someimage
workdir: /app