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-08-30
stories 37

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

kOps 1.37.0-beta.1 makes nodeup.xz canonical; test-infra drops Debian 11

By RepoJournal · Filed · About Kubernetes

kOps released v1.37.0-beta.1 and made nodeup.xz the canonical release artifact, while test-infra dropped support for EOL Debian 11.

kOps shipped v1.37.0-beta.1 [1], which streamlines the release pipeline and fixes a retry in `kops delete cluster`. The release also enabled the team to make `nodeup.xz` the canonical release artifact [2], a change that removes the compatibility workaround that modeled the uncompressed binary and its hash. Previously, nodeup was downloaded as an uncompressed binary; now kOps downloads, validates the compressed hash, and decompresses `nodeup.xz` directly, publishing only the xz artifact. Supporting this, kOps now caches file hashes instead of entire nodeup assets [3], which previously caused later `AssetBuilder`s to miss nodeup in `FileAssets()` and could carry over another builder's repository mapping. The change independently remaps and registers nodeup for every builder, preventing stale cache reuse. Relatedly, test-infra added CI jobs for the kOps release-1.37 branch [4] and dropped Debian 11 from testing [5], citing "Debian 11 is EOL." Meanwhile, registry.k8s.io released v0.7.2 [6], which adds a custom user agent for archeio and new cri-o e2e tests.

Quick answers

What shipped in Kubernetes on August 30, 2026?
kOps released v1.37.0-beta.1 and made nodeup.xz the canonical release artifact, while test-infra dropped support for EOL Debian 11. In total, 24 commits, 11 pull requests, and 2 releases landed.
Who contributed to Kubernetes on August 30, 2026?
9 developers shipped this update, including troy0820, kubernetes-prow[bot], anneheartrecord, MangoGovo, hakman, Felipe Soler, minikube-bot, and ameukam, and 1 more.
What were the notable Kubernetes updates?
v1.37.0-beta.1, nodeup: make nodeup.xz the canonical release artifact, and assets: cache file hashes instead of nodeup assets.