Skip to content

Commit e543145

Browse files
authored
bump version to v1.16.0 (#2430)
Signed-off-by: xhe <xw897002528@gmail.com>
1 parent bec5f65 commit e543145

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
TiUP Changelog
22

3+
## [1.16.0] 2024-06-27
4+
5+
### New Features
6+
7+
- Deploy PD as microservices in `tiup-cluster` (#2377, @rleungx)
8+
9+
### Fixes
10+
11+
- Fix missing TiProxy session certs when `tiup-cluster` scale-out (#2432, @djshow832)
12+
13+
### Improvements
14+
15+
- Remove tombstone nodes of pd when executing `tiup-cluster prune` (#2044, @nexustar)
16+
- Redact `-p` (password) arguments in command execution (#2425, @nexustar)
17+
- Avoid duplicated downloads when upgrade (#2423, @nexustar)
18+
319
## [1.15.2] 2024-05-28
420

521
### Improvements

pkg/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ var (
2121
// TiUPVerMajor is the major version of TiUP
2222
TiUPVerMajor = 1
2323
// TiUPVerMinor is the minor version of TiUP
24-
TiUPVerMinor = 15
24+
TiUPVerMinor = 16
2525
// TiUPVerPatch is the patch version of TiUP
26-
TiUPVerPatch = 2
26+
TiUPVerPatch = 0
2727
// TiUPVerName is an alternative name of the version
2828
TiUPVerName = "tiup"
2929
// GitHash is the current git commit hash

0 commit comments

Comments
 (0)