$ 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
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
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
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
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
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...