Skip to content

Commit

Permalink
bump version to v1.16.0 (#2430)
Browse files Browse the repository at this point in the history
Signed-off-by: xhe <[email protected]>
  • Loading branch information
xhebox authored Jul 2, 2024
1 parent bec5f65 commit e543145
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
TiUP Changelog

## [1.16.0] 2024-06-27

### New Features

- Deploy PD as microservices in `tiup-cluster` (#2377, @rleungx)

### Fixes

- Fix missing TiProxy session certs when `tiup-cluster` scale-out (#2432, @djshow832)

### Improvements

- Remove tombstone nodes of pd when executing `tiup-cluster prune` (#2044, @nexustar)
- Redact `-p` (password) arguments in command execution (#2425, @nexustar)
- Avoid duplicated downloads when upgrade (#2423, @nexustar)

## [1.15.2] 2024-05-28

### Improvements
Expand Down
4 changes: 2 additions & 2 deletions pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ var (
// TiUPVerMajor is the major version of TiUP
TiUPVerMajor = 1
// TiUPVerMinor is the minor version of TiUP
TiUPVerMinor = 15
TiUPVerMinor = 16
// TiUPVerPatch is the patch version of TiUP
TiUPVerPatch = 2
TiUPVerPatch = 0
// TiUPVerName is an alternative name of the version
TiUPVerName = "tiup"
// GitHash is the current git commit hash
Expand Down

0 comments on commit e543145

Please sign in to comment.