The current version of etcd is 3.7.0 (as of 08/07/2026).
etcd
CNCF · current 3.7.0
etcd at a glance
etcd is a widely used distributed key-value store providing reliable, consistent storage for critical configuration — most notably as the backing store for Kubernetes. etcd ships regular releases plus security fixes; as the source of truth for clusters, careful updates are essential.
For admins etcd is often the most critical component to protect: losing or corrupting it can take down a whole Kubernetes cluster, so always snapshot before upgrading, and follow the documented, staged upgrade path without skipping minor versions. In a cluster, roll members one at a time to keep the quorum. etcd must be secured — TLS for peer and client traffic, authentication, and strictly no exposure to untrusted networks, since it holds cluster secrets. After upgrading, verify cluster health and that the quorum is intact. When etcd is managed by a Kubernetes distribution, follow that platform's procedure. Patchletter surfaces new etcd releases.
Release history · as detected by patchletter
| Version | Channel | Date | Notes |
|---|---|---|---|
| 3.7.0 | STABLE | 08/07/2026 | Release notes → |
| 3.6.13 | STABLE | 01/07/2026 | Release notes → |
Never miss a etcd update
We check the source daily and email you — instantly or as a digest. Free, one-click unsubscribe.
Watch etcd