From 1d1478dbec0d06ef5e909d3323331914538d4cb0 Mon Sep 17 00:00:00 2001 From: Allen Zhong Date: Wed, 1 Sep 2021 11:56:14 +0800 Subject: [PATCH] bump version 1.5.6 (#1543) --- CHANGELOG.md | 12 ++++++++++++ pkg/version/version.go | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d245a7d785..288819e61e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ TiUP Changelog +## [1.5.6] 2021-09-01 + +### Fixes + +- Fix OS version check rules for `tiup-cluster check` ([#1535](https://github.com/pingcap/tiup/pull/1535), [@AstroProfundis](https://github.com/AstroProfundis)) +- Fix component upgrade order for `tiup-cluster` to make sure TiCDC nodes work correctly ([#1542](https://github.com/pingcap/tiup/pull/1542), [@overvenus](https://github.com/overvenus)) + +### Improvements + +- Adjust warning message of `tiup-cluster restart` to make users clear that the cluster will be unavailable during the process ([#1523](https://github.com/pingcap/tiup/pull/1523), [@glkappe](https://github.com/glkappe)) +- Reverse the order of audit log listing to show latest records at the buttom ([#1538](https://github.com/pingcap/tiup/pull/1538), [@AstroProfundis](https://github.com/AstroProfundis)) + ## [1.5.5] 2021-08-19 ### Fixes diff --git a/pkg/version/version.go b/pkg/version/version.go index e70476aca6..dd5a80c6e3 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 = 5 + TiUPVerPatch = 6 // TiUPVerName is an alternative name of the version TiUPVerName = "tiup" // GitHash is the current git commit hash