From 48f15f405450faf7d57136e629285724a0713cde Mon Sep 17 00:00:00 2001 From: Yujie <34276395+Yujie-Xie@users.noreply.github.com> Date: Mon, 1 Apr 2024 01:39:49 +0800 Subject: [PATCH] Bump version to v1.15.0 (#2393) * update version * update changelog --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ pkg/version/version.go | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28f0adb149..7d5495122f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ TiUP Changelog +## [1.15.0] 2023-04-01 + +### New Features + +- Support no-sudo mode in `tiup-cluster` (#2350 #2373, @Yujie-Xie) +- Add tidb-cse mode and remove tidb-disagg mode in `tiup-playground` (#2386, @breezewish) + +### Fixes + +- Fix can not set runtime config in config file specific by --tiflash.config in `tiup-playground` (#2346 #2383, @Lloyd-Pottiger) +- Fix not sanitize tiproxy component config when scale in in `tiup-playground` (#2365, @xhebox) +- Fix timeout when checking component upgrade in `tiup` (#2379, @KanShiori) +- Fix pdms grafana display in `tiup-playground` (#2382, @HuSharp) +- Fix not update prometheus config when scale in in `tiup-cluster` (#2387, @Yujie-Xie) + +### Improvements + +- Set the TiFlash logger level to DEBUG in `tiup-playground` (#2346, @Lloyd-Pottiger) +- Add integration tests for tiproxy in `tiup-cluster` (#2371, @xhebox) +- Set tiproxy addr without schema in `tiup-playground` (#2368, @xhebox) +- Only pull nightly from cluster version in `tiup-playground` (#2364, @xhebox) +- Skip tiproxy download & copy when upgrade in `tiup-cluster` (#2366, @xhebox) +- Auto set session certs if there is a tiproxy in `tiup-cluster` (#2374, @xhebox) +- Auto generate self-signed certs for TiProxy session migration in `tiup-playground` (#2372, @xhebox) +- Remove resource manager in `tiup-playground` (#2381, @rleungx) +- Add config advertise-addr to tiproxy spec in `tiup-cluster` and `tiup-playground` (#2392, @djshow832) + ## [1.14.1] 2024-01-12 ### Fixes diff --git a/pkg/version/version.go b/pkg/version/version.go index ae1af06ea2..536b945aaa 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -21,7 +21,7 @@ var ( // TiUPVerMajor is the major version of TiUP TiUPVerMajor = 1 // TiUPVerMinor is the minor version of TiUP - TiUPVerMinor = 14 + TiUPVerMinor = 15 // TiUPVerPatch is the patch version of TiUP TiUPVerPatch = 0 // TiUPVerName is an alternative name of the version