Skip to content

Commit 559b99d

Browse files
committedDec 20, 2021
bump version 1.8.1 (#1683)
1 parent 6e50b6d commit 559b99d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
TiUP Changelog
22

3+
## [1.8.1] 2021-12-20
4+
5+
### Fixes
6+
7+
- Fix port conflict not checked for TiDB clusters imported from `tidb-ansible` on `scale-out` in `tiup-cluster` ([#1656](https://github.com/pingcap/tiup/pull/1656), [@srstack](https://github.com/srstack))
8+
- Fix SSH commands stale in some circumstances ([#1664](https://github.com/pingcap/tiup/pull/1664), [@nexustar](https://github.com/nexustar))
9+
- Fix default value of `initial-commit-ts` for drainer in `tiup-cluster` ([#1678](https://github.com/pingcap/tiup/pull/1678), [@nexustar](https://github.com/nexustar))
10+
11+
### Improvements
12+
13+
- Display check result of CPU frequency governor even when it's not available ([#1663](https://github.com/pingcap/tiup/pull/1663), [@srstack](https://github.com/srstack))
14+
315
## [1.8.0] 2021-12-06
416

517
### New Features

‎pkg/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323
// TiUPVerMinor is the minor version of TiUP
2424
TiUPVerMinor = 8
2525
// TiUPVerPatch is the patch version of TiUP
26-
TiUPVerPatch = 0
26+
TiUPVerPatch = 1
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)