From 01df6de49dbf23af1a3e9d6f71d383c407cdb810 Mon Sep 17 00:00:00 2001 From: Allen Zhong Date: Thu, 19 Aug 2021 11:33:50 +0800 Subject: [PATCH] bump version 1.5.5 (#1524) --- CHANGELOG.md | 12 ++++++++++++ pkg/version/version.go | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7692af76fc..d245a7d785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ TiUP Changelog +## [1.5.5] 2021-08-19 + +### Fixes + +- Fix error when reloading a stopped cluster with `--skip-restart` argument ([#1513](https://github.com/pingcap/tiup/pull/1513), [@AstroProfundis](https://github.com/AstroProfundis)) +- Use absolute path for `sudo` command, to workaround errors on systems where `devtoolset` is enabled ([#1516](https://github.com/pingcap/tiup/pull/1516), [@nexustar](https://github.com/nexustar)) +- Fix custom TiDB port not correctly set in playground ([#1511](https://github.com/pingcap/tiup/pull/1511), [@hecomlilong](https://github.com/hecomlilong)) + +### Improvements + +- Adjust suggested argument order in playground examples ([#1522](https://github.com/pingcap/tiup/pull/1522), [@glkappe](https://github.com/glkappe)) + ## [1.5.4] 2021-08-05 ### Fixes diff --git a/pkg/version/version.go b/pkg/version/version.go index 4a4c494a92..e70476aca6 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -23,7 +23,7 @@ var ( // TiUPVerMinor is the minor version of TiUP TiUPVerMinor = 5 // TiUPVerPatch is the patch version of TiUP - TiUPVerPatch = 4 + TiUPVerPatch = 5 // TiUPVerName is an alternative name of the version TiUPVerName = "tiup" // GitHash is the current git commit hash