TiDB Operator 1.1.1 Release Notes
TiDB Operator version: 1.1.1
- Add the and
additionalVolumes
fields so that TiDB Operator can support adding sidecars toTiDB
,TiKV
,PD
, etc. (#2229, ) - Add cross check to ensure TiKV is not scaled or upgraded at the same time (#2705, )
- Fix the bug that TidbMonitor will scrape multi TidbCluster with the same name in different namespaces when then namespace in
ClusterRef
is not set (#2746, ) - Update TiDB Operator examples to deploy TiDB Cluster 4.0.0 images (#2600, )
- Add the
alertMangerAlertVersion
option to TidbMonitor (#2744, ) - Fix alert rules lost after rolling upgrade (#2715, )
- Add
EnableDashboardInternalProxy
inPDSpec
to let user directly visit PD Dashboard (#2713, ) - Fix the PV syncing error when
TidbMonitor
and have different values inreclaimPolicy
(#2707, ) - Update Configuration to v4.0.1 (#2702, )
- Change tidb-discovery strategy type to
Recreate
to fix the bug that more than one discovery pod may exist (#2701, ) - Expose the
Dashboard
service withHTTP
endpoint whethertlsCluster
is enabled (#2684, ) - Add the
.tikv.dataSubDir
field to specify subdirectory within the data volume to store TiKV data (#2682, ) - Add the
imagePullSecrets
attribute to all components (#2679, ) - Emit an event if it fails to sync labels to TiKV stores (#2587, )
- Make
datasource
information hidden in log forBackup
and jobs (#2652, ) - Support the
DynamicConfiguration
switch in TidbCluster Spec (#2539, ) - Support
LoadBalancerSourceRanges
in theServiceSpec
for theTidbCluster
andTidbMonitor
(#2610, ) - Support
Dashboard
metrics ability forTidbCluster
whenTidbMonitor
deployed (#2483, ) - Bump the DM version to v2.0.0-beta.1 (#2615, )
- support setting discovery resources (#2434, )
- Support scraping and
Drainer
metrics in TidbMonitor (#2750, )