Skip to content

Commit

Permalink
bump version to v1.13.0 (#2266)
Browse files Browse the repository at this point in the history
  • Loading branch information
nexustar authored Aug 25, 2023
1 parent 66cc9bd commit 0ed23db
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
TiUP Changelog

## [1.13.0] 2023-08-26

### New Features

- Support run components without tiup in `tiup` (#2265, @nexustar)
- Support tiproxy in `tiup-playground` (#2202, @xhebox)
- Show warning and continue if cannot delete data dir when destroy/scale-in instead of error and exit in `tiup-cluster` (#2256, @nexustar)
- Support specifying package name of components in `tiup-cluster` (#2236, @nexustar)
- playground: support microservices mode in `tiup-playground` (#2226, @rleungx)

### Fixes

- Fix the issue meta backup is failed when symbolic links exist in meta dir in `tiup-cluster` (#2255, @@KanShiori)
- Fix node filter on exec in `tiup-cluster` (#2251, @nexustar)

### Improvements

- Move to Go 1.21 (#2249, @dveeden)
- Upgrade TiCDC before TiKV and PD when cluster is equal or greater than v5.1.0 in `tiup-cluster` (#2253, @KanShiori)
- progress: Add option to add error detail (#2203, @dveeden)

## [1.12.5] 2023-7-17

### Fix
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 = 12
TiUPVerMinor = 13
// TiUPVerPatch is the patch version of TiUP
TiUPVerPatch = 5
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 0ed23db

Please sign in to comment.