🔖 chore(release): prepare v0.15.2 - #199
Merged
Merged
Conversation
- charts/mkurator: version + appVersion 0.15.1 -> 0.15.2 - CHANGELOG.md regenerated via git-cliff --tag v0.15.2 - docs: VERSION refs bumped; UPGRADE.md path table row 0.15.1 -> 0.15.2 Patch: security maintenance. The release exists to ship a patched Go standard library. govulncheck reported six reachable stdlib advisories (net/url GO-2026-6218, html/template GO-2026-6091, crypto/tls GO-2026-6090, net/http GO-2026-6089 and GO-2026-5026, encoding/asn1 GO-2026-5972), all reached from the mqweb REST client and all fixed in go1.26.6; the toolchain moved to 1.26.7. No API, CRD or behaviour change. The tag is what actually delivers the fix: go.mod repairs CI and local builds, but the Dockerfile builder is what compiles the shipped manager, so users only receive patched stdlib via a new tagged image. Two non-reachable HIGH findings remain open and do not block this tag (golang.org/x/mod GO-2026-6180 / GO-2026-6179, tool-only via goimports, not in the manager binary): first reported 2026-08-28, due 2026-09-27, inside the 30-day band.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
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 prep for v0.15.2 — patch, security maintenance.
Follows #198, which bumped the Go toolchain 1.26.5 → 1.26.7 and cleared six reachable Go standard-library advisories (
net/url,html/template,crypto/tls,net/http×2,encoding/asn1), all reached from the mqweb REST client.Why the tag is not optional:
go.modrepairs CI and local builds, but theDockerfilebuilder is what compiles the shipped manager. Users only receive the patched standard library via a new tagged image.Contents
charts/mkurator/Chart.yaml—version+appVersion0.15.1 → 0.15.2CHANGELOG.md— regenerated viagit-cliff --tag v0.15.2docs/INSTALL_AND_USE.md— VERSION refsdocs/UPGRADE.md— VERSION ref + new 0.15.1 → 0.15.2 path-table rowNo API, CRD or behaviour change.
Open findings that do not block this tag
golang.org/x/modGO-2026-6180 (CVSS 7.5) and GO-2026-6179 (CVSS 8.4) are non-reachable and tool-only (viax/tools/cmd/goimports;sumdbverification, absent from the manager binary and its SBOM). First reported 2026-08-28, due 2026-09-27 — inside the 30-day High band, so the tag is withindocs/security/sca-remediation-policy.md. Own PR to follow.