fix(deps): rebuild helm 3.18 with Go 1.26.4 to fix stdlib CVEs#95
Merged
Conversation
Build with Go 1.26.4 to fix: - CVE-2026-42504 (HIGH) in Go stdlib - CVE-2026-27145 (MEDIUM) in Go stdlib - CVE-2026-42507 (MEDIUM) in Go stdlib containerd is already at v1.7.32 (CVE-2026-46680 already fixed). The helm-self CVE-2026-35206 is intentionally out of scope (ignored downstream in catalog). Go version mechanism: go-version-file: go.mod (reusable-release-alauda.yaml)
yuzichen12123
approved these changes
Jun 8, 2026
alaudabot
approved these changes
Jun 8, 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.
Summary
This PR bumps the Go toolchain version in
go.modfrom1.26.3to1.26.4on thealauda-3.18.6release line.CVEs Fixed
Go stdlib (fixed by building with Go 1.26.4)
containerd (already resolved)
github.com/containerd/containerdis already atv1.7.32on this branch, no change needed.Out of Scope (intentional)
helm.sh/helm/v3→ 3.20.2) — intentionally ignored downstream in the AlaudaDevops/catalog helm v3.18 image via--ignorefile. This PR stays on the 3.18 line and does NOT jump to 3.20.Mechanism
The release workflow (
reusable-release-alauda.yaml) usesgo-version-file: go.modwithactions/setup-go@v5, so bumping thegodirective ingo.modis sufficient to pick up Go 1.26.4 in the next release build.Diff
Minimal: single-line change to the
godirective ingo.mod. No dependency churn.go mod verifypasses andgo build ./cmd/helmsucceeds locally with Go 1.26.4.Downstream
Consumed by AlaudaDevops/catalog
helm v3.18image (currently pinned tov3.18.7-alauda-42).