Releases: pingcap/tiup
Releases · pingcap/tiup
v1.12.4
Fix
Improvement
- Remove tcp_port for tiflash in
tiup-cluster
andtiup-playground
(#2220, @zanmato1984)
v1.12.3
v1.12.2
[1.12.2] 2023-5-19
Notes
- Chore: migrate to new prow reviewing (#2160, @wuhuizuo)
- Publish nightly tiup packages based on master branch (#2192, @nexustar)
Fixes
- Fix cannot start alertmanager in
tiup-cluster
(#2200, @nexustar) - Fix TiFlash config not working in
tiup-playground
(#2190, @breezewish) - Fix --tiflash 0 not working in
tiup-playground
(#2189, @breezewish) - Fix port conflict when cluster version >= 5.4 and < 7.1 in
tiup-playground
(#2188, @Lloyd-Pottiger) - Fix cannot prune/scale-in tikv when use ipv6 in
tiup-cluster
(#2180, @nexustar) - Fix exec error when use ipv6 in
tiup-cluster
(#2193, @nexustar)
Improvements
- Output PD endpoints in tikv-slim mode in
tiup-playground
(#2196, @breezewish) - Add --mode=tidb-disagg in
tiup-playground
(#2194, @breezewish) - Add option to specify TiKV port in
tiup-playground
(#2183, @dveeden) - include '--comments' in mysql command line arguments in
tiup-playground
(#2187, @mjonss) - Code refine for TiFlash in
tiup-playground
(#2177, @breezewish) - Code refine for args in
tiup-playground
(#2178, @breezewish)
v1.12.1
Fix
- Fix ngm config in
tiup-cluster
(#2175, @Mystery-cyf)
Improvements
- Remove TiFlash http service in
tiup-cluster
andtiup-playground
(#2165, Lloyd-Pottige) - Remove ":" on default backup filename in
tiup-cluster
(#2174, @nexustar) - Allows setting other storage config for TiFlash when
storage.main
is not defined intiup-cluster
(#2161, @breezewish) - Support run TiFlash via args in
tiup-playground
(#2162, @breezewish) - Tidy output in
tiup-playground
(#2163, @breezewish)
v1.12.0
[1.12.0] 2023-3-31
New Features
- Support ipv6 in
tiup-cluster
andtiup-dm
(#2068 #2069 #2070 #2075 #2117, @nexustar) - Add support for displaying the grafana URLs in JSON output in
tiup-cluster
andtiup-dm
(#2041, @onlyacat) - Allow download directory when use builtin scp (#2098, @nexustar)
- Support set manage host in
tiup-cluster
andtiup-dm
(#2147, @srstack) - User perm from parent dir in
tiup-cluster
(#2143, @nexustar) - Support display tiflash uptime in
tiup-cluster
(#2094, @srstack) - Add ticdc port prob config in
tiup-cluster
(#2124, @sdojjy) - Allow users to run custom shell commands during the cluster rolling upgrade in
tiup-cluster
(#2130, @darkelf21cn) - Check upgrade offline in
tiup-cluster
(#2116, @srstack) - Check required CPU flags for TiFlash >= v6.3.0 in
tiup-cluster
(#2054, @solotzg) - Support connect to external Pushgateway in
tiup-cluster
(#2137, @nexustar) - Allow setting the TiCDC port in
tiup-playground
(#2140, @dveeden)
Improvements
- Check the cdc capture can be found before drain the capture in
tiup-cluster
(#2059, @3AceShowHand) - Enable AutoTLS by default in
tiup-playground
(#2077, @dveeden) - Wait for leader to transfer back during rolling restart in
tiup-cluster
(#2051, @cosven) - Sync pdapi & typeutil with pd 6.3.0 in
tiup-cluster
(#2063, @AstroProfundis) - Optimize checks & tests (#2056, @AstroProfundis)
- Mark openEuler as supported in
tiup-cluster
(#2145, @nexustar) - Merge tiflash config in tiup playground to reduce handwrite config in
tiup-playground
(#2086, @iosmanthus) - Add TIUP_VERBOSE in doc (#2111, @dveeden)
- Delete storage.remote.cache.dir when prune in
tiup-cluster
(#2142, @hehechen) - Check process name before killing it in
tiup clean
(#2141, @dveeden) - Display disaggregated mode of TiFlash in
tiup-cluster
(#2133, @hehechen) - Remove mark_cache_size default value of tiflash.toml after v5.4.0 (#2138, @hongyunyan)
- Delete !#$%&= from init password in
tiup-cluster
(#2136, @nexustar)
v1.11.3
v1.11.2
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=1
for 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_interval
andscrape_timeout
for 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=v3
to get the v3 API intiup-ctl
(#2081, @dveeden) - Avoid redirect when grafana
root_url
is set intiup-cluster
(#2082, @nexustar)
v1.11.0
New Features
- Add support of new component
tikv-cdc
fortiup-cluster
andtiup-playground
(#2000, #2022, @pingyu) - Add support of dedicated
tidb-dashboard
intiup-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)