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-06-09
stories 44

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

GO 1.26.4 PATCHES STANDARD LIBRARY VULNERABILITIES ACROSS THE ECOSYSTEM

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

Cloud-provider-vsphere and distroless-iptables are both shipping Go 1.26.4 to patch multiple critical standard library security flaws.

The most urgent move this cycle: upgrade Go to 1.26.4 across your clusters and operators [1] [3]. Cloud-provider-vsphere just merged the jump to address GO-2026-5039, GO-2026-5038, GO-2026-5037 and others [2], and distroless-iptables is right behind it [3]. This isn't optional. If you're running vSphere integrations or iptables-based networking, patch immediately. In parallel, kube-state-metrics shipped two critical fixes [4] [5]. The first guards against nil pointer dereferences in deployment metrics that would panic under specific configurations [4]. The second fixes a sharding bug where bookmark events weren't propagating correctly after the WatchListClient upgrade [5], which means only one shard would sync properly in multi-shard setups. Both are backported and ready. On the release desk, promo-tools bumped to 4.5.1 [6], YAML library advanced to 4.0.0-rc.5 with a merge tag regression fix [7], and golang.org/x/text moved to 0.38.0 [8]. Documentation cleared backlog with staleness mitigation guidance landing in Chinese [9] and swap memory docs polished [10] .

Action items

References

  1. [1] Update Go version to 1.26.4 to fix standard library vulnerabilities ↗ kubernetes/cloud-provider-vsphere
  2. [2] Merge pull request #1782 from zhanggbj/fix_security ↗ kubernetes/cloud-provider-vsphere
  3. [3] Bump distroless-iptables to use Go 1.26.4/1.25.11 ↗ kubernetes/release
  4. [4] fix(deployment): guard nil Spec.Replicas before dereference ↗ kubernetes/kube-state-metrics
  5. [5] fix: watch-list bookmarks with sharding ↗ kubernetes/kube-state-metrics
  6. [6] Bump sigs.k8s.io/promo-tools/v4 from 4.5.0 to 4.5.1 in the all group ↗ kubernetes/release
  7. [7] Bump go.yaml.in/yaml/v4 from 4.0.0-rc.4 to 4.0.0-rc.5 ↗ kubernetes/release
  8. [8] Bump golang.org/x/text from 0.37.0 to 0.38.0 ↗ kubernetes/release
  9. [9] [zh-cn] Add blog: staleness-mitigation-for-controllers ↗ kubernetes/website
  10. [10] Fix typo in swap-memory-management ↗ kubernetes/website

Quick answers

What shipped in Kubernetes on June 9, 2026?
Cloud-provider-vsphere and distroless-iptables are both shipping Go 1.26.4 to patch multiple critical standard library security flaws. In total, 26 commits and 18 pull requests landed.
Who contributed to Kubernetes on June 9, 2026?
5 developers shipped this update, including cpanato, immanuwell, jfremy-openai, dependabot[bot], and my-git9.
What were the notable Kubernetes updates?
Update Go version to 1.26.4 to fix standard library vulnerabilities, Merge pull request #1782 from zhanggbj/fix_security, and Bump distroless-iptables to use Go 1.26.4/1.25.11.