TiDB Operator 1.1.12 Release Notes
Release date: April 15, 2021
TiDB Operator version: 1.1.12
New Features
- Support setting customized environment variables for backup and restore job containers (#3833, @dragonly)
- Add additional volume and volumeMount configurations to TidbMonitor (#3855, @mikechengwei)
- The resources in the tidb-operator chart use the new service account when
appendReleaseSuffix
is set totrue
(#3819, @DanielZhangQD)
Improvements
- Add retry for DNS lookup failure exception in TiDBInitializer (#3884, @handlerww)
- Support multiple PVCs for PD during scaling and failover (#3820, @dragonly)
- Optimize the
PodsAreChanged
function (#3901, @shonge)