Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename to recreate #30890

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/hashicorp/golang-lru v1.0.2 -> v2.0.7 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

⚠️ MAJOR VERSION UPDATE ⚠️ - please manually update this package


Release Notes

hashicorp/golang-lru (github.com/hashicorp/golang-lru)

v2.0.7: golang-lru 2.0.7

Compare Source

What's Changed
New Contributors

Full Changelog: hashicorp/golang-lru@v2.0.6...v2.0.7

v2.0.6: golang-lru 2.0.6

Compare Source

This release removes calling the eviction callback when the Add method 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 LRU

Compare Source

This release adds an expirable LRU package.

v2.0.4: Add eviction callback on replace

Compare Source

This release encompasses https://github.com/hashicorp/golang-lru/pull/135

v2.0.3: Add Values() and separate ARC

Compare 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 usage

Compare Source

Minor fixes to reduce some memory usage

v2.0.1

Compare Source

v2.0.0: Generics

Compare Source

This release adds support for generics, and bumps the package version appropriately.


Configuration

📅 Schedule: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team January 30, 2024 19:06
@renovate renovate bot added the dependency-major-update Indicates a dependency major version bump label Jan 30, 2024
@renovate renovate bot requested a review from dmitryax as a code owner January 30, 2024 19:06
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-golang-lru-2.x branch from f611054 to d5a63e9 Compare January 30, 2024 20:19
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/golang-lru to v2 Update module github.com/hashicorp/golang-lru to v2 Feb 1, 2024
@renovate renovate bot changed the title Update module github.com/hashicorp/golang-lru to v2 fix(deps): update module github.com/hashicorp/golang-lru to v2 Feb 1, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/golang-lru to v2 Update module github.com/hashicorp/golang-lru to v2 Feb 1, 2024
@renovate renovate bot changed the title Update module github.com/hashicorp/golang-lru to v2 fix(deps): update module github.com/hashicorp/golang-lru to v2 Feb 2, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/golang-lru to v2 Update module github.com/hashicorp/golang-lru to v2 Feb 6, 2024
@renovate renovate bot changed the title Update module github.com/hashicorp/golang-lru to v2 fix(deps): update module github.com/hashicorp/golang-lru to v2 Feb 6, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/golang-lru to v2 Update module github.com/hashicorp/golang-lru to v2 Feb 6, 2024
@renovate renovate bot changed the title Update module github.com/hashicorp/golang-lru to v2 fix(deps): update module github.com/hashicorp/golang-lru to v2 Feb 6, 2024
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-golang-lru-2.x branch from d5a63e9 to bf72eaf Compare February 8, 2024 00:55
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/golang-lru to v2 Update module github.com/hashicorp/golang-lru to v2 Feb 8, 2024
@renovate renovate bot changed the title Update module github.com/hashicorp/golang-lru to v2 fix(deps): update module github.com/hashicorp/golang-lru to v2 Feb 8, 2024
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-golang-lru-2.x branch from bf72eaf to 61048aa Compare February 12, 2024 21:09
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/golang-lru to v2 Update module github.com/hashicorp/golang-lru to v2 Feb 12, 2024
@renovate renovate bot changed the title Update module github.com/hashicorp/golang-lru to v2 fix(deps): update module github.com/hashicorp/golang-lru to v2 Feb 13, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/golang-lru to v2 Update module github.com/hashicorp/golang-lru to v2 Feb 14, 2024
@renovate renovate bot changed the title Update module github.com/hashicorp/golang-lru to v2 fix(deps): update module github.com/hashicorp/golang-lru to v2 Feb 14, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/golang-lru to v2 Update module github.com/hashicorp/golang-lru to v2 Feb 19, 2024
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-golang-lru-2.x branch from 61048aa to 072d136 Compare February 21, 2024 14:20
@renovate renovate bot changed the title Update module github.com/hashicorp/golang-lru to v2 fix(deps): update module github.com/hashicorp/golang-lru to v2 Feb 23, 2024
@renovate renovate bot changed the title Update module github.com/hashicorp/golang-lru to v2 fix(deps): update module github.com/hashicorp/golang-lru to v2 Sep 4, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/golang-lru to v2 Update module github.com/hashicorp/golang-lru to v2 Sep 6, 2024
@renovate renovate bot changed the title Update module github.com/hashicorp/golang-lru to v2 fix(deps): update module github.com/hashicorp/golang-lru to v2 Sep 7, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/golang-lru to v2 Update module github.com/hashicorp/golang-lru to v2 Sep 9, 2024
@renovate renovate bot changed the title Update module github.com/hashicorp/golang-lru to v2 fix(deps): update module github.com/hashicorp/golang-lru to v2 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-golang-lru-2.x branch from 469075a to 6a2f940 Compare September 11, 2024 14:14
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/golang-lru to v2 Update module github.com/hashicorp/golang-lru to v2 Sep 30, 2024
@renovate renovate bot changed the title Update module github.com/hashicorp/golang-lru to v2 fix(deps): update module github.com/hashicorp/golang-lru to v2 Sep 30, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/golang-lru to v2 Update module github.com/hashicorp/golang-lru to v2 Oct 3, 2024
@renovate renovate bot changed the title Update module github.com/hashicorp/golang-lru to v2 fix(deps): update module github.com/hashicorp/golang-lru to v2 Oct 10, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/golang-lru to v2 Update module github.com/hashicorp/golang-lru to v2 Oct 10, 2024
@renovate renovate bot changed the title Update module github.com/hashicorp/golang-lru to v2 fix(deps): update module github.com/hashicorp/golang-lru to v2 Oct 10, 2024
songy23

This comment was marked as resolved.

@songy23 songy23 closed this Oct 16, 2024
@songy23 songy23 reopened this Oct 16, 2024
@songy23 songy23 requested a review from a team as a code owner October 16, 2024 13:10
Copy link
Contributor Author

renovate bot commented Oct 16, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot closed this Oct 16, 2024
@renovate renovate bot deleted the renovate/github.com-hashicorp-golang-lru-2.x branch October 16, 2024 13:17
@songy23 songy23 changed the title fix(deps): update module github.com/hashicorp/golang-lru to v2 rename to recreate Oct 16, 2024
codeboten added a commit that referenced this pull request Oct 18, 2024
#### Description

Fixes incomplete mechanical update in
#30890.
The new version of golang-lru uses type params.

Recreates
#35824,
which Renovate kindly closed without merging 🥲

#### Link to tracking issue

Supersedes
#30890

#### Testing

Ran the unit tests.

#### Documentation

N/A

Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants