Skip to content

Releases: buildkite-plugins/artifacts-buildkite-plugin

v1.3.0 (🌾 Oat Milk Flat White)

10 Mar 02:59
7e104f5
Compare
Choose a tag to compare

New

  • Renaming of artifacts on upload and download (#27) @toadzky

Fixes

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)

26 Jun 03:03
93b22b3
Compare
Choose a tag to compare

Changed

  • Added array support for upload and download options (#17) @skvale

Upgrading

To upgrade, update your pipeline.yml files:

 steps:
   - command: test.sh
     plugins:
-      artifacts#v1.1.0:
+      artifacts#v1.2.0:
         download: "log/**/*.log"

v1.1.0 (Piano 🎹)

04 Apr 10:37
e995cde
Compare
Choose a tag to compare

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 🌱)

23 Jan 00:58
5ad26ec
Compare
Choose a tag to compare

First release of the artifacts plugin! 🎂🎉