Skip to content

TiDB Operator v1.0.1

Compare
Choose a tag to compare
@weekface weekface released this 17 Sep 07:49
· 68 commits to release-1.0 since this release

This release fixes some serious bugs:

  • We fixed a serious bug (#878) that may cause all PD and TiKV pods to be accidentally deleted when kube-apiserver fails. But the data is safe. This would cause TiDB service outage. So if you are using v1.0.0 or prior versions, you must upgrade to v1.0.1.
  • The backup tool image pingcap/tidb-cloud-backup uses a forked version of Mydumper. The current version pingcap/tidb-cloud-backup:20190610 contains a serious bug that could result in a missing column in the exported data. This is fixed in #29. And the default image used now contains this fixed version. So if you are using the old version image for backup, you must upgrade to use pingcap/tidb-cloud-backup:201908028 and do a new full backup to avoid potential data inconsistency.

Please check out CHANGELOG for a full list of changes. For user guide, please check out document.

Docker images:

docker pull pingcap/tidb-operator:v1.0.1
docker pull uhub.ucloud.cn/pingcap/tidb-operator:v1.0.1