v0.2.61
nektos/actv0.2.61Apr 1, 2024by nektos-ci
AI Summary
Improves cache handling by fixing rootless permission bits, cache restore order, and docker buildx cache functionality.
Key Highlights
- Fix cache adjust restore order of exact key matches
- Fix rootless permission bits (new actions cache)
- Fix docker buildx cache restore not working
- Support overwriting caches
New Features
- Support overwriting caches
Full Release Notes
## Changelog ### Bug fixes * f825e42 fix: cache adjust restore order of exact key matches (#2267) * 119ceb8 fix: rootless permission bits (new actions cache) (#2242) * 75e4ad9 fix: docker buildx cache restore not working (#2236) ### Other * 361b7e9 chore: bump VERSION to 0.2.61 * d9a19c8 Trivial: reduce log spam. (#2256) * 3949d74 chore: remove repetitive words (#2259) * b9382a2 Support overwriting caches (#2265) * f56dd65 test: use ping to improve network test (#2266) * 069720a build(deps): bump github.com/docker/docker (#2252) * 8c83d57 build(deps): bump golang.org/x/term from 0.17.0 to 0.18.0 (#2244) * 352ad41 fix function name in comment (#2240) * 934b13a build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#2235)