Skip to content

Releases: buildkite-plugins/cache-buildkite-plugin

v1.8.1

14 Nov 20:13
v1.8.1
1ad2d78

Choose a tag to compare

What's Changed

  • Update cache plugin version from v1.7.0 to v1.8.0 by @pzeballos in #135
  • chore(deps): update buildkite plugin secrets to v1.0.1 by @renovate[bot] in #139
  • chore(deps): update buildkite plugin secrets to v1.0.2 by @renovate[bot] in #140
  • fix(soft-fail): propagate signal terminations by @dansamsara in #142

Full Changelog: v1.8.0...v1.8.1

v1.8.0 (🏥 Dr's Day)

29 Oct 17:46
ce37561

Choose a tag to compare

What's Changed

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: npm ci
    plugins:
-     cache#v1.7.2:
+     cache#v1.8.0:

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0 (✈️ Traveling)

12 May 19:48
4fab8ba

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

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

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

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

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

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

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

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: