v1.9.0
AstroProfundis
released this
10 Feb 06:48
·
32 commits
to release-1.9
since this release
New Features
- Support
brew install pingcap/brew/tiup
(#1599, @srstack) - Enable next-generation monitor (
ng-monitor
) by default for TiDB versions equal or later thanv5.4.0
intiup-cluster
(#1699 #1743, @nexustar) - Add support of enabling and disabling TLS encryption for deployed TiDB cluster in
tiup-cluster
(#1657, @srstack) - Add support of deploying TLS enabled DM clusters in
tiup-dm
(#1745, @nexustar) - Add support of changing owner of a component in
tiup mirror
andtiup-server
(#1676, @AstroProfundis) - Add support of specifing IP address to bind for AlertManager in
tiup-cluster
(#1665 #1669, @srstack) - Add support of initialing random root password for TiDB in
tiup-cluster
(#1700, @AstroProfundis) - Add support of
check
before scaling out a cluster intiup-cluster
(#1659, @srstack) - Use latest nightly build for each component in
tiup-playground
(#1727, @nexustar)
Fixes
- Fix DM hosts not added to node_exporter list of Prometheus configuration in
tiup-dm
(#1654, @AstroProfundis) - Adjust command argument of
tiup
to workaround conflict with some components (#1698, @nexustar) - Fix global configs not correctly set for new instances during scaling out in
tiup-cluster
(#1701, @srstack) - Fix incorrect
initial_commit_ts
set in start up script of Drainer intiup-cluster
(#1706, @nexustar) - Fix JSON output for
check
results intiup-cluster
(#1720, @AstroProfundis) - Fix incorrect instance status for
display
intiup-cluster
(#1742, @nexustar) - Fix malformed commands in local executor in
tiup-cluster
(#1734, @AstroProfundis) - Fix incorrect exit code for
tiup
(#1738, @nexustar) - Remove duplicate
check
results intiup-cluster
(#1737, @srstack) - Fix version check of TiFlash nightly builds for TLS enabled clusters in
tiup-cluster
(#1735, @srstack)
Improvements
- Adjust configuration template for TiFlash to support new versions in
tiup-cluster
(#1673, @hehechen) - Adjust configuration sample for DM in
tiup-dm
(#1692, @lance6716) - Reder cluster name for custom Prometheus alert rules in
tiup-cluster
(#1674, @srstack) - Improve shell auto-completion to support cli of components (#1678, @nexustar)
- Add checks for
tiup
installed with 3rd party package manager when runningtiup update --self
(#1693, @srstack) - Check for component updates before actually run it (#1718, @nexustar)
- Add support of customizing Grafana configurations in
server_configs
section intiup-cluster
andtiup-dm
(#1703, @nexustar) - Add support of Chrony as valid NTP daemon for
check
intiup-cluster
(#1714, @srstack) - Add Amazon Linux 2 as supported OS for
check
intiup-cluster
(#1740, @dveeden) - Add significant warning destroying a cluster in
tiup-cluster
andtiup-dm
(#1723, @AstroProfundis)