Kstone Versions Save

Kstone is an etcd management platform, providing cluster management, monitoring, backup, inspection, data migration, visual viewing of etcd data, and intelligent diagnosis.

v0.2.0-beta.2

2 years ago

Features

  • support import etcd v2 cluster. (@engow, @seanyan )

  • add compaction,lease metrics. (@tangcong )

  • add hostPath type for etcd backup operator. (@GeorgeGuo2018 )

Bug Fix

  • failed to add/remove member if affinity and toleration is nil. (@engow )

  • fixed the issue that the editing page could not display cpu and memory resources. (@engow )

  • fixed the issue that some paths data could not be viewed visually. (@engow )

  • fixed the issue of backup management page 504 error.(@engow)

https://github.com/kstone-io/kstone/blob/master/CHANGELOG/CHANGELOG.md

v0.1.0-alpha.2

2 years ago

Features

  • kstone-dashboard supports dynamically adding feature gates.(@engow)
  • add backup file check inspection. (@maudL1n )
  • add backupcheck inpspection panel. (@engow )
  • add db usage rate grafana panel. (@lianghao208 )
  • add new metric for failed inspection. (@maudL1n )
  • add new router for list feature. (@maudL1n)

Bug && Refactor

  • replace secret cacher with secret informer (@lianghao208 )

Test

  • add more kstone-etcd-operator e2e tests (@maudL1n )

v0.1.0-alpha.1

2 years ago

Features

  • kstone-dashboard support English UI (@jyonghong @engow)
  • support to disable feature (@maudL1n @tangcong)
  • support alarm inspetion (@lianghao208 )
  • add more metrics to enhance consistency inspection feature (@maudL1n @tangcong )

Bug

  • fix can't change backup parameter bug (@engow)

Docs

  • kstone installation on the cluster created by kubeadm (@maudL1n )
  • add cos backup guide (@maudL1n)

Test

  • add more e2e test (@maudL1n)
  • support e2e test in github actions (@tangcong )