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-07-26
stories 15

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

OPENSTACK CLOUD CONTROLLER MANAGER 2.36.1 SHIPS AS MANILA CSI GETS PROBE RETRY FIX

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

The OpenStack cloud provider released version 2.36.1 of its Helm chart while engineers fix critical snapshot deletion bugs in Cinder that could silently leak backups.

OpenStack Cloud Controller Manager hit 2.36.1 [1], the stable release track for operators running Kubernetes on OpenStack infrastructure. In parallel, the Cinder CSI plugin received a critical fix for snapshot deletion [2]: when a backup lookup fails with a non-404 error, the snapshotter now properly retries instead of treating downstream failures as success, preventing orphaned backups [3]. The Manila CSI plugin also shipped a retry mechanism for proxied probe requests on Unavailable responses [4], hardening resilience during transient service degradation. Away from the cloud provider ecosystem, Kubernetes documentation migrated Russian-language docs from the outdated codenew shortcode to code_sample [5], part of a broader modernization effort [6]. A separate build fix landed in the website repository, skipping npm lifecycle scripts to prevent unused Hugo binary downloads that were breaking arm64 image builds [7]. The steering election added @lachie83 as an approved voter exception for 2026 [8]. Dependabot bumped cel-go from 0.26.1 to 0.29.0 across the stack [9].

Action items

References

  1. [1] openstack-cloud-controller-manager-2.36.1 ↗ kubernetes/cloud-provider-openstack
  2. [2] fix: return backup lookup errors when deleting snapshots ↗ kubernetes/cloud-provider-openstack
  3. [3] fix: return backup lookup errors when deleting snapshots (#3148) ↗ kubernetes/cloud-provider-openstack
  4. [4] [manila-csi-plugin] Retry proxied probe on Unavailable ↗ kubernetes/cloud-provider-openstack
  5. [5] Merge pull request #56596 from shurup/migrate-code-sample-ru ↗ kubernetes/website
  6. [6] [ru] Replace codenew with code_sample shortcode ↗ kubernetes/website
  7. [7] Skip npm lifecycle scripts to avoid unused Hugo binary download ↗ kubernetes/website
  8. [8] [Steering Election 2026] Add voter from approved exception request ↗ kubernetes/community
  9. [9] Bump github.com/google/cel-go from 0.26.1 to 0.29.0 ↗ kubernetes/cloud-provider-openstack

Quick answers

What shipped in Kubernetes on July 26, 2026?
The OpenStack cloud provider released version 2.36.1 of its Helm chart while engineers fix critical snapshot deletion bugs in Cinder that could silently leak backups. In total, 6 commits, 8 pull requests, and 1 releases landed.
Who contributed to Kubernetes on July 26, 2026?
8 developers shipped this update, including kubernetes-prow[bot], reylejano, shurup, TineoC, github-actions[bot], carterpewpew, immanuwell, and dependabot.
What were the notable Kubernetes updates?
openstack-cloud-controller-manager-2.36.1, fix: return backup lookup errors when deleting snapshots, and fix: return backup lookup errors when deleting snapshots (#3148).