Skip to content

v0.8.0

Compare
Choose a tag to compare
@schallert schallert released this 10 Jun 01:12
· 79 commits to master since this release
b0c67de

0.8.0 includes changes to improve operator performance and reduce load on Kubernetes API servers. The operator will only watch Pods and StatefulSets with a non-empty operator.m3db.io/app label (included on every StatefulSet the operator generates). Additionally the operator will not unnecessarily update a cluster's Status if there is no change. The operator now uses Kubernetes client v0.17.2.

  • [ENHANCEMENT] Only list objects created by operator (#222)
  • [MISC] Update kubernetes client to v0.17.2 (#221)
  • [MISC] Update ci-scripts (#220)
  • [ENHANCEMENT] Don't update Status if noop (#219)