Skip to content

Conversation

@red-hat-konflux
Copy link
Contributor

@red-hat-konflux red-hat-konflux bot commented Nov 7, 2025

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


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 #​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 - At any time (no schedule defined), 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

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.

@openshift-ci openshift-ci bot requested review from c3d and littlejawa November 7, 2025 00:28
@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Nov 7, 2025
@openshift-ci
Copy link

openshift-ci bot commented Nov 7, 2025

Hi @red-hat-konflux[bot]. Thanks for your PR.

I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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

@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/hashicorp/golang-lru to v2 chore(deps): update module github.com/hashicorp/golang-lru to v2 - autoclosed Nov 9, 2025
@red-hat-konflux red-hat-konflux bot closed this Nov 9, 2025
@red-hat-konflux red-hat-konflux bot deleted the konflux/mintmaker/devel/git.colasdn.top-hashicorp-golang-lru-2.x branch November 9, 2025 12:51
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/hashicorp/golang-lru to v2 - autoclosed chore(deps): update module github.com/hashicorp/golang-lru to v2 Nov 9, 2025
@red-hat-konflux red-hat-konflux bot reopened this Nov 9, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/devel/git.colasdn.top-hashicorp-golang-lru-2.x branch from b5678d7 to 6a3ff55 Compare November 9, 2025 20:40
@gkurz gkurz self-assigned this Nov 10, 2025
@gkurz
Copy link
Member

gkurz commented Nov 10, 2025

/ok-to-test

@openshift-ci openshift-ci bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Nov 10, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/devel/git.colasdn.top-hashicorp-golang-lru-2.x branch from 6a3ff55 to 1c0a8e0 Compare November 10, 2025 08:34
@gkurz
Copy link
Member

gkurz commented Nov 10, 2025

/retest

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/devel/git.colasdn.top-hashicorp-golang-lru-2.x branch from 1c0a8e0 to 51bf142 Compare November 10, 2025 12:32
@gkurz
Copy link
Member

gkurz commented Nov 12, 2025

/retest

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/devel/git.colasdn.top-hashicorp-golang-lru-2.x branch from 51bf142 to 78a8c7b Compare November 26, 2025 20:57
@openshift-ci
Copy link

openshift-ci bot commented Nov 26, 2025

@red-hat-konflux[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/sandboxed-containers-operator-e2e 78a8c7b link false /test sandboxed-containers-operator-e2e
ci/prow/check 78a8c7b link false /test check
ci/prow/ci-index-openshift-sandboxed-containers-operator-bundle 78a8c7b link true /test ci-index-openshift-sandboxed-containers-operator-bundle
ci/prow/images 78a8c7b link true /test images

Full PR test history. Your PR dashboard.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant