Skip to content

Commit

Permalink
bump version 1.12.1 (#2176)
Browse files Browse the repository at this point in the history
  • Loading branch information
nexustar committed Apr 13, 2023
1 parent f7195cf commit f4dae70
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
TiUP Changelog

## [1.12.1] 2023-4-13

### Fix

- Fix ngm config in `tiup-cluster` (#2175, @Mystery-cyf)

### Improvements

- Remove TiFlash http service in `tiup-cluster` and `tiup-playground` (#2165, Lloyd-Pottige)
- Remove ":" on default backup filename in `tiup-cluster` (#2174, @nexustar)
- Allows setting other storage config for TiFlash when `storage.main` is not defined in `tiup-cluster` (#2161, @breezewish)
- Support run TiFlash via args in `tiup-playground` (#2162, @breezewish)
- Tidy output in `tiup-playground` (#2163, @breezewish)

## [1.12.0] 2023-3-31

### New Features
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var (
// TiUPVerMinor is the minor version of TiUP
TiUPVerMinor = 12
// TiUPVerPatch is the patch version of TiUP
TiUPVerPatch = 0
TiUPVerPatch = 1
// TiUPVerName is an alternative name of the version
TiUPVerName = "tiup"
// GitHash is the current git commit hash
Expand Down

0 comments on commit f4dae70

Please sign in to comment.