104 wires and counting

$ follow Kubernetes

Keep up with Kubernetes in about 3 minutes a day: 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 morning, this isn't your newsletter.

One email a day. Unsubscribe in one click.

$ status

wire 2026-08-29
stories 35

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

kops 1.37.0-beta.1, GCE teardown fixes, Karpenter validation

By RepoJournal · Filed · About Kubernetes

kops shipped 1.37.0-beta.1 with early Karpenter validation and GCE route and firewall cleanup fixes that stop cluster deletion from hanging.

kops shipped 1.37.0-beta.1 [1] alongside two teardown fixes for GCE: routes and load balancer firewalls were being left behind, causing `kops delete cluster` to retry until giving up with `wait time exceeded during resources deletion` [2]. An analysis of 2,881 GCE builds found 14 leaked routes and 6 leaked firewalls, and the fix prevents recreation of those resources. Kops also added early validation for Karpenter InstanceGroups [3], building on support for `mixedInstancesPolicy.instanceRequirements` [4]; the validation allows mixed instance policies without `machineType`, checks CPU and memory bounds, validates excluded-instance wildcards, and requires the Karpenter addon to be enabled. minikube gained Brazilian Portuguese UI output via `LANGUAGE=pt-BR` [5], and updated its go-archive dependency to 0.3.3 to fix regressions while addressing CVE-2026-17106 [6]. The endpointslice and kube-scheduler published repos both bumped containerd API to 1.12.0-rc.0 [7][8]. The k8s.io repo promoted agent-sandbox v1.0.0 images [9] along with the previously omitted sandbox-router-go image [10], plus image promotions for provider-aws 2.65.0 [11] and cloud-pv-vsphere v1.37.0 [12].

Action items

References

  1. [1] Release 1.37.0-beta.1 ↗ kubernetes/kops
  2. [2] gce: don't leave routes and LB firewalls behind on cluster deletion ↗ kubernetes/kops
  3. [3] aws: validate Karpenter InstanceGroups early ↗ kubernetes/kops
  4. [4] aws: Generate NodePool requirements for instanceRequirements ↗ kubernetes/kops
  5. [5] UI: Add support for Brazilian Portuguese language through LANGUAGE=pt-BR ↗ kubernetes/minikube
  6. [6] deps: Bump github.com/moby/go-archive to 0.3.3 ↗ kubernetes/minikube
  7. [7] Bump containerd API 1.12.0-rc.0 ↗ kubernetes/endpointslice
  8. [8] Bump containerd API 1.12.0-rc.0 ↗ kubernetes/kube-scheduler
  9. [9] Promote agent-sandbox v1.0.0 ↗ kubernetes/k8s.io
  10. [10] Promote agent-sandbox/sandbox-router-go v1.0.0 ↗ kubernetes/k8s.io
  11. [11] Image promotion for provider-aws 2.65.0 ↗ kubernetes/k8s.io
  12. [12] Image promotion for cloud-pv-vsphere v1.37.0 ↗ kubernetes/k8s.io

Quick answers

What shipped in Kubernetes on August 29, 2026?
kops shipped 1.37.0-beta.1 with early Karpenter validation and GCE route and firewall cleanup fixes that stop cluster deletion from hanging. In total, 24 commits and 11 pull requests landed.
Who contributed to Kubernetes on August 29, 2026?
12 developers shipped this update, including janetkuo, mdzraf, chenlin07, kubernetes-prow[bot], solerf, nirs, minikube-bot, and hakman, and 4 more.
What were the notable Kubernetes updates?
Release 1.37.0-beta.1, gce: don't leave routes and LB firewalls behind on cluster deletion, and aws: validate Karpenter InstanceGroups early.