Upgrade Kubernetes dependencies to v0.33.13 - #117
Merged
Conversation
Upgrades k8s.io/api, k8s.io/apimachinery and k8s.io/client-go from v0.33.1 to the v0.33.13 patch release, which requires github.com/moby/spdystream v0.5.1 instead of the vulnerable v0.5.0 (CVE-2026-35469, 8.7 HIGH: memory exhaustion via crafted SPDY frames). The remaining flagged CVEs (golang.org/x/crypto, x/net, x/mod, x/text) were already fixed at HEAD by earlier upgrades - the scanned production image predates those commits and clears on rebuild. Verified with govulncheck (source, module and image-binary modes) and trivy on a fresh image build: 0 vulnerabilities in OS packages, the Go binary, and the go.mod graph. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FbYE4HtFq7DwXF4JgQnA1E
RoiGlinik
approved these changes
Aug 30, 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.
Description
Updates Kubernetes API client dependencies to patch version v0.33.13, along with a minor update to the go-logr logging library.
Changes
k8s.io/api: v0.33.1 → v0.33.13k8s.io/apimachinery: v0.33.1 → v0.33.13k8s.io/client-go: v0.33.1 → v0.33.13github.com/go-logr/logr: v1.4.2 → v1.4.3Tests performed
go mod tidyhttps://claude.ai/code/session_01FbYE4HtFq7DwXF4JgQnA1E