TiDB Operator 1.1.1 Release Notes
Release date: June 19, 2020
TiDB Operator version: 1.1.1
Notable changes
- Add the
additionalContainersandadditionalVolumesfields so that TiDB Operator can support adding sidecars toTiDB,TiKV,PD, etc. (#2229, @yeya24) - Add cross check to ensure TiKV is not scaled or upgraded at the same time (#2705, @DanielZhangQD)
- Fix the bug that TidbMonitor will scrape multi TidbCluster with the same name in different namespaces when then namespace in
ClusterRefis not set (#2746, @Yisaer) - Update TiDB Operator examples to deploy TiDB Cluster 4.0.0 images (#2600, @kolbe)
- Add the
alertMangerAlertVersionoption to TidbMonitor (#2744, @weekface) - Fix alert rules lost after rolling upgrade (#2715, @weekface)
- Fix an issue that pods may be stuck in pending for a long time in scale-out after a scale-in (#2709, @cofyc)
- Add
EnableDashboardInternalProxyinPDSpecto let user directly visit PD Dashboard (#2713, @Yisaer) - Fix the PV syncing error when
TidbMonitorandTidbClusterhave different values inreclaimPolicy(#2707, @Yisaer) - Update Configuration to v4.0.1 (#2702, @Yisaer)
- Change tidb-discovery strategy type to
Recreateto fix the bug that more than one discovery pod may exist (#2701, @weekface) - Expose the
Dashboardservice withHTTPendpoint whethertlsClusteris enabled (#2684, @Yisaer) - Add the
.tikv.dataSubDirfield to specify subdirectory within the data volume to store TiKV data (#2682, @cofyc) - Add the
imagePullSecretsattribute to all components (#2679, @weekface) - Enable StatefulSet and Pod validation webhook to work at the same time (#2664, @Yisaer)
- Emit an event if it fails to sync labels to TiKV stores (#2587, @PengJi)
- Make
datasourceinformation hidden in log forBackupandRestorejobs (#2652, @Yisaer) - Support the
DynamicConfigurationswitch in TidbCluster Spec (#2539, @Yisaer) - Support
LoadBalancerSourceRangesin theServiceSpecfor theTidbClusterandTidbMonitor(#2610, @shonge) - Support
Dashboardmetrics ability forTidbClusterwhenTidbMonitordeployed (#2483, @Yisaer) - Bump the DM version to v2.0.0-beta.1 (#2615, @tennix)
- support setting discovery resources (#2434, @shonge)
- Support the Denoising for the
TidbClusterAuto-scaling (#2307, @vincent178) - Support scraping
PumpandDrainermetrics in TidbMonitor (#2750, @Yisaer)