TiDB Operator 1.1.8 Release Notes
TiDB Operator version: 1.1.8
- Support arbitrary Volume and VolumeMount for ,
TiDB
,TiKV
,TiFlash
,Backup
andRestore
, which enables using NFS or any other kubernetes supported volume source for backup/restore workflow (#3517, )
Support skipping TLS when connecting
TidbInitializer
to TiDB Server (#3564, )Support tableFilters for restoring data using TiDB Lightning (#3521, )
-
ACTION REQUIRED: If
TidbMonitor
CRs are deployed, update thespec.initializer.version
tov4.0.9
after upgrading TiDB Operator to v1.1.8, or some metrics will not be shown correctly in the Grafana dashboards. Prometheus crape job names are changed from${component}
to${namespace}-${TidbCluster Name}-${component}
.
- Fix the issue that TiDB cluster fails to deploy if
spec.tikv.storageVolumes
is configured (#3586, ) - Fix codecs error for non-ASCII character password in the
TidbInitializer
job (#3569, ) - Fix the issue that TiFlash Pods are misrecognized as TiKV Pods. The original issue can potentially cause TiDB Operator to scale in TiKV Pods to a number smaller than
tikv.replicas
, when there are TiFlash Pods in theTidbCluster
(#3514, ) - Fix the issue that deploying
Backup
CR without configured will crashtidb-controller-manager
Pod when TLS is enabled for TiDB client (#3535, )