Skip to content

build(deps): bump github.com/modelcontextprotocol/registry from 1.5.0 to 1.7.9 - #659

Merged
github-actions[bot] merged 2 commits into
mainfrom
dependabot/go_modules/github.com/modelcontextprotocol/registry-1.7.9
Aug 30, 2026
Merged

build(deps): bump github.com/modelcontextprotocol/registry from 1.5.0 to 1.7.9#659
github-actions[bot] merged 2 commits into
mainfrom
dependabot/go_modules/github.com/modelcontextprotocol/registry-1.7.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/modelcontextprotocol/registry from 1.5.0 to 1.7.9.

Release notes

Sourced from github.com/modelcontextprotocol/registry's releases.

v1.7.9

What's Changed

New Contributors

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

v1.7.8

What's Changed

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

v1.7.7

What's Changed

New Contributors

... (truncated)

Commits
  • 35b2071 fix(validators/oci): fail closed on upstream rate limiting (#1281)
  • 4e319e8 build(deps): bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.0 in /deplo...
  • 276037b docs(complete): align publish CLI flags with implementation (closes #767) (#1...
  • 1d36806 build(deps): bump golang.org/x/mod from 0.35.0 to 0.36.0 (#1271)
  • 7bc506f build(deps): bump github.com/pulumi/pulumi/sdk/v3 from 3.236.0 to 3.237.0 in ...
  • fe0cb3b build(deps): bump sigstore/cosign-installer from 4.1.1 to 4.1.2 in the action...
  • 8af641c build(deps): bump github.com/pulumi/pulumi/sdk/v3 from 3.235.0 to 3.236.0 in ...
  • d93f8f7 build(deps): bump cloud.google.com/go/kms from 1.30.0 to 1.31.0 (#1263)
  • f5fe2e9 build(deps): bump golang.org/x/net from v0.52.0 to v0.53.0 (#1269)
  • 718735c docs(authentication): note OpenSSL 3.x requirement for Ed25519 (#1253)
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/modelcontextprotocol/registry](https://github.com/modelcontextprotocol/registry) from 1.5.0 to 1.7.9.
- [Release notes](https://github.com/modelcontextprotocol/registry/releases)
- [Commits](modelcontextprotocol/registry@v1.5.0...v1.7.9)

---
updated-dependencies:
- dependency-name: github.com/modelcontextprotocol/registry
  dependency-version: 1.7.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added build M-T: Changes to compilation and CI processes semver:patch Use on pull requests to describe the release version increment labels Aug 28, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 28, 2026 23:24
@dependabot dependabot Bot added the build M-T: Changes to compilation and CI processes label Aug 28, 2026
@github-actions github-actions Bot added this to the Next Release milestone Aug 28, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 28, 2026 23:25
@codecov

codecov Bot commented Aug 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.56%. Comparing base (b589377) to head (7b16c4a).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #659      +/-   ##
==========================================
- Coverage   72.59%   72.56%   -0.03%     
==========================================
  Files         239      239              
  Lines       20228    20228              
==========================================
- Hits        14684    14679       -5     
- Misses       4274     4275       +1     
- Partials     1270     1274       +4     

☔ View full report in Codecov by Harness.
📢 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.

Dependabot's registry v1.7.9 bump broke the `build` job: goreleaser
v2.15.3 (a `go tool` dep the job compiles from source via
make build-snapshot) hard-calls the 3-arg auth.NewGitHubATProvider,
which registry dropped to 2 args at v1.6.0. So any registry >= v1.6.0
fails goreleaser's compile — v1.7.9 and v1.8.x alike.

goreleaser sets registry's ceiling but was frozen at v2.15.3 because
it's declared // indirect (dependabot only files bumps for direct
deps). Bumping the tool to v2.17.1 adopts the 2-arg call and floors
registry at v1.8.0 — the highest goreleaser patch that stays on
Go 1.26 (v2.18.0 requires 1.27). Verified: make build-snapshot
succeeds, plus go build/vet/test ./... all pass.

❤️

Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
@zimeg
zimeg force-pushed the dependabot/go_modules/github.com/modelcontextprotocol/registry-1.7.9 branch from 272db56 to 7b16c4a Compare August 30, 2026 18:53
@github-actions
github-actions Bot merged commit d62297f into main Aug 30, 2026
13 checks passed
@github-actions
github-actions Bot deleted the dependabot/go_modules/github.com/modelcontextprotocol/registry-1.7.9 branch August 30, 2026 18:57
zimeg added a commit that referenced this pull request Aug 30, 2026
Bring the Go 1.27 bump current with main after the goreleaser/registry
fix landed (#659): go.mod/go.sum re-tidied under Go 1.27, keeping
goreleaser v2.17.1 + registry v1.8.0. Verified: go build ./..., full
test suite, and make build-snapshot (goreleaser compile-from-source)
all green under 1.27.

❤️
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build M-T: Changes to compilation and CI processes semver:patch Use on pull requests to describe the release version increment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant