chore(deps): update rharkor/caching-for-turbo action to v1.8 #390
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.6
->v1.8
Release Notes
rharkor/caching-for-turbo (rharkor/caching-for-turbo)
v1.8
Compare Source
Release Notes: v1.8 - S3 Provider and Cache Management
New Feature: S3 Storage Provider for Turbo Cache
We're excited to announce the addition of Amazon S3 as a storage provider for your Turborepo cache! This new feature allows teams to store cache artifacts in their own S3 buckets or any S3-compatible storage service.
Key Benefits of S3 Provider:
How to Use the S3 Provider:
New Feature: Advanced Cache Management Options
To prevent unbounded growth of your cache storage (especially important with S3), we've introduced powerful cache cleanup options that allow you to set automated policies for cache retention:
Cache Cleanup Options:
max-age: 1mo
- Remove cache entries older than the specified duration1d
(1 day),1w
(1 week),1mo
(1 month)max-files: 300
- Keep only the specified number of most recent cache entriesmax-size: 10gb
- Remove oldest entries when total size exceeds the limit100mb
,5gb
,10gb
Example with Cache Management:
Important Notes:
S3 Storage Cost Management: Unlike GitHub's built-in cache, S3 does not automatically prune old entries. We strongly recommend configuring at least one cleanup option to avoid unlimited storage growth and unexpected costs.
Required S3 Configuration: When using the S3 provider, you must provide
s3-access-key-id
,s3-secret-access-key
,s3-bucket
,s3-region
, ands3-endpoint
.S3 Compatibility: Works with any S3-compatible storage service by configuring the appropriate endpoint.
Security Best Practices:
Always use GitHub Secrets for storing your S3 credentials:
This release provides enterprise-grade caching capabilities while keeping you in complete control of your infrastructure and storage costs. Enjoy faster builds with the flexibility of your own storage backend!
Full Changelog: rharkor/caching-for-turbo@v1.7...v1.8
v1.7
Compare Source
What's Changed
Full Changelog: rharkor/caching-for-turbo@v1.6...v1.7
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.