File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11TiUP Changelog
22
3+ ## [ 1.1.2] 2020.09.11
4+
5+ ### Fixes
6+
7+ - Fix the issue that tikv store leader count is not correct ([ #762 ] ( https://github.com/pingcap/tiup/pull/762 ) )
8+ - Fix the issue that tiflash's data is not clean up ([ #768 ] ( https://github.com/pingcap/tiup/pull/768 ) )
9+ - Fix the issue that ` tiup cluster deploy --help ` display wrong help message ([ #758 ] ( https://github.com/pingcap/tiup/pull/758 ) )
10+ - Fix the issue that tiup-playground can't display and scale ([ #749 ] ( https://github.com/pingcap/tiup/pull/749 ) )
11+
312## [ 1.1.1] 2020.09.01
413
514### Fixes
Original file line number Diff line number Diff line change 2424 // TiUPVerMinor is the minor version of TiUP
2525 TiUPVerMinor = 1
2626 // TiUPVerPatch is the patch version of TiUP
27- TiUPVerPatch = 1
27+ TiUPVerPatch = 2
2828 // TiUPVerName is alternative name of the version
2929 TiUPVerName = "tiup"
3030 // GitHash is the current git commit hash
You can’t perform that action at this time.
0 commit comments