- Introduction
- Get Started
- Deploy
- In Self-Managed Kubernetes
- In Public Cloud Kubernetes
- Deploy TiDB on ARM64 Machines
- Deploy TiFlash to Explore TiDB HTAP
- Deploy TiDB Across Multiple Kubernetes Clusters
- Deploy a Heterogeneous TiDB Cluster
- Deploy TiCDC
- Deploy TiDB Binlog
- Monitor and Alert
- Migrate
- Import Data
- Migrate from MySQL
- Migrate TiDB to Kubernetes
- Manage
- Secure
- Scale
- Upgrade
- Upgrade a TiDB Cluster
- Upgrade TiDB Operator
- Backup and Restore
- Overview
- Backup and Restore Custom Resources
- Grant Permissions to Remote Storage
- Amazon S3 Compatible Storage
- Google Cloud Storage
- Persistent Volumes
- Maintain
- Restart a TiDB Cluster
- Destroy a TiDB Cluster
- View TiDB Logs
- Modify TiDB Cluster Configuration
- Configure Automatic Failover
- Pause Sync of TiDB Cluster
- Maintain Different TiDB Clusters Separately Using Multiple TiDB Operator
- Maintain Kubernetes Nodes
- Migrate from Helm 2 to Helm 3
- Replace Nodes for a TiDB Cluster
- Disaster Recovery
- Troubleshoot
- FAQs
- Reference
- Release Notes
- v1.2
- v1.1
- v1.0
- v0
TiDB Operator 1.2.0-beta.2 Release Notes
Release date: April 29, 2021
TiDB Operator version: 1.2.0-beta.2
Rolling update changes
- Upgrading TiDB Operator will cause the recreation of the TidbMonitor Pod due to #3943
- Upgrading TiDB Operator will cause the recreation of the DM-master Pod due to #3914
New features
- TidbMonitor supports monitoring multiple TidbClusters with TLS enabled (#3867, @mikechengwei)
- Support configuring
podSecurityContext
for all TiDB components (#3909, @liubog2008) - Support configuring
topologySpreadConstraints
for all TiDB components (#3937, @liubog2008) - Support deploying a DmCluster in a different namespace than a TidbCluster (#3914, @csuzhangxc)
- Support installing TiDB Operator with only namespace-scoped permissions (#3896, @csuzhangxc)
Improvements
- Add the readiness probe for the TidbMonitor Pod (#3943, @mikechengwei)
- Optimize TidbMonitor for DmCluster with TLS enabled (#3942, @mikechengwei)
- TidbMonitor supports not generating Prometheus alert rules (#3932, @mikechengwei)
Bug fixes
- Fix the issue that TiDB instances are kept in TiDB Dashboard after being scaled in (#3929, @july2993)
- Fix the useless sync of TidbCluster CR caused by the update of
lastHeartbeatTime
instatus.tikv.stores
(#3886, @songjiansuper)
Was this page helpful?