Skip to content

v1.6.0 (🥶 Cold Day of Spring)

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 13:59
· 69 commits to refs/heads/master since this release
884b0aa

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"