Releases: buildkite-plugins/cache-buildkite-plugin
Releases · buildkite-plugins/cache-buildkite-plugin
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:
v1.1.0 (🫖 Hot Tea)
v1.0.1 (🥶 Cold Day)
v1.0.0 (🥁 Making it Official)
Fixes
Updates
- Added Code of Conduct (#60) @tomowatt
- Update buildkite plugin plugin-tester to v1.1.1 (#59) @renovate-bot
- Update buildkite plugin plugin-linter to v3.3.0 (#58) @renovate-bot
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)
Updates
- Adds support for custom S3 endpoints (#51) @DavidGregory084
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)
v0.4.0 (🛒 To the Market)
Updates
- Replaces docker-compose with plugin tester (#33) @toote
- Allows suppression of s3 file operations to not flood the logs (#35) @peter-svensson
Fixes
- Fix an issue in the FS backend when a cache key is saved multiple times. (#41) @toote
- chore: fix exists (#36) @peter-svensson
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: