You are here

etcd Blog

Subscribe to etcd Blog feed
Recent content in Blog on etcd
Updated: 7 hours 29 min ago

Announcing etcd-operator v0.2.0

Thu, 03/19/2026 - 20:00

Introduction

Today, we are excited to announce the release of etcd-operator v0.2.0! This release brings important new features and improvements that enhance security, reliability, and operability for managing etcd clusters.

New Features

Certificate Management

Version 0.2.0 introduces built-in certificate management to secure all TLS communication:

  • Between etcd members (inter-member communication)
  • Between clients and etcd members

TLS is only configured when explicitly enabled by the user. Once enabled, etcd-operator automatically provisions and manages certificates based on the selected provider.

Categories: CNCF Projects

March 20 Security Release Patches Auth Vulnerabilities

Thu, 03/19/2026 - 20:00

SIG-etcd released updates 3.6.9, 3.5.28, and 3.4.42 today. These patch releases fix several vulnerabilities which allow unauthorized users to bypass authentication or authorization controls that are part of etcd Auth using the gRPC API.

These vulnerabilities do not affect etcd as a part of the Kubernetes Control Plane. They only affect etcd clusters in other contexts, specifically ones with Auth enabled where it is required for access control in untrusted or partially trusted networks or with untrused users.

Categories: CNCF Projects