From 5b9cf5d13f2be4a00003570549bc1590900ef384 Mon Sep 17 00:00:00 2001 From: SIGSEGV Date: Fri, 27 Nov 2020 17:26:04 +0800 Subject: [PATCH] Bump v1.2.5 (#945) --- CHANGELOG.md | 14 ++++++++++++++ pkg/version/version.go | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e024a16ee..01a26d6294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ TiUP Changelog +## [1.2.5] 2020.11.27 + +### Fixes + +- Fix the issue that can't operate the cluster which have tispark workers without tispark master ([#924](https://github.com/pingcap/tiup/pull/924), [@AstroProfundis](https://github.com/AstroProfundis)) + - Root cause: once the tispark master been removed from the cluster, any later action will be reject by TiUP + - Fix: make it possible for broken clusters to fix no tispark master error by scaling out a new tispark master node +- Fix the issue that it report `pump node id not found` while drainer node id not found ([#925](https://github.com/pingcap/tiup/pull/925), [@lucklove](https://github.com/lucklove)) + +### Improvements + +- Support deploy TiFlash on multi-disks with "storage" configurations since v4.0.9 ([#931](https://github.com/pingcap/tiup/pull/931), [#938](https://github.com/pingcap/tiup/pull/938), [@JaySon-Huang](https://github.com/JaySon-Huang)) +- Check duplicated pd_servers.name in the topology before truly deploy the cluster ([#922](https://github.com/pingcap/tiup/pull/922), [@anywhy](https://github.com/anywhy)) + ## [1.2.4] 2020.11.19 ### Fixes diff --git a/pkg/version/version.go b/pkg/version/version.go index d6ee940575..281ab46f99 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -24,7 +24,7 @@ var ( // TiUPVerMinor is the minor version of TiUP TiUPVerMinor = 2 // TiUPVerPatch is the patch version of TiUP - TiUPVerPatch = 4 + TiUPVerPatch = 5 // TiUPVerName is alternative name of the version TiUPVerName = "tiup" // GitHash is the current git commit hash