chore(deps): update module github.com/hashicorp/golang-lru to v2 - #577
chore(deps): update module github.com/hashicorp/golang-lru to v2#577red-hat-konflux[bot] wants to merge 1 commit into
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
Walkthrough
ChangesGo module dependency updates
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 error)
✅ Passed checks (14 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
5ebb928 to
d0e7372
Compare
d0e7372 to
eb88221
Compare
eb88221 to
9bc79f8
Compare
5f50bf1 to
54b8528
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #577 +/- ##
=======================================
Coverage 67.61% 67.61%
=======================================
Files 8 8
Lines 1124 1124
=======================================
Hits 760 760
Misses 330 330
Partials 34 34 🚀 New features to boost your workflow:
|
54b8528 to
64ea8bb
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
64ea8bb to
f3975fd
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: red-hat-konflux[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
1 similar comment
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: red-hat-konflux[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/retest |
|
@red-hat-konflux[bot]: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
This change is a downgrade (golang-lru v0.6.0 → v0.5.4), not an upgrade. Mintmaker appears confused. Close. |
This PR contains the following updates:
v0.6.0→v2.0.7Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
hashicorp/golang-lru (github.com/hashicorp/golang-lru)
v2.0.7: golang-lru 2.0.7Compare Source
What's Changed
New Contributors
Full Changelog: hashicorp/golang-lru@v2.0.6...v2.0.7
v2.0.6: golang-lru 2.0.6Compare Source
This release removes calling the eviction callback when the
Addmethod is called with an item that is already in the cache (#154); it reverts PR #135 which caused issue #141.What's Changed
Full Changelog: hashicorp/golang-lru@v2.0.5...v2.0.6
v2.0.5: Add expirable LRUCompare Source
This release adds an
expirableLRU package.v2.0.4: Add eviction callback on replaceCompare Source
This release encompasses #135
v2.0.3: Add Values() and separate ARCCompare Source
This release adds the
Values()method on caches and removes ARC from the main module so that it does not need to be imported along with the rest of the module for those concerned around its patent status.The code/API is the same, but is now found at
github.com/hashicorp/golang-lru/arc/v2.v2.0.2: Reduce memory usageCompare Source
Minor fixes to reduce some memory usage
v2.0.1Compare Source
v2.0.0: GenericsCompare Source
This release adds support for generics, and bumps the package version appropriately.
v1.0.2: Last release of v0/v1 code baseCompare Source
This release is the same as v0.6.0. It allows projects depending on the v0 code to upgrade safely to v1. This is the last release of v0/v1 code. Dependent projects should upgrade to v2.
v1.0.1: Pointer to v0/v2This is a placeholder tag to instruct people to explicitly use v0 tags or use the v2 module.
Configuration
📅 Schedule: (in timezone UTC)
* 2-4 * * 1-5)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.