Releases: buildkite-plugins/artifacts-buildkite-plugin
Releases · buildkite-plugins/artifacts-buildkite-plugin
v1.9.4 (🐨 Sydney)
v1.9.3 (📝 Interview day)
v1.9.2 (🔥 Monday on Fire)
Changes
- SUP-1372 fix compressed (#91) @HugeIRL (Co-authored-by: @pzeballos)
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- artifacts#v1.9.1:
+ artifacts#v1.9.2:
download: "log/**/*.log"
v1.9.1 (☕ Coffee Time)
Changes
- Update buildkite plugin plugin-tester to v1.1.0 (#85) @renovate
- Correct tests due to hardcoded paths (#86) @toote
- Update buildkite plugin plugin-linter to v3.2.0 (#84) @renovate
- Use Plugin Tester (#83) @toote
- Update buildkite plugin plugin-linter to v3.1.0 (#82) @renovate
Fixes:
- Fix recursion using zip compression (#90) @pzeballos
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- artifacts#v1.9.0:
+ artifacts#v1.9.1:
download: "log/**/*.log"
v1.9.0 (☔ Raining Day)
v1.8.0 (🥪 Sandwich Day)
v1.7.0 (☕ Good Coffee)
v1.6.0 (🥶 Cold Day of Spring)
Changes
Dependency Updates
- Update buildkite plugin docker-compose to v4 (#73) @renovate
- Update buildkite plugin docker-compose to v3.13.0 (#69) @renovate
- Update buildkite plugin shellcheck to v1.3.0 (#71) @renovate
- Update buildkite plugin plugin-linter to v3 (#68) @renovate
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- artifacts#v1.5.0:
+ artifacts#v1.6.0:
download: "log/**/*.log"
v1.5.0 (☀️ Drinking tereré)
v1.4.0 (🍫Chocolate Marquise)
Changes
- Support for user-defined upload ACL when using S3 or GS (#59) @msessa
- Update buildkite plugin docker-compose to v3.7.0 (#60) @renovate
- Add
artifact_paths
missing link (#58) @pdelre - Link to docs (#57) @plaindocs
- Update buildkite plugin docker-compose to v3.3.0 (#53) @renovate
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- artifacts#v1.3.0:
+ artifacts#v1.4.0:
download: "log/**/*.log"