TiUP 1.11.1 Release Note
发版日期:2022 年 11 月 24 日
TiUP 版本:1.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)