Skip to content

Releases: pingcap/tiup

v1.12.2

19 May 10:09
dbba46b
Compare
Choose a tag to compare

[1.12.2] 2023-5-19

Notes

Fixes

Improvements

v1.12.1

13 Apr 10:27
f4dae70
Compare
Choose a tag to compare

Fix

Improvements

  • Remove TiFlash http service in tiup-cluster and tiup-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 in tiup-cluster (#2161, @breezewish)
  • Support run TiFlash via args in tiup-playground (#2162, @breezewish)
  • Tidy output in tiup-playground (#2163, @breezewish)

v1.12.0

31 Mar 12:34
58a378e
Compare
Choose a tag to compare

[1.12.0] 2023-3-31

New Features

Improvements

v1.11.3

14 Feb 07:22
Compare
Choose a tag to compare

Improvement

v1.11.2

02 Feb 09:21
Compare
Choose a tag to compare

Fixes

Improvements

v1.11.1

24 Nov 06:18
Compare
Choose a tag to compare

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 in tiup-cluster (#2019, @lhy1024)
  • Fix playground may panic when component fail to start in tiup-playground (#2076, @nexustar)

Improvements

  • Support configuring scrape_interval and scrape_timeout for prometheus in tiup-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 in tiup-ctl (#2081, @dveeden)
  • Avoid redirect when grafana root_url is set in tiup-cluster (#2082, @nexustar)

v1.11.0

23 Sep 11:56
1a4714d
Compare
Choose a tag to compare

New Features

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

  • Use test-cluster as dashboard name in tiup-playground (#1920, @breezewish)
  • Add pd.port argument in tiup-playground (#1931, @pingyu)
  • Allow --tag argument on any locate in tiup-playground (#1998, @pingyu)

v1.10.3

12 Aug 05:42
Compare
Choose a tag to compare

Mirror update

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

  • Improve the THP check rule in tiup-cluster (#2014, @nexustar)
  • Add an example in -h for tiup mirror clone for multiple versions (#2009, @nexustar)

v1.10.2

16 Jun 11:47
2de5b50
Compare
Choose a tag to compare

Fixes

  • Fix cannot get drainer status from pd in tiup-cluster (#1922, @srstack)
  • Fix error when check time zone in tiup-cluster (#1925, @nexustar)
  • Fix wrong parameter value of --peer-urls in tiup-dm (#1926, @nexustar)

v1.10.1

09 Jun 08:55
e52c3bb
Compare
Choose a tag to compare

Fix

  • Fix SSH login error when identity file is specified for non-root user in tiup-cluster (#1914, @srstack)