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-09-15
stories 25

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

KubeCon NA banner lands, go-jose and go-oidc bumped across published staging repos

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

A routine day across the Kubernetes org: the website ships a KubeCon NA 2026 banner and a batch of localization work, while one upstream dependency commit republishes go-jose and go-oidc into three staging repos at once.

Add banner for KubeCon NA 2026 kubernetes/website

by thisisobate

The site's front-end now carries a promotional banner for KubeCon NA 2026. Docs-only change; nothing for operators to do.

Merge pull request #142012 from everettraven/upstream/deps/go-oidc-jose kubernetes/dynamic-resource-allocation

by Kubernetes Publisher

The same upstream commit that updates go-jose and go-oidc to their latest versions landed in the dynamic-resource-allocation staging repo, which feeds DRA builds that consume the published source. Anyone vendoring kubernetes/dynamic-resource-allocation picks up the newer OIDC and JOSE packages on their next sync.

Merge pull request #142012 from everettraven/upstream/deps/go-oidc-jose kubernetes/kube-scheduler

by Kubernetes Publisher

kube-scheduler republished with the identical go-jose and go-oidc version bump. Scheduler builds that pull the staging module get the updated packages without a code change of their own.

Merge pull request #142012 from everettraven/upstream/deps/go-oidc-jose kubernetes/pod-security-admission

by Kubernetes Publisher

pod-security-admission received the same dependency commit, so all three staging repos in today's wire are now on matching go-oidc and go-jose versions.

[ko] Update Pods documentation kubernetes/website

by WAFriend3416

The Korean Pods concept page was rewritten to track the current English source, with clarified Pod OS behavior, added scheduling group guidance, and refreshed security, resource request/limit, and Static Pods sections. The author reports check_ko_doc.py clean with 0 errors and 0 warnings. The remaining web work was localization: a Korean translation of the custom-metrics-exporter blog post, a K...

Quick answers

What shipped in Kubernetes on September 15, 2026?
A routine day across the Kubernetes org: the website ships a KubeCon NA 2026 banner and a batch of localization work, while one upstream dependency commit republishes go-jose and go-oidc into three staging repos at once. In total, 14 commits and 11 pull requests landed.
Who contributed to Kubernetes on September 15, 2026?
6 developers shipped this update, including kubernetes-prow[bot], thisisobate, almironbruno, jaehanbyun, WAFriend3416, and Kubernetes Publisher.
What were the notable Kubernetes updates?
Add banner for KubeCon NA 2026, Merge pull request #142012 from everettraven/upstream/deps/go-oidc-jose, and Merge pull request #142012 from everettraven/upstream/deps/go-oidc-jose.