Releases: buildkite-plugins/cache-buildkite-plugin
Releases · buildkite-plugins/cache-buildkite-plugin
v1.8.1
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)
What's Changed
- Add callout for plugin dependencies in plugin docs by @jeremybumsted in #123
- feat: ossf scanning by @mcncl in #125
- Update README with info on HA Cache Volumes by @petetomasik in #128
- Update README with new plugin version by @pzeballos in #119
- Update readme with backend examples by @Damilola-obasa in #129
- Update README to cover AWS configuration by @scadu in #133
- feat: Add soft-fail option for non-critical cache operations by @dansamsara in #132
- Support AWS profiles by @toote in #134
Upgrading
To upgrade, update your pipeline.yml files:
steps:
- command: npm ci
plugins:
- cache#v1.7.2:
+ cache#v1.8.0:New Contributors
- @jeremybumsted made their first contribution in #123
- @mcncl made their first contribution in #125
- @petetomasik made their first contribution in #128
- @Damilola-obasa made their first contribution in #129
- @scadu made their first contribution in #133
Full Changelog: v1.7.0...v1.8.0
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
zstdcompression (#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: