File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11TiUP 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments