Skip to content

Releases: buildkite-plugins/cache-buildkite-plugin

v1.7.0 (✈️ Traveling)

12 May 19:48
4fab8ba
Compare
Choose a tag to compare

What's Changed

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: npm ci
    plugins:
-     cache#v1.6.2
+     cache#v1.7.0:

Full Changelog: v1.6.0...v1.7.0

v1.6.0 (☔ Rainy Day)

29 Apr 20:58
68e21f1
Compare
Choose a tag to compare

What's Changed

New Contributors

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: npm ci
    plugins:
-     cache#v1.5.2
+     cache#v1.6.0:

Full Changelog: v1.5.2...v1.6.0

v1.5.2 (🦷 The Dentist)

11 Mar 20:08
464d7d4
Compare
Choose a tag to compare

Fixes

  • Fix bug with multiple manifest files(#106) @toote

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: npm ci
    plugins:
-     cache#v1.5.1:
+     cache#v1.5.2:

v1.5.1 (🏦 Banking Workflows)

28 Feb 18:57
ee65e49
Compare
Choose a tag to compare

Fixes

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: npm ci
    plugins:
-     cache#v1.5.0:
+     cache#v1.5.1:

v1.5.0 (🤩 Birthday Prep.)

17 Feb 21:30
74cc7b2
Compare
Choose a tag to compare

Added

Fixes

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: npm ci
    plugins:
-     cache#v1.4.0:
+     cache#v1.5.0:

v1.4.0 (🥳 2025!)

08 Jan 23:49
9334871
Compare
Choose a tag to compare

Added

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: npm ci
    plugins:
-     cache#v1.3.0:
+     cache#v1.4.0:

v1.3.0 (😎 Friday!)

25 Oct 23:16
c8bd9c3
Compare
Choose a tag to compare

Added

Upgrading

To upgrade, update your pipeline.yml files:

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

v1.2.0 (🤧 The flu)

22 Oct 19:45
a540f5d
Compare
Choose a tag to compare

Added

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: npm ci
    plugins:
-     cache#v1.1.0:
+     cache#v1.2.0:

v1.1.0 (🫖 Hot Tea)

09 Aug 00:03
280a02a
Compare
Choose a tag to compare

Added

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: npm ci
    plugins:
-     cache#v1.0.1:
+     cache#v1.1.0:

v1.0.1 (🥶 Cold Day)

28 May 16:09
0597d55
Compare
Choose a tag to compare

Fixes

Updates

  • Added FS debugging and logging (#68) @toote

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: npm ci
    plugins:
-     cache#v1.0.0:
+     cache#v1.0.1: