Skip to content

Commit 8c9d75d

Browse files
bump version 1.9.1 (#1769)
1 parent 3addfc2 commit 8c9d75d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
TiUP Changelog
22

3+
## [1.9.1] 2022-02-24
4+
5+
### Fixes
6+
7+
- Fix panic running TPCC with `tiup-bench` ([#1755](https://github.com/pingcap/tiup/pull/1755), [@nexustar](https://github.com/nexustar))
8+
- Fix blackbox_exporter and node_exporter not restarted during upgrade in `tiup-cluster` and `tiup-dm` ([#1758](https://github.com/pingcap/tiup/pull/1758), [@srstack](https://github.com/srstack))
9+
- Fix messed `stdout` and `stderr` handling for SSH commands in `tiup-cluster` and `tiup-dm` ([#1763](https://github.com/pingcap/tiup/pull/1763), [@tongtongyin](https://github.com/tongtongyin))
10+
- Fix Grafana datasource config handling in `tiup-cluster` and `tiup-dm` ([#1768](https://github.com/pingcap/tiup/pull/1768), [@srstack](https://github.com/srstack))
11+
312
## [1.9.0] 2022-02-10
413

514
### 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 = 9
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)