113 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-09-01
stories 90

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

v1.37 docs regenerate; JobManagedBy gate dropped

By RepoJournal · Filed · About Kubernetes

Kubernetes moved v1.37 API references through the docs pipeline and deleted the JobManagedBy feature gate, which signals cleanup ahead of the release.

The v1.37 release prep progressed: two PRs regenerated the Markdown and configuration API references for v1.37, including new pages for the v1 metrics API and the kubelet Summary API [1][2]. The release-tooling fix landed in schedule-builder so that EOL branches without a next release are now moved to eol.yaml correctly [3]. In kubernetes/kubernetes, PR #141717 drops the JobManagedBy feature gate after it GA-ed in 1.35 [4]. The apiserver repo merged a commit that fixes celtest version and input handling, treating caller-supplied CEL as new expressions to avoid unavailable library issues [5]. Metrics docs were also updated for v1.37 [6].

Quick answers

What shipped in Kubernetes on September 1, 2026?
Kubernetes moved v1.37 API references through the docs pipeline and deleted the JobManagedBy feature gate, which signals cleanup ahead of the release. In total, 55 commits and 35 pull requests landed.
Who contributed to Kubernetes on September 1, 2026?
10 developers shipped this update, including Andygol, Caesarsage, windsonsea, xmudrii, kubernetes-prow[bot], dependabot, JaydipGabani, and richabanker, and 2 more.
What were the notable Kubernetes updates?
Update the configuration API reference for v1.37, Update the Kubernetes API Markdown reference for v1.37, and schedule-builder: fix EOL branches without a next release.