From 37c95bbe9d6218584a5371600aa59ecaa1ab73ab Mon Sep 17 00:00:00 2001 From: Allen Zhong Date: Wed, 24 Mar 2021 19:15:37 +0800 Subject: [PATCH] Bump v1.3.7 (#1240) --- CHANGELOG.md | 9 +++++++++ pkg/version/version.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 582e7771a9..ae2f0dbccf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ TiUP Changelog +## [1.3.7] 2021.03.25 + +### Fixes + +- Fix the issue that metrics of tiflash-server instance may not collected correctly ([#1083](https://github.com/pingcap/tiup/pull/1083), [@yuzhibotao](https://github.com/yuzhibotao)) +- Fix the issue that tiup-cluster disables monitoring services unexpectedly ([#1088](https://github.com/pingcap/tiup/pull/1088), [@lucklove](https://github.com/lucklove)) +- Fix wrong dashboard name for lightning in Grafana after renaming a cluster with tiup-cluster ([#1196](https://github.com/pingcap/tiup/pull/1196), [@9547](https://github.com/9547)) +- Fix the issue that tiup-cluster `prune` command may generage config for removed nodes ([#1237](https://github.com/pingcap/tiup/pull/1237), [@lucklove](https://github.com/lucklove)) + ## [1.3.6] 2021.03.19 ### Fixes diff --git a/pkg/version/version.go b/pkg/version/version.go index 829b04ea42..671cb6d806 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -24,7 +24,7 @@ var ( // TiUPVerMinor is the minor version of TiUP TiUPVerMinor = 3 // TiUPVerPatch is the patch version of TiUP - TiUPVerPatch = 6 + TiUPVerPatch = 7 // TiUPVerName is alternative name of the version TiUPVerName = "tiup" // GitHash is the current git commit hash