Releases: buildkite-plugins/cache-buildkite-plugin
Releases · buildkite-plugins/cache-buildkite-plugin
v1.7.0 (✈️ Traveling)
What's Changed
- New release version by @pzeballos in #114
- fix: set default value for already_compressed variable by @dansamsara in #117
- Some cleanup by @toote in #118
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)
What's Changed
- Fix file level cache restore when using the list-version of the manifest option (#110) by @dansamsara
- Cache path removal bug (#113) by @toote
- Feat: Extra key data (#111) by @toote
- Prepare for next release (#107) by @pzeballos
New Contributors
- @dansamsara made their first contribution in #110
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)
v1.5.1 (🏦 Banking Workflows)
Fixes
- Copy instead of Move for zip files (#96) @lswith
- Improve
zstd
compression (#103) @sp-aaflalo
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.)
v1.4.0 (🥳 2025!)
v1.3.0 (😎 Friday!)
Added
- Support absolute caching path (#83) @peter-svensson
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)
Added
- Abort post-command on non-zero exit status (#84) @amancevice
- Compress only if saving to backend (#85) @lukealbao
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: npm ci
plugins:
- cache#v1.1.0:
+ cache#v1.2.0: