TiDB Operator 1.1.3 Release Notes
Other Notable Changes
- Update tools in backup manager to v4.0.3 (, @lichunzhu)
- Support
cleanPolicy
for theBackup
CR to define the clean behavior of the backup data in the remote storage when theBackup
CR is deleted (, @lichunzhu) - Add TLS support for TiCDC (, @weekface)
- Support specifying
mysqlNodePort
andstatusNodePort
for TiDB Service Spec (, @lichunzhu) - Fix the
initialCommitTs
bug in Drainer’s (, @weekface) - Add
backup
config for TiKV server, addenable-telemetry
, and deprecatedisable-telemetry
config for PD server (, @lichunzhu) - Add commitTS info column in
get restore
command (, @lichunzhu) - Update the used Grafana version from v6.0.1 to v6.1.6 (, @lichunzhu)
- Support showing commitTS in restore status (, @lichunzhu)
- Exit without error if the backup data the user tries to clean does not exist (, @lichunzhu)
- Clean temporary files in
Backup
job withDumpling
to save space (, @lichunzhu) - Fail the backup job if existing PVC’s size is smaller than the storage request in the backup job (, @lichunzhu)
- Support scaling and auto-failover even if a TiKV store fails in upgrading (, @cofyc)
- Fix a bug that the
TidbMonitor
resource could not be set (, @weekface) - Fix an error for the monitor creation in the tidb-cluster chart (, @8398a7)
- Remove
readyToScaleThresholdSeconds
inTidbClusterAutoScaler
; TiDB Operator won’t support de-noise inTidbClusterAutoScaler
(, @Yisaer) - Update the version of TiDB Lightning used in tidb-backup-manager from v3.0.15 to v4.0.2 (, @lichunzhu)