Kubernetes v1.36 "Haru" Released
By BIOS Founding Team

The Kubernetes v1.36 release, codenamed "Haru," shipped on April 22, 2026, with 70 total enhancements: 18 graduating to Stable, 25 entering Beta, and 25 landing in Alpha.
The headline feature is User Namespaces reaching general availability, giving pods stronger, production-ready isolation by mapping container users to unprivileged users on the host, a meaningful security improvement for any cluster running untrusted or multi-tenant workloads.
Fine-grained kubelet API authorization also graduated to GA, giving cluster operators more granular control over exactly which actions are permitted against the kubelet API, alongside server-side sharded list and watch for better API server scalability on large clusters.
Declarative validation (CEL-based validation rules for CRDs) and Volume Group Snapshots both reached GA too, reducing how often teams need custom webhooks just to validate their own APIs.
For BIOS members working in cloud or platform engineering, release notes like these are a genuinely good habit, and SIG-level contribution (docs, testing, small enhancements) remains one of the most approachable ways into the project.
Full release notes: https://kubernetes.io/blog/2026/04/22/kubernetes-v1-36-release/
More from the community

Stable and Longterm Kernel Updates: 7.2.4, 6.18.50, 6.12.109
Greg Kroah-Hartman pushed out new stable and longterm point releases across the 7.2, 6.18, and 6.12 lines, each bundling accumulated fixes across drivers, filesystems, and core subsystems.

Rust Debugging Survey 2026 Results
The Rust Project published results from its 2026 debugging survey, gathering community feedback on debugging tools and workflows to guide future tooling investment.

Docker Desktop 4.90.0
This release made 'Ask Gordon,' Docker's AI assistant, accessible as a persistent right-side drawer and added one-click AI diagnosis for containers, images, and volumes with detected issues.