Skip to content

Upgrade Kubernetes dependencies to v0.33.13 - #117

Merged
RoiGlinik merged 1 commit into
masterfrom
claude/kubewatch-cve-upgrades-wl5897
Aug 30, 2026
Merged

Upgrade Kubernetes dependencies to v0.33.13#117
RoiGlinik merged 1 commit into
masterfrom
claude/kubewatch-cve-upgrades-wl5897

Conversation

@moshemorad

Copy link
Copy Markdown
Contributor

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.13
  • k8s.io/apimachinery: v0.33.1 → v0.33.13
  • k8s.io/client-go: v0.33.1 → v0.33.13
  • github.com/go-logr/logr: v1.4.2 → v1.4.3

Tests performed

  • Dependency resolution verified via go mod tidy

https://claude.ai/code/session_01FbYE4HtFq7DwXF4JgQnA1E

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
RoiGlinik merged commit 38b4685 into master Aug 30, 2026
1 check passed
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.

3 participants