Releases: buildkite-plugins/artifacts-buildkite-plugin
Releases · buildkite-plugins/artifacts-buildkite-plugin
v1.3.0 (🌾 Oat Milk Flat White)
New
Fixes
- Initialize
MULTIPLE_DOWNLOADS
to false (#52) @albertywu - Fix shellcheck warnings (#51) @toolmantim
- Fix the plugin schema to match the new
from/to
object syntax (#50) @toolmantim - Assign multiple_uploads to false to avoid unbound variable (#49) @mgkeen
- Add note about why this plugin is useful (#46) @joscha
- Throw on undefined vars (#45) @joscha
- Add bash to the requirements (#44) @joscha
- Adopt buildkites format (#1) @encee
- Use non-expanding headers (#36) @lox
Dependency Updates
- Update buildkite plugin docker-compose to v3.2.0 (#43) @renovate
- Update buildkite/plugin-tester:latest docker digest to 235385e (#33) @renovate
- Update buildkite plugin shellcheck to v1.1.2 (#29) @renovate
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- artifacts#v1.2.0:
+ artifacts#v1.3.0:
download: "log/**/*.log"
v1.2.0 (⛄️ Winter Solstice)
v1.1.0 (Piano 🎹)
Changed
- Added step and build options (#3)
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- artifacts#v1.0.0:
+ artifacts#v1.1.0:
download: "log/**/*.log"
v1.0.0 (Seedling 🌱)
First release of the artifacts plugin! 🎂🎉