Skip to content

Commit

Permalink
Bump version to v1.15.0 (#2393)
Browse files Browse the repository at this point in the history
* update version

* update changelog
  • Loading branch information
Yujie-Xie authored Mar 31, 2024
1 parent 21e4114 commit 48f15f4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48f15f4

Please sign in to comment.