Skip to content

Releases: buildkite-plugins/cache-buildkite-plugin

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:

v1.0.0 (🥁 Making it Official)

05 Apr 14:28
f72c138
Compare
Choose a tag to compare

Fixes

Updates

Upgrading

To upgrade, update your pipeline.yml files:

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

v0.6.0 (🧳 Getting Ready)

20 Jul 22:33
bbbd571
Compare
Choose a tag to compare

Updates

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: npm ci
    plugins:
-     cache#v0.5.0:
+     cache#v0.6.0:

v0.5.0 (🫠 The Week)

28 Jun 18:36
a33643d
Compare
Choose a tag to compare

Updates

  • Adds a new feature to compress the cached file/folder before saving and uncompress it afterwards (#44 ) @toote

Fixes

Upgrading

To upgrade, update your pipeline.yml files:

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

v0.4.0 (🛒 To the Market)

01 Jun 03:20
7cbdf29
Compare
Choose a tag to compare

Updates

  • Replaces docker-compose with plugin tester (#33) @toote
  • Allows suppression of s3 file operations to not flood the logs (#35) @peter-svensson

Fixes

Renovate

  • update buildkite plugin plugin-linter to v3.2.0 (#42)
  • update buildkite plugin plugin-tester to v1.1.0 (#43)

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: npm ci
    plugins:
-     cache#v0.3.2:
+     cache#v0.4.0:

v0.3.2 (🫖 Cold Tea)

28 Mar 21:12
074914e
Compare
Choose a tag to compare

Fixes

  • Corrects an issue when caching folders as head-object would return false. (#31) @toote

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: npm ci
    plugins:
-     cache#v0.3.1:
+     cache#v0.3.2:

v0.3.1 (😅 Fun Day)

28 Mar 18:02
158dbb9
Compare
Choose a tag to compare

Fixes

  • Remove --recursive flag that does not exist for sync (#30) @toote

Upgrading

To upgrade, update your pipeline.yml files:

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