TiDB Operator v1.0.3
This release upgrades default TiDB version to v3.0.5
which fixed a serious bug in TiDB. So if you are using TiDB v3.0.4
or prior versions, you must upgrade to v3.0.5
.
This release adds the timezone
support for all charts.
For existing TiDB clusters. If the timezone
in tidb-cluster/values.yaml
has been customized to other timezones instead of the default UTC
, then upgrading tidb-operator will trigger a rolling update for the related pods.
The related pods include pump
, drainer
, dicovery
, monitor
, scheduled backup
, tidb-initializer
, and tikv-importer
.
The time zone for all images maintained by tidb-operator
should be UTC
. If you use your own images, you need to make sure that the corresponding time zones are UTC
.
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.3
docker pull uhub.ucloud.cn/pingcap/tidb-operator:v1.0.3