v0.7.1
版本发布时间: 2017-12-07 07:53:27
coreos/etcd-operator最新发布版本:v0.9.4(2019-02-28 10:24:59)
[Release 0.7.1]
NOTE: This release requires Kubernetes 1.8 .
Added
- TLS etcd cluster feature for EtcdBackup
- Log collector program for collecting logs in e2e test.
- ClusterSpec: In PodPolicy, add generic
Affinity
field to substitute boolAntiAffinity
field. - ClusterSpec: Add
Repository
field to substituteBaseImage
field.
Changed
- Default etcd repository (base image) is changed to
gcr.io/etcd-development/etcd
, default etcd version is3.2.11
. - Migrate dependency management tooling from glide to dep.
- Containerize e2e test in a pod instead of running on raw jenkin slave.
Removed
- ClusterSpec: Remove
PodPolicy.AutomountServiceAccountToken
field. No etcd pod will have service account token mounted.
Fixed
- Ignore Terminating pods when polling etcd pods.
Deprecated
- ClusterSpec:
BaseImage
is deprecated. It will be automatically converted toRepository
in this release. - ClusterSpec: In PodPolicy,
AntiAffinity
is deprecated. It will be automatically converted toAffinity.PodAntiAffinity
terms with label selector on given cluster name and topology key on node in this release.
Security
- All operator images by default uses user
etcd-operator
instead of root.