Skip to content

Releases: buildkite-plugins/cache-buildkite-plugin

v0.3.0 (🪣 Bucket)

27 Mar 20:14
6f0e21e

Choose a tag to compare

Changes

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: npm ci
    plugins:
-     cache#v0.2.0:
+     cache#v0.3.0:

v0.2.0 (💾 Storage)

26 Mar 16:22
91b9da9

Choose a tag to compare

Changes

  • Re-implementation of the plugin (#27) @toote
    • Change the architecture
    • Creates a configurable backend protocol with a test implementation
    • Update documentation with new behaviors

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: npm ci
    plugins:
-     cache#v0.0.1:
+     cache#v0.2.0: