From b8381cfd8180bdf5a3b7924d0249538ac15dee81 Mon Sep 17 00:00:00 2001 From: nexustar Date: Wed, 14 Jun 2023 01:57:40 +0800 Subject: [PATCH] bump version to v1.12.3 (#2217) --- CHANGELOG.md | 11 +++++++++++ pkg/version/version.go | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc50d969c8..71d62cbb9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ TiUP Changelog +## [1.12.3] 2023-6-14 + +### Fixes + +- Fix cannot edit manage_host on an exist cluster in `tiup-cluster` (#2210, @nexustar) +- Fix still use host instead of manage_host in `tiup-cluster` (#2206 #2207, @nexustar) + +### Improvement + +- Check if the compnoent exists when uninstall in `tiup` (#2209, @srstack) + ## [1.12.2] 2023-5-19 ### Notes diff --git a/pkg/version/version.go b/pkg/version/version.go index b12afe666b..76631b8d95 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -23,7 +23,7 @@ var ( // TiUPVerMinor is the minor version of TiUP TiUPVerMinor = 12 // TiUPVerPatch is the patch version of TiUP - TiUPVerPatch = 2 + TiUPVerPatch = 3 // TiUPVerName is an alternative name of the version TiUPVerName = "tiup" // GitHash is the current git commit hash