Skip to content

Commit 01df6de

Browse files
bump version 1.5.5 (#1524)
1 parent f4411de commit 01df6de

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.5.5] 2021-08-19
4+
5+
### Fixes
6+
7+
- Fix error when reloading a stopped cluster with `--skip-restart` argument ([#1513](https://github.com/pingcap/tiup/pull/1513), [@AstroProfundis](https://github.com/AstroProfundis))
8+
- Use absolute path for `sudo` command, to workaround errors on systems where `devtoolset` is enabled ([#1516](https://github.com/pingcap/tiup/pull/1516), [@nexustar](https://github.com/nexustar))
9+
- Fix custom TiDB port not correctly set in playground ([#1511](https://github.com/pingcap/tiup/pull/1511), [@hecomlilong](https://github.com/hecomlilong))
10+
11+
### Improvements
12+
13+
- Adjust suggested argument order in playground examples ([#1522](https://github.com/pingcap/tiup/pull/1522), [@glkappe](https://github.com/glkappe))
14+
315
## [1.5.4] 2021-08-05
416

517
### Fixes

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 = 5
2525
// TiUPVerPatch is the patch version of TiUP
26-
TiUPVerPatch = 4
26+
TiUPVerPatch = 5
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)