Releases: buildkite-plugins/cache-buildkite-plugin
Releases · buildkite-plugins/cache-buildkite-plugin
v1.10.0
What's Changed
- Upgrade cache plugin version from 1.8.1 to 1.9.0 by @pzeballos in #146
- Add zstd binary support for lower version tar by @logan-han in #147
- chore(deps): update buildkite plugin secrets to v2 by @renovate[bot] in #148
- Support Azure Blob Storage as cache backend by @petetomasik in #149
New Contributors
- @logan-han made their first contribution in #147
Full Changelog: v1.9.0...v1.10.0
v1.9.0 (Nice Cup of Coffee ☕)
What's Changed
- Add support for GCS by @juanpark-dandy in #145
Upgrading
To upgrade, update your pipeline.yml files:
steps:
- command: npm ci
plugins:
- cache#v1.8.1:
+ cache#v1.9.0:New Contributors
- @juanpark-dandy made their first contribution in #145
Full Changelog: v1.8.1...v1.9.0
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: