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-03
stories 104

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

KARPENTER FIXED, GATEWAY API CONFORMANCE MOVES TO NEW HOME

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

Karpenter deployment is corrected with infrastructure upgrades while Gateway API conformance images establish new CI pipeline.

Karpenter was deployed incorrectly and is now fixed [1], alongside a broader infrastructure refresh that upgraded to the latest Intel VMs with local SSDs (3 generations forward), eliminated unnecessary bootstrap steps, and applied proper kubelet OOM kill reporting [1]. The Gateway API conformance images migrated to a new repository home at k-sigs/gateway-api-conformance-images, triggering coordinated updates across infrastructure: new Artifact Registry setup [2], prow job bootstrapping [4], and test-infra configuration changes [3] [4]. S390x conformance testing received updates to remove deprecated Boskos configuration from master jobs while adding config-forker and config-rotator support for stable branch expansion [3]. Meanwhile, the SMB CSI driver was promoted to v1.20.3 in the Kubernetes registry [5], and GitHub Actions dependencies received routine security bumps across codeql-action components [6].

Quick answers

What shipped in Kubernetes on July 3, 2026?
Karpenter deployment is corrected with infrastructure upgrades while Gateway API conformance images establish new CI pipeline. In total, 60 commits and 44 pull requests landed.
Who contributed to Kubernetes on July 3, 2026?
4 developers shipped this update, including upodroid, rikatz, namrata-ibm, and dependabot[bot].
What were the notable Kubernetes updates?
fix karpenter and use newer bottlerocket features, Enable image registry for Gateway API conformance images, and Update conformance job for master for s390x.