Releases: buildkite-plugins/cache-buildkite-plugin
Releases · buildkite-plugins/cache-buildkite-plugin
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:v0.3.2 (🫖 Cold Tea)
v0.3.1 (😅 Fun Day)
v0.3.0 (🪣 Bucket)
v0.2.0 (💾 Storage)
Changes
- Re-implementation of the plugin (#27) @toote
- Change the architecture
- Creates a configurable backend protocol with a test implementation
- Update documentation with new behaviors
Upgrading
To upgrade, update your pipeline.yml files:
steps:
- command: npm ci
plugins:
- cache#v0.0.1:
+ cache#v0.2.0: