Skip to content

Releases: pingcap/tidb-operator

tidb-operator v0.3.0

12 Oct 11:31
Compare
Choose a tag to compare

Notable changes:

  • Add fullbackup support
  • Add TiDB Binlog support
  • Add graceful upgrade feature
  • Allow monitor data to be persistent

tidb-operator v0.2.1

20 Sep 10:03
669b023
Compare
Choose a tag to compare

Bug fix:

  • Fix retry on conflict logic #87
  • Fix TiDB timezone configuration by setting TZ environment variable #96
  • Fix failover by keeping spec replicas unchanged #95
  • Fix repeated updating pod and pd/tidb StatefulSet #101

tidb-operator v0.2.0

11 Sep 12:22
Compare
Choose a tag to compare

Notable changes:

  • Support auto-failover experimentally
  • Unify Tiller managed resources and TiDB Operator managed resources labels (break change)
  • Manage TiDB service via Tiller instead of TiDB Operator, allow more parameters to be customized (required for public cloud load balancer)
  • Add toleration for TiDB cluster components (useful for dedicated deployment)
  • Add script to easy setup DinD environment
  • Lint and format code in CI
  • Refactor upgrade functions as interface

tidb-operator v0.1.0

22 Aug 12:09
f1527b5
Compare
Choose a tag to compare
  • Bootstrap multiple TiDB clusters
  • Monitor deployment support
  • Helm charts support
  • Basic Network PV/Local PV support
  • Safely scale the TiDB cluster
  • Upgrade the TiDB cluster in order
  • Stop the TiDB process without terminating Pod
  • Synchronize cluster meta info to POD/PV/PVC labels
  • Basic unit tests & E2E tests
  • Tutorials for GKE, local DinD