[PR #7003] build(deps): bump github.com/eko/gocache/lib/v4 from 4.2.0 to 4.2.4 #27758

Open
opened 2026-08-05 07:09:11 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/7003
Author: @dependabot[bot]
Created: 7/30/2026
Status: 🔄 Open

Base: mainHead: dependabot/go_modules/github.com/eko/gocache/lib/v4-4.2.4


📝 Commits (1)

  • 495b721 build(deps): bump github.com/eko/gocache/lib/v4 from 4.2.0 to 4.2.4

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

Bumps github.com/eko/gocache/lib/v4 from 4.2.0 to 4.2.4.

Release notes

Sourced from github.com/eko/gocache/lib/v4's releases.

lib/v4.2.4

What's Changed

New Contributors

Full Changelog: https://github.com/eko/gocache/compare/lib/v4.2.3...lib/v4.2.4

store/memcache/v4.2.3

What's Changed

Full Changelog: https://github.com/eko/gocache/compare/lib/v4.2.1...store/memcache/v4.2.3

store/bigcache/v4.2.3

What's Changed

New Contributors

Full Changelog: https://github.com/eko/gocache/compare/store/memcache/v4.2.3...store/bigcache/v4.2.3

store/freecache/v4.2.3

What's Changed

New Contributors

Full Changelog: https://github.com/eko/gocache/compare/store/memcache/v4.2.3...store/freecache/v4.2.3

store/go_cache/v4.2.3

What's Changed

New Contributors

Full Changelog: https://github.com/eko/gocache/compare/store/memcache/v4.2.3...store/go_cache/v4.2.3

lib/v4.2.3

What's Changed

... (truncated)

Commits
  • 8d8d3b1 Merge pull request #309 from c-tonneslan/fix/chain-empty-caches
  • c86532e feat(marshaler): added a ErrUnsupportedValueType error
  • 0cc251f feat(loadable): fixed closing panic issue
  • e540537 fix(chain): fixed missing Close() method on chain cache
  • 80a4279 cache(chain): return an error from Get when no caches are configured
  • 6692fac Merge pull request #306 from semihbkgr/fix/memcache-tags-ttl
  • f22c1c6 Merge pull request #307 from semihbkgr/fix/memcache-tag-ttl-refresh
  • ba2f816 Merge pull request #308 from semihbkgr/fix/hazelcast-tags-cas
  • 16fada6 test(memcache): rename test for naming convention
  • bba80a3 fix(hazelcast): atomic tag list updates and TTL refresh
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/7003 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/30/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `dependabot/go_modules/github.com/eko/gocache/lib/v4-4.2.4` --- ### 📝 Commits (1) - [`495b721`](https://github.com/netbirdio/netbird/commit/495b7217fd35fd5021e45e7f0865a63ac6b9531a) build(deps): bump github.com/eko/gocache/lib/v4 from 4.2.0 to 4.2.4 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/eko/gocache/lib/v4](https://github.com/eko/gocache) from 4.2.0 to 4.2.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eko/gocache/releases">github.com/eko/gocache/lib/v4's releases</a>.</em></p> <blockquote> <h2>lib/v4.2.4</h2> <h2>What's Changed</h2> <ul> <li>Bump github.com/sirupsen/logrus from 1.4.2 to 1.8.3 in /store/pegasus by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/eko/gocache/pull/301">eko/gocache#301</a></li> <li>fix(hazelcast): use atomic operations for tag list updates by <a href="https://github.com/semihbkgr"><code>@​semihbkgr</code></a> in <a href="https://redirect.github.com/eko/gocache/pull/308">eko/gocache#308</a></li> <li>fix(memcache): refresh tag TTL when re-Setting an existing (key, tag) by <a href="https://github.com/semihbkgr"><code>@​semihbkgr</code></a> in <a href="https://redirect.github.com/eko/gocache/pull/307">eko/gocache#307</a></li> <li>feat: add TTL support for tags in Memcache store by <a href="https://github.com/semihbkgr"><code>@​semihbkgr</code></a> in <a href="https://redirect.github.com/eko/gocache/pull/306">eko/gocache#306</a></li> <li>cache(chain): return an error from Get when no caches are configured by <a href="https://github.com/c-tonneslan"><code>@​c-tonneslan</code></a> in <a href="https://redirect.github.com/eko/gocache/pull/309">eko/gocache#309</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/c-tonneslan"><code>@​c-tonneslan</code></a> made their first contribution in <a href="https://redirect.github.com/eko/gocache/pull/309">eko/gocache#309</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/eko/gocache/compare/lib/v4.2.3...lib/v4.2.4">https://github.com/eko/gocache/compare/lib/v4.2.3...lib/v4.2.4</a></p> <h2>store/memcache/v4.2.3</h2> <h2>What's Changed</h2> <ul> <li>Store memcache: moved from golang/mock to mockery by <a href="https://github.com/eko"><code>@​eko</code></a> in <a href="https://redirect.github.com/eko/gocache/pull/295">eko/gocache#295</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/eko/gocache/compare/lib/v4.2.1...store/memcache/v4.2.3">https://github.com/eko/gocache/compare/lib/v4.2.1...store/memcache/v4.2.3</a></p> <h2>store/bigcache/v4.2.3</h2> <h2>What's Changed</h2> <ul> <li>Hide mock interfaces from users by <a href="https://github.com/Neo2308"><code>@​Neo2308</code></a> in <a href="https://redirect.github.com/eko/gocache/pull/296">eko/gocache#296</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Neo2308"><code>@​Neo2308</code></a> made their first contribution in <a href="https://redirect.github.com/eko/gocache/pull/296">eko/gocache#296</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/eko/gocache/compare/store/memcache/v4.2.3...store/bigcache/v4.2.3">https://github.com/eko/gocache/compare/store/memcache/v4.2.3...store/bigcache/v4.2.3</a></p> <h2>store/freecache/v4.2.3</h2> <h2>What's Changed</h2> <ul> <li>Hide mock interfaces from users by <a href="https://github.com/Neo2308"><code>@​Neo2308</code></a> in <a href="https://redirect.github.com/eko/gocache/pull/296">eko/gocache#296</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Neo2308"><code>@​Neo2308</code></a> made their first contribution in <a href="https://redirect.github.com/eko/gocache/pull/296">eko/gocache#296</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/eko/gocache/compare/store/memcache/v4.2.3...store/freecache/v4.2.3">https://github.com/eko/gocache/compare/store/memcache/v4.2.3...store/freecache/v4.2.3</a></p> <h2>store/go_cache/v4.2.3</h2> <h2>What's Changed</h2> <ul> <li>Hide mock interfaces from users by <a href="https://github.com/Neo2308"><code>@​Neo2308</code></a> in <a href="https://redirect.github.com/eko/gocache/pull/296">eko/gocache#296</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Neo2308"><code>@​Neo2308</code></a> made their first contribution in <a href="https://redirect.github.com/eko/gocache/pull/296">eko/gocache#296</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/eko/gocache/compare/store/memcache/v4.2.3...store/go_cache/v4.2.3">https://github.com/eko/gocache/compare/store/memcache/v4.2.3...store/go_cache/v4.2.3</a></p> <h2>lib/v4.2.3</h2> <h2>What's Changed</h2> <ul> <li>chore(go-mod): bump outdated dependencies by <a href="https://github.com/geigerj0"><code>@​geigerj0</code></a> in <a href="https://redirect.github.com/eko/gocache/pull/300">eko/gocache#300</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eko/gocache/commit/8d8d3b1fb8635c397cf0c52beec7787b0757c249"><code>8d8d3b1</code></a> Merge pull request <a href="https://redirect.github.com/eko/gocache/issues/309">#309</a> from c-tonneslan/fix/chain-empty-caches</li> <li><a href="https://github.com/eko/gocache/commit/c86532e2704ac776b0c47867b454b6d51a84bfd6"><code>c86532e</code></a> feat(marshaler): added a ErrUnsupportedValueType error</li> <li><a href="https://github.com/eko/gocache/commit/0cc251ff0d173e4f7cee0a033409d9f77c77d08b"><code>0cc251f</code></a> feat(loadable): fixed closing panic issue</li> <li><a href="https://github.com/eko/gocache/commit/e540537d26fc4a14e9d801b6ef50550cabe79c59"><code>e540537</code></a> fix(chain): fixed missing Close() method on chain cache</li> <li><a href="https://github.com/eko/gocache/commit/80a4279b933f45daa0bdfd460891e4230ed98c14"><code>80a4279</code></a> cache(chain): return an error from Get when no caches are configured</li> <li><a href="https://github.com/eko/gocache/commit/6692facc4eed48c27ff68373cff7090e9a5b7545"><code>6692fac</code></a> Merge pull request <a href="https://redirect.github.com/eko/gocache/issues/306">#306</a> from semihbkgr/fix/memcache-tags-ttl</li> <li><a href="https://github.com/eko/gocache/commit/f22c1c6c72b008f5662f9a1dd88200353630ac2e"><code>f22c1c6</code></a> Merge pull request <a href="https://redirect.github.com/eko/gocache/issues/307">#307</a> from semihbkgr/fix/memcache-tag-ttl-refresh</li> <li><a href="https://github.com/eko/gocache/commit/ba2f8169a508d4d2cf4cd780aab277d217939d37"><code>ba2f816</code></a> Merge pull request <a href="https://redirect.github.com/eko/gocache/issues/308">#308</a> from semihbkgr/fix/hazelcast-tags-cas</li> <li><a href="https://github.com/eko/gocache/commit/16fada6409daf7c349b6fe64650bd9cc2efeeec0"><code>16fada6</code></a> test(memcache): rename test for naming convention</li> <li><a href="https://github.com/eko/gocache/commit/bba80a3c72968bf40730d6856114c8ca5ba365c7"><code>bba80a3</code></a> fix(hazelcast): atomic tag list updates and TTL refresh</li> <li>Additional commits viewable in <a href="https://github.com/eko/gocache/compare/lib/v4.2.0...lib/v4.2.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/eko/gocache/lib/v4&package-manager=go_modules&previous-version=4.2.0&new-version=4.2.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 07:09:11 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#27758