Skip to content

Releases: buildkite-plugins/artifacts-buildkite-plugin

v1.9.3 (📝 Interview day)

05 Feb 15:54
2c26269
Compare
Choose a tag to compare

Changes

Upgrading

To upgrade, update your pipeline.yml files:

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

v1.9.2 (🔥 Monday on Fire)

19 Sep 00:13
030a835
Compare
Choose a tag to compare

Changes

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)

25 Aug 20:43
9c64bcb
Compare
Choose a tag to compare

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:

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)

12 Jan 19:08
840b952
Compare
Choose a tag to compare

Changes

  • Skip upload on specific exit codes (#80 ) @toote

Upgrading

To upgrade, update your pipeline.yml files:

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

v1.8.0 (🥪 Sandwich Day)

18 Nov 22:12
f47ef51
Compare
Choose a tag to compare

Changes

Upgrading

To upgrade, update your pipeline.yml files:

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

v1.7.0 (☕ Good Coffee)

26 Oct 22:24
aff21d6
Compare
Choose a tag to compare

Changes

  • Add option to ignore missing files (#75) @toote

Upgrading

To upgrade, update your pipeline.yml files:

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

v1.6.0 (🥶 Cold Day of Spring)

14 Oct 13:59
884b0aa
Compare
Choose a tag to compare

Changes

  • Support compression of artifacts (#72) @toote
  • Update of internal tools used in the plugin:

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

22 Nov 19:49
794fad6
Compare
Choose a tag to compare

Changes

  • Update buildkite plugin docker-compose to v3.9.0 (#61) @renovate
  • Support more than 10 artifacts (#64) @raven

Upgrading

To upgrade, update your pipeline.yml files:

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

v1.4.0 (🍫Chocolate Marquise)

07 Sep 20:04
199862d
Compare
Choose a tag to compare

Changes

Upgrading

To upgrade, update your pipeline.yml files:

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

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"