Release v0.28.3#5370
Merged
Merged
Conversation
Release-Triggered-By: reyortiz3
Address govulncheck findings GO-2026-5025 through GO-2026-5030 (CVE-2026-42506, CVE-2026-39821, CVE-2026-42502, CVE-2026-25680, CVE-2026-25681, CVE-2026-27136) in golang.org/x/net/html and golang.org/x/net/idna. All are fixed in v0.55.0. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
reyortiz3
approved these changes
May 22, 2026
ChrisJBurns
approved these changes
May 22, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5370 +/- ##
=======================================
Coverage 68.72% 68.72%
=======================================
Files 626 626
Lines 63495 63495
=======================================
+ Hits 43637 43639 +2
- Misses 16610 16612 +2
+ Partials 3248 3244 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Release v0.28.3
Version Bump
patch release
Files Updated
VERSIONdeploy/charts/operator-crds/Chart.yaml(path:version)deploy/charts/operator-crds/Chart.yaml(path:appVersion)deploy/charts/operator/Chart.yaml(path:version)deploy/charts/operator/Chart.yaml(path:appVersion)deploy/charts/operator/values.yaml(path:operator.image)deploy/charts/operator/values.yaml(path:operator.toolhiveRunnerImage)deploy/charts/operator/values.yaml(path:operator.vmcpImage)Additional Changes
golang.org/x/netto v0.55.0 to address newly-published vulnerabilities(GO-2026-5025 through GO-2026-5030) that were blocking the govulncheck job on
this PR. All are XSS/DoS/privilege-escalation issues in
x/net/htmlandx/net/idna, fixed in v0.55.0.Next Steps
Checklist