126 wires and counting

$ follow Kubernetes

Keep up with Kubernetes in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-07-11
stories 97

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CADVISOR BUMPS PULL GOLANG ECOSYSTEM FORWARD, TEST INFRASTRUCTURE STABILIZES

By RepoJournal · Filed · About Kubernetes · Composed from the cited sources · methodology

Kubernetes core jumped cadvisor to v0.60.4, dragging golang.org/x/net from pseudo-versions into stable release territory and removing a long-standing protobuf dependency in one move.

The cadvisor bump [1] forces a major housekeeping moment across the dependency graph. golang.org/x/net graduates to v0.57.0 (no longer a pseudo-version), along with updates to crypto, mod, sync, sys, term, text, and tools modules. The bigger win: cadvisor/lib drops its gogo/protobuf dependency entirely, finally closing a page in the unwanted-dependencies ledger. Meanwhile, the scheduler layer gets instrumentation teeth [2]. PodGroupPostFilter now has latency metrics baked in, giving operators visibility into the extension point that's been a mystery box. Over in test-infra, the DIND pipeline hit a wall [6], but the team rolled back the broken changes and locked in a green baseline from June 7th. The node-feature-discovery release branch prep [5] is mechanical and clean. Minikube addressed two real production problems: Helm version detection flaked during CDN propagation delays [3], now fixed with a floor-based semver check, and registry mirrors with port numbers were silently falling back to docker.io [4].

Action items

References

  1. [1] bump github.com/google/cadvisor/lib from v0.60.3 to v0.60.4 ↗ kubernetes/kubernetes
  2. [2] scheduler: add PodGroupPostFilter metrics ↗ kubernetes/kubernetes
  3. [3] test/integration: fix flaky TestHelmInstall version mismatch ↗ kubernetes/minikube
  4. [4] fix: preserve tag for registry refs with a port ↗ kubernetes/minikube
  5. [5] Add node-feature-discovery presubmit jobs for release-0.19 ↗ kubernetes/test-infra
  6. [6] rollback broken dind changes ↗ kubernetes/test-infra

Quick answers

What shipped in Kubernetes on July 11, 2026?
Kubernetes core jumped cadvisor to v0.60.4, dragging golang.org/x/net from pseudo-versions into stable release territory and removing a long-standing protobuf dependency in one move. In total, 63 commits and 34 pull requests landed.
Who contributed to Kubernetes on July 11, 2026?
14 developers shipped this update, including dims, GFilipek, briantwatson, squeed, Argh4k, Kubernetes Publisher, Roslaan001, and vladlearns, and 6 more.
What were the notable Kubernetes updates?
bump github.com/google/cadvisor/lib from v0.60.3 to v0.60.4, scheduler: add PodGroupPostFilter metrics, and test/integration: fix flaky TestHelmInstall version mismatch.