The Wire · Showcase
KUBERNETES SHIPS V1.37 SNAPSHOT
By RepoJournal · Filed · About Kubernetes
Kubernetes 1.37 is here, and with it a wave of changes that will reshape your cluster tooling and security posture.
The project cut the initial v1.37 snapshot [1], and minikube has already bumped its default Kubernetes version to v1.37.0 [2]. For those still on Bookworm, the release team has moved the Debian base image to Trixie by default [3], citing that "Bookworm is EoL" and lacks security patches. On the security front, the release repo migrated provenance attestation to SLSA v1 [4], a critical step for supply chain integrity. The kubernetes repo is tackling a VolumeAttachment cleanup bug that stalls controller-manager restarts [5], and there's a new baseline test for the `resource.Quantity` int64 overflow burndown [6]. Meanwhile, protobuf was bumped to v1.36.12 [7], and kube-dns is formally deprecated in the docs [8].
One email a day. Unsubscribe in one click.
Keep up with Kubernetes in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Review your cluster for kube-dns usage and migrate to CoreDNS kubernetes/website [immediate]
- → Plan to update debian-base images to Trixie to get security patches kubernetes/release [plan]
- → Monitor the SLSA v1 migration for your release tooling kubernetes/release [monitor]
References
- [1] snapshot-initial-v1.37: Release 1.37 ↗ kubernetes/website
- [2] Bump Kubernetes version default: v1.37.0 and latest: v1.37.0 ↗ kubernetes/minikube
- [3] Update debian-base from Bookworm to Trixie by default ↗ kubernetes/release
- [4] Migrate provenance attestation to SLSAv1 ↗ kubernetes/release
- [5] fix:volumeattachment could not be cleanup while controller-manager restart after volumeattachment created because of csidriver created delay ↗ kubernetes/kubernetes
- [6] [Quantity] Add a baseline accessor test matrix for the int64 overflow burndown ↗ kubernetes/kubernetes
- [7] Merge pull request #141301 from dims/bump-protobuf-1.36.12 kubernetes/api
- [8] Update for deprecation of kube-dns (#56933) kubernetes/website