Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #767 +/- ##
==========================================
+ Coverage 60.48% 60.50% +0.01%
==========================================
Files 108 108
Lines 10580 10580
==========================================
+ Hits 6399 6401 +2
+ Misses 3611 3610 -1
+ Partials 570 569 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
df12401 to
04823a2
Compare
5 tasks
rdimitrov
added a commit
that referenced
this pull request
May 5, 2026
## Summary - `golangci-lint` v2.12.1 tightened `goconst` and added a `govet` `inline` check, making CI red on every open PR (#766, #767, future renovates) even though no code changed - Excludes `goconst` from `_test.go` and test-fixture files (in line with the existing `lll`/`gocyclo`/`errcheck`/`dupl`/`gosec` test exclusions) — table-driven fixtures read better inline than hoisted - Fixes the production-code findings properly with named constants (audit target field keys, kubernetes registry/transport types via upstream `model.*`, telemetry `DefaultServiceVersion`, etc.) and replaces `reflect.Ptr` with `reflect.Pointer` in `marshalJSONOrNil` for the new `govet` rule ## Why this exists separately This is purely a CI unblocker — none of the underlying code is broken, only the linter shifted under us. Keeping it as its own PR so #766, #767 and the next batch of renovate PRs can rebase onto a green `main` without absorbing this churn. ## Test plan - [x] `golangci-lint run --timeout=5m` — `0 issues` - [x] `go build ./...` — clean - [x] `go test -short ./internal/audit/... ./internal/config/... ./internal/kubernetes/... ./internal/telemetry/...` — green - [ ] CI: `Linting / Lint Go Code` passes - [ ] CI: full test matrix passes (the renamed audit map keys and kubernetes constants are exercised by the existing test suites) 🤖 Generated with [Claude Code](https://claude.com/claude-code)
a2cfec8 to
3dcd31b
Compare
rdimitrov
previously approved these changes
May 5, 2026
3dcd31b to
ea48f51
Compare
The upstream `Package.Version` schema gained `maxLength: 255` (and the
skill `version` field gained `maxLength: 255` / `minLength: 1`) in
`modelcontextprotocol/registry` v1.7.0. Renovate's go.mod bump didn't
re-run `task docs`, so `docs/thv-registry-api/{docs.go,swagger.json,swagger.yaml}`
were stale and the `Verify Generated Files` job rejected the PR.
Run `task docs` to regenerate against v1.7.2 — no behavioral change,
only the OpenAPI schema reflects the upstream constraints.
stacklokbot
approved these changes
May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.4.0→v3.5.0v1.32.16→v1.32.17v1.18.22→v1.18.23v1.6.22→v1.6.23v0.49.0→v0.51.0v1.7.2→v1.7.7v0.25.0→v0.26.1v0.23.3→v0.24.0Release Notes
Masterminds/semver (github.com/Masterminds/semver/v3)
v3.5.0Compare Source
What's Changed
New Contributors
Full Changelog: Masterminds/semver@v3.4.0...v3.5.0
aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/feature/ec2/imds)
v1.18.23Module Highlights
github.com/aws/aws-sdk-go-v2/service/connect: v1.31.0github.com/aws/aws-sdk-go-v2/service/connectcases: v1.0.0github.com/aws/aws-sdk-go-v2/service/ec2: v1.63.0github.com/aws/aws-sdk-go-v2/service/ecs: v1.18.23github.com/aws/aws-sdk-go-v2/service/s3control: v1.24.0github.com/aws/aws-sdk-go-v2/service/workmail: v1.17.0mark3labs/mcp-go (github.com/mark3labs/mcp-go)
v0.51.0Compare Source
What's Changed
New Contributors
Full Changelog: mark3labs/mcp-go@v0.50.0...v0.51.0
v0.50.0Compare Source
modelcontextprotocol/registry (github.com/modelcontextprotocol/registry)
v1.7.7Compare Source
What's Changed
New Contributors
Full Changelog: modelcontextprotocol/registry@v1.7.6...v1.7.7
v1.7.6Compare Source
What's Changed
Full Changelog: modelcontextprotocol/registry@v1.7.5...v1.7.6
v1.7.5Compare Source
What's Changed
Full Changelog: modelcontextprotocol/registry@v1.7.4...v1.7.5
v1.7.4Compare Source
What's Changed
Full Changelog: modelcontextprotocol/registry@v1.7.3...v1.7.4
v1.7.3Compare Source
What's Changed
Full Changelog: modelcontextprotocol/registry@v1.7.2...v1.7.3
stacklok/toolhive (github.com/stacklok/toolhive)
v0.26.1Compare Source
What's Changed
New Contributors
Full Changelog: stacklok/toolhive@v0.26.0...v0.26.1
v0.26.0Compare Source
What's Changed
New Contributors
Full Changelog: stacklok/toolhive@v0.25.0...v0.26.0
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.24.0Compare Source
🐛 Bug Fixes
🌱 Others
StartLoggingfor event debug logs (#3451)🌱 CI & linters
tools/setup-envtestsubmodule (#3476)📖 Additionally, there has been 1 contribution to our documentation. (#3477)
Dependencies
Added
Changed
8a7402a→944ab1f078029d→bd525daa0af3ef→8636f87200df99→8636f87f2248ac589584f→43fb72cbc988d5→b8788abRemoved
9bdfabeThanks to all our contributors! 😊
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.