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

fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 #29830

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/ReneKroon/ttlcache/v2 v2.11.0 -> v3.3.0 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

ReneKroon/ttlcache (github.com/ReneKroon/ttlcache/v2)

v3.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: jellydator/ttlcache@v3.2.1...v3.3.0

v3.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: jellydator/ttlcache@v3.2.0...v3.2.1

v3.2.0

Compare Source

What's Changed

Full Changelog: jellydator/ttlcache@v3.1.1...v3.2.0

v3.1.1

Compare Source

Fix a bug in the Range method that causes a panic when the cache is empty

v3.1.0

Compare Source

Notable changes:

v3.0.1

Compare Source

Add a SupressedLoader initialization function (https://github.com/jellydator/ttlcache/issues/86)

v3.0.0

Compare Source

The version 3 of ttlcache includes many breaking changes, some of which improve the general usability and readability of the code, while others extend the current API with new Go features (mainly type parameters). The most notable of these additions/changes are:

  • The new Item type that is returned by both Get and Set methods.
  • The deletion of the Close() method.
  • The rename of the Purge() method to DeleteAll().
  • The rewritten New function that now accepts functional options. It also doesn't start the automatic expired item deletion process: the Start() method needs to be explicitly called for it to be activated.
  • Improved event/callback registration methods.
  • More predictable item deletion when the cache's capacity is reached.
  • The new Loader interface.

All new or updated types and functions can be found on the documentation, README, or v3 issue page.

v2.11.1

Compare Source

The v2 module path has been changed.


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 December 12, 2023 21:14
@renovate renovate bot added dependencies Pull requests that update a dependency file renovatebot labels Dec 12, 2023
@renovate renovate bot requested a review from dmitryax December 12, 2023 21:14
Copy link
Contributor Author

renovate bot commented Dec 12, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: receiver/googlecloudspannerreceiver/go.sum
Command failed: go get -d -t ./...
go: github.com/ReneKroon/ttlcache/v3@v3.2.0: parsing go.mod:
	module declares its path as: github.com/jellydator/ttlcache/v3
	        but was required as: github.com/ReneKroon/ttlcache/v3

@renovate renovate bot changed the title Update module github.com/ReneKroon/ttlcache/v2 to v3 fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Dec 14, 2023
@renovate renovate bot force-pushed the renovate/github.com-renekroon-ttlcache-v2-3.x branch from 0202ade to 4fef2f1 Compare December 14, 2023 14:17
@renovate renovate bot changed the title fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Update module github.com/ReneKroon/ttlcache/v2 to v3 Dec 15, 2023
@renovate renovate bot force-pushed the renovate/github.com-renekroon-ttlcache-v2-3.x branch 2 times, most recently from 7f108ff to b4e48b5 Compare December 20, 2023 00:49
@renovate renovate bot changed the title Update module github.com/ReneKroon/ttlcache/v2 to v3 fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Jan 2, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Update module github.com/ReneKroon/ttlcache/v2 to v3 Jan 4, 2024
@renovate renovate bot changed the title Update module github.com/ReneKroon/ttlcache/v2 to v3 fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Jan 4, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Update module github.com/ReneKroon/ttlcache/v2 to v3 Jan 12, 2024
@renovate renovate bot force-pushed the renovate/github.com-renekroon-ttlcache-v2-3.x branch from b4e48b5 to 82d18e8 Compare January 16, 2024 10:13
@renovate renovate bot changed the title Update module github.com/ReneKroon/ttlcache/v2 to v3 fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Jan 16, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Update module github.com/ReneKroon/ttlcache/v2 to v3 Jan 18, 2024
@renovate renovate bot changed the title Update module github.com/ReneKroon/ttlcache/v2 to v3 fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Jan 22, 2024
@TylerHelmuth TylerHelmuth added the dependency-major-update Indicates a dependency major version bump label Jan 23, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Update module github.com/ReneKroon/ttlcache/v2 to v3 Jan 25, 2024
@renovate renovate bot changed the title Update module github.com/ReneKroon/ttlcache/v2 to v3 fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Jan 29, 2024
@renovate renovate bot force-pushed the renovate/github.com-renekroon-ttlcache-v2-3.x branch from 82d18e8 to 2cb6f60 Compare January 30, 2024 17:00
@codeboten
Copy link
Contributor

Pinging code owners of the module that brings in this dependency @varunraiko, please review and see if this update can be applied or should be ignored

@renovate renovate bot changed the title fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Update module github.com/ReneKroon/ttlcache/v2 to v3 Feb 1, 2024
@renovate renovate bot changed the title Update module github.com/ReneKroon/ttlcache/v2 to v3 fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Feb 1, 2024
@renovate renovate bot force-pushed the renovate/github.com-renekroon-ttlcache-v2-3.x branch from d3c76f8 to f7ef12f Compare August 24, 2024 09:40
@renovate renovate bot changed the title fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Update module github.com/ReneKroon/ttlcache/v2 to v3 Aug 27, 2024
@renovate renovate bot force-pushed the renovate/github.com-renekroon-ttlcache-v2-3.x branch from f7ef12f to 1abd8f9 Compare August 27, 2024 10:37
@renovate renovate bot changed the title Update module github.com/ReneKroon/ttlcache/v2 to v3 fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Aug 28, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Update module github.com/ReneKroon/ttlcache/v2 to v3 Sep 3, 2024
@renovate renovate bot changed the title Update module github.com/ReneKroon/ttlcache/v2 to v3 fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Sep 4, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Update module github.com/ReneKroon/ttlcache/v2 to v3 Sep 6, 2024
@renovate renovate bot changed the title Update module github.com/ReneKroon/ttlcache/v2 to v3 fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Sep 7, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Update module github.com/ReneKroon/ttlcache/v2 to v3 Sep 9, 2024
@renovate renovate bot changed the title Update module github.com/ReneKroon/ttlcache/v2 to v3 fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Sep 11, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Update module github.com/ReneKroon/ttlcache/v2 to v3 Sep 30, 2024
@renovate renovate bot changed the title Update module github.com/ReneKroon/ttlcache/v2 to v3 fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Sep 30, 2024
@renovate renovate bot force-pushed the renovate/github.com-renekroon-ttlcache-v2-3.x branch from 1abd8f9 to 0f4fa5c Compare October 1, 2024 20:09
@renovate renovate bot requested a review from a team as a code owner October 1, 2024 20:09
@renovate renovate bot changed the title fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Update module github.com/ReneKroon/ttlcache/v2 to v3 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/github.com-renekroon-ttlcache-v2-3.x branch from 0f4fa5c to f6539be Compare October 8, 2024 16:26
@renovate renovate bot changed the title Update module github.com/ReneKroon/ttlcache/v2 to v3 fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Oct 10, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Update module github.com/ReneKroon/ttlcache/v2 to v3 Oct 10, 2024
@renovate renovate bot changed the title Update module github.com/ReneKroon/ttlcache/v2 to v3 fix(deps): update module github.com/renekroon/ttlcache/v2 to v3 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/github.com-renekroon-ttlcache-v2-3.x branch from f6539be to 5806ac5 Compare October 15, 2024 16:43
@axw
Copy link
Contributor

axw commented Oct 16, 2024

Given that googlecloudspannerreceiver (the only component this PR changes) is unmaintained, should we close this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants