Releases: pingcap/tiup
Releases · pingcap/tiup
v1.11.1
Note
tiup bench has been moved to https://github.com/PingCAP-QE/tiup-bench and not release with tiup
Fixes
- Set
madvdontneed=1for PD to shrink RSS after GC intiup-cluster(#2019, @lhy1024) - Fix playground may panic when component fail to start in
tiup-playground(#2076, @nexustar)
Improvements
- Support configuring
scrape_intervalandscrape_timeoutfor prometheus intiup-cluster(#2071, @nexustar) - Remove the restriction that tikv num must be greater than 0 in
tiup-playground(#2073, @lilinghai) - Mark kylin v10 as supported OS in
tiup-cluster(#2079, @nexustar) - Set
ETCDCTL_API=v3to get the v3 API intiup-ctl(#2081, @dveeden) - Avoid redirect when grafana
root_urlis set intiup-cluster(#2082, @nexustar)
v1.11.0
New Features
- Add support of new component
tikv-cdcfortiup-clusterandtiup-playground(#2000, #2022, @pingyu) - Add support of dedicated
tidb-dashboardintiup-cluster(#2017, @nexustar) - Add support of TiCDC rolling upgrade for
tiup-cluster(#1996, #2005, #2036, @3AceShowHand) - Add support to config TiCDC cluster-id for
tiup-cluster(#2042, @nexustar) - Add support to set CPUAffinity in
tiup-cluster(#2007, @YaozhengWang) - Allow to display memory usage in
tiup-cluster(#1994, @nexustar)
Fixes
- Fix tmp file not deleted when upload package in
tiup-server(#2021, @nexustar) - Fix redundant log when start TiDB cluster with
tiup-playground(#2032, @nexustar) - Fix panic when fail to start component in
tiup-playground(#1933, @dveeden) - Fix scale-out cdc command in
tiup-playground(#1935, @lonng) - Fix ineffectiveness of ticdc.config in
tiup-playground(#1978, @pingyu) - Fix timezone check and remove duplicate cleanTasks in
tiup-cluster(#2045, @nexustar)
Improvements
v1.10.3
Mirror update
- Add new version for node_exporter (https://github.com/prometheus/node_exporter/releases/tag/v1.3.1) and blackbox_exporter (https://github.com/prometheus/blackbox_exporter/releases/tag/v0.21.1) in tiup repository. All the new tidb clusters or instances deployed by tiup cluster will use the new version by default.
Fixes
- Fix cannot clean related tidb topology after scale-in in
tiup-cluster(#2011, @nexustar) - Fix fail to push if server name has "-" in
tiup-cluster(#2008, @nexustar) - Fix unable to configure tiflash LearnerConfig in
tiup-cluster(#1991, @srstack)
Improvements
v1.10.2
v1.10.1
v1.10.0
New Features
- Add support of backup and restore the cluster metadata for
tiup-clusterandtiup-dm(#1801, @nexustar) - Add
historycommand fortiupto display component execution records (#1808, @srstack) - Add support of trying to disable swap when
check --applyintiup-cluster(#1803, @AstroProfundis) - Add Grafana URL in
displayoutput oftiup-cluster(#1819, @Smityz) - Add a
latestalias for component versions when cloning repo withtiup mirror clonecommand (#1835, @srstack) - Add Kylin Linux 10+ as supported in
checkresult oftiup-cluster(#1886, @srstack) - Add support of completion of cluster name with Tab button for
tiup-cluster(#1891, @nexustar) - Add support of checking timezone consistency among servers in
checkcommand oftiup-cluster(#1890, @nexustar) - Add support of deploying on RHEL 8 in
tiup-cluster(#1896, @nexustar) - Add support of specifing custom key directory when rotating
root.jsonintiup mirrorcommand (#1848, @AstroProfundis)
Fixes
- Fix typo in error message of
tiup-bench(#1824, @Mini256) - Fix duplicated component path printed in
tiup(#1832, @nexustar) - Fix outdated URL in topology example for
tiup-cluster(#1840, @srstack) - Fix DM startup scripts to bind
0.0.0.0instead of host IP (#1845, @nexustar) - Fix incorrect blackbox_exporter, node_exporter and Grafana status monitor for TLS enabled clusters (#1853, @srstack)
- Fix priority of tag argument for
tiup-playground(#1869, @nexustar) - Fix
TIUP_HOMEnot loaded correctly on initializing metadata for some components (#1885, @srstack) - Fix concurrent error in
displaycommand oftiup-cluster(#1895, @srstack) - Fix incorrect workload loading in
tiup-bench(#1827, @Smityz) - Fix OS type detection for hybrid platform deployment in
tiup-cluster(#1753, @srstack)
Improvements
- Add notes about default workload values in help message of
tiup-bench(#1807, @Smityz) - Refactor
-h/--helphandling to avoid conflicts with component arguments (#1831, @nexustar) - Refactor version specific handlings of TiDB cluster to a dedicated Go package (#1873, @nexustar)
- Improve integrate tests for
tiup-cluster(#1882, @nexustar) - Adjust help information of
edit-clustercommand fortiup-clusterandtiup-dm(#1900, @nexustar) - Update configuration example of monitoring components (#1818, @glkappe; #1843, @nexustar)
- Improve cluster shutting down process in
playground(#1893, @nexustar)
v1.9.6
v1.9.5
Fixes
- Fix
pruneincorrectly destroy pump/drainer node before they becomeTombstoneintiup-cluster(#1851, @srstack) - Report error when multiple pump nodes with the same
ip:portfound intiup-cluster(#1856, @srstack) - Get node status of pump/drainer from PD in
tiup-cluster(#1862, @srstack)
Improvements
v1.9.4
Fixes
- Fix copy error when file is read only in
tiup-playground(#1816, @breeswish) - Fix
data-dirnot properly handled for TiCDC v6.0.0 intiup-cluster(#1838, @overvenus)
v1.9.3
Fixes
- Fix error running
execsubcommand oftiup-clusterwhen hostname contains '-' (#1794, @nexustar) - Fix port conflict check for TiFlash instances in
tiup-cluster(#1805, @AstroProfundis) - Fix next-generation monitor (
ng-monitor) not available in Prometheus (#1806, @nexustar) - Fix node_exporter metrics not collected if the host has only Prometheus deployed (#1806, @nexustar)
- Fix
--host 0.0.0.0not working intiup-playground(#1811, @nexustar)
Improvements
- Support cleanup audit log files for
tiup-clusterandtiup-dm(#1780, @srstack) - Add anonymous login example to Grafana configuration templates (#1785@sunzhaoyang)