Skip to content

Update go modules#795

Merged
reyortiz3 merged 3 commits into
mainfrom
renovate/go-modules
May 20, 2026
Merged

Update go modules#795
reyortiz3 merged 3 commits into
mainfrom
renovate/go-modules

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 20, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/go-git/go-git/v5 v5.19.0v5.19.1 age confidence
github.com/mark3labs/mcp-go v0.53.0v0.54.0 age confidence
github.com/modelcontextprotocol/registry v1.7.8v1.7.9 age confidence
github.com/stacklok/toolhive v0.27.2v0.28.0 age confidence
github.com/stacklok/toolhive-core v0.0.18v0.0.21 age confidence
k8s.io/apimachinery v0.36.0v0.36.1 age confidence

Release Notes

go-git/go-git (github.com/go-git/go-git/v5)

v5.19.1

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.19.0...v5.19.1

mark3labs/mcp-go (github.com/mark3labs/mcp-go)

v0.54.0

Compare Source

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.53.0...v0.54.0

modelcontextprotocol/registry (github.com/modelcontextprotocol/registry)

v1.7.9

Compare Source

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/registry@v1.7.8...v1.7.9

stacklok/toolhive (github.com/stacklok/toolhive)

v0.28.0

Compare Source

What's Changed

New Contributors

Full Changelog: stacklok/toolhive@v0.27.2...v0.28.0

stacklok/toolhive-core (github.com/stacklok/toolhive-core)

v0.0.21

Compare Source

What's Changed

Full Changelog: stacklok/toolhive-core@v0.0.20...v0.0.21

v0.0.20

Compare Source

What's Changed

Full Changelog: stacklok/toolhive-core@v0.0.19...v0.0.20

v0.0.19

Compare Source

What's Changed

Full Changelog: stacklok/toolhive-core@v0.0.18...v0.0.19

kubernetes/apimachinery (k8s.io/apimachinery)

v0.36.1

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 20, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
github.com/redis/go-redis/v9 v9.18.0 -> v9.19.0
golang.org/x/exp/event v0.0.0-20260312153236-7ab1446f8b90 -> v0.0.0-20260410095643-746e56fc9e2f
golang.org/x/exp/jsonrpc2 v0.0.0-20260410095643-746e56fc9e2f -> v0.0.0-20260508232706-74f9aab9d74a
golang.org/x/mod v0.35.0 -> v0.36.0
k8s.io/streaming v0.36.0 -> v0.36.1

ChrisJBurns
ChrisJBurns previously approved these changes May 20, 2026
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.58%. Comparing base (31f1faf) to head (d612abb).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #795      +/-   ##
==========================================
- Coverage   61.58%   61.58%   -0.01%     
==========================================
  Files         110      110              
  Lines       10660    10657       -3     
==========================================
- Hits         6565     6563       -2     
+ Misses       3510     3509       -1     
  Partials      585      585              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

lujunsan added 2 commits May 20, 2026 22:20
The default schedule for this repo is `schedule:earlyMondays` and the
`gomod` group rule batches all Go module bumps into one weekly PR.
`toolhive-core` cuts patch releases on a near-daily cadence (recent
`v0.0.19` → `v0.0.20` → `v0.0.21` in successive days), and waiting up
to a week to pick those up has caused incompatible-API drift between
this repo and the upstream sync bot in `stacklok/toolhive`. Mirror the
rule used in `stacklok/toolhive/renovate.json` so `toolhive-core` is
updated at any time, keeping us closely aligned with upstream.
`toolhive-core` v0.0.20 removed the `UpstreamGroup` type and the
`Groups` field from `UpstreamData` (stacklok/toolhive-core#107). With
this branch bumping `toolhive-core` to v0.0.21, three remaining call
sites still referenced the removed identifiers and broke the build:
`internal/registry/testutils_upstream.go`,
`internal/sources/api_upstream.go`, and
`internal/filtering/filter_service.go`. Drop the now-defunct field
initializations so the upstream removal lands cleanly.
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 20, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@lujunsan lujunsan requested a review from ChrisJBurns May 20, 2026 20:34
@reyortiz3 reyortiz3 merged commit 62ad49d into main May 20, 2026
17 checks passed
@reyortiz3 reyortiz3 deleted the renovate/go-modules branch May 20, 2026 20:38
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.

4 participants