Skip to content

🔖 chore(release): prepare v0.15.2 - #199

Merged
konih merged 1 commit into
mainfrom
chore/release-0.15.2
Aug 28, 2026
Merged

🔖 chore(release): prepare v0.15.2#199
konih merged 1 commit into
mainfrom
chore/release-0.15.2

Conversation

@konih

@konih konih commented Aug 28, 2026

Copy link
Copy Markdown
Collaborator

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.mod repairs CI and local builds, but the Dockerfile builder is what compiles the shipped manager. Users only receive the patched standard library via a new tagged image.

Contents

  • charts/mkurator/Chart.yamlversion + appVersion 0.15.1 → 0.15.2
  • CHANGELOG.md — regenerated via git-cliff --tag v0.15.2
  • docs/INSTALL_AND_USE.md — VERSION refs
  • docs/UPGRADE.md — VERSION ref + new 0.15.1 → 0.15.2 path-table row

No API, CRD or behaviour change.

Open findings that do not block this tag

golang.org/x/mod GO-2026-6180 (CVSS 7.5) and GO-2026-6179 (CVSS 8.4) are non-reachable and tool-only (via x/tools/cmd/goimports; sumdb verification, 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 within docs/security/sca-remediation-policy.md. Own PR to follow.

- 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

codecov Bot commented Aug 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sonarqubecloud

Copy link
Copy Markdown

@konih
konih merged commit 09329df into main Aug 28, 2026
22 checks passed
@konih
konih deleted the chore/release-0.15.2 branch August 28, 2026 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant