Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 3.35 KB

CHANGELOG-3.6.md

File metadata and controls

65 lines (42 loc) · 3.35 KB

Previous change logs can be found at CHANGELOG-3.5.


v3.6.0 (TBD)

See code changes.

Breaking Changes

  • etcd will no longer start on data dir created by newer versions (for example etcd v3.6 will not run on v3.7+ data dir). To downgrade data dir please check out etcdutl migrate command.

etcdctl v3

etcdutl v3

  • Add command to generate shell completion.
  • Add migrate command for downgrading/upgrading etcd data dir files.

Package server

  • Package mvcc was moved to storage/mvcc
  • Package mvcc/backend was moved to storage/backend
  • Package mvcc/buckets was moved to storage/schema
  • Package wal was moved to storage/wal
  • Package datadir was moved to storage/datadir

etcd server

tools/benchmark

Metrics, Monitoring

See List of metrics for all metrics per release.

Other

  • Use Distroless as base image to make the image less vulnerable and reduce image size.