v1.10.0
AstroProfundis
released this
08 Jun 10:25
·
12 commits
to release-1.10
since this release
New Features
- Add support of backup and restore the cluster metadata for
tiup-cluster
andtiup-dm
(#1801, @nexustar) - Add
history
command fortiup
to display component execution records (#1808, @srstack) - Add support of trying to disable swap when
check --apply
intiup-cluster
(#1803, @AstroProfundis) - Add Grafana URL in
display
output oftiup-cluster
(#1819, @Smityz) - Add a
latest
alias for component versions when cloning repo withtiup mirror clone
command (#1835, @srstack) - Add Kylin Linux 10+ as supported in
check
result 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
check
command 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.json
intiup mirror
command (#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.0
instead 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_HOME
not loaded correctly on initializing metadata for some components (#1885, @srstack) - Fix concurrent error in
display
command 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/--help
handling 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-cluster
command fortiup-cluster
andtiup-dm
(#1900, @nexustar) - Update configuration example of monitoring components (#1818, @glkappe; #1843, @nexustar)
- Improve cluster shutting down process in
playground
(#1893, @nexustar)