Skip to content

Commit 0faec47

Browse files
bump version 1.4.3 (#1357)
1 parent ef65731 commit 0faec47

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
TiUP Changelog
22

3+
## [1.4.3] 2021.05.13
4+
5+
### Fixes
6+
7+
- Fix OS check for RHEL in `tiup-cluster` ([#1336](https://github.com/pingcap/tiup/pull/1336), [@AstroProfundis](https://github.com/AstroProfundis))
8+
- Check for command depends before downloading packages in install script ([#1348](https://github.com/pingcap/tiup/pull/1348), [@AstroProfundis](https://github.com/AstroProfundis))
9+
- Fix the issue that install script downloads an old TiUP package ([#1349](https://github.com/pingcap/tiup/pull/1349), [@lucklove](https://github.com/lucklove))
10+
- Fix the issue that drainer node imported from TiDB-Ansible may have incorrect `data_dir` ([#1346](https://github.com/pingcap/tiup/pull/1346), [@AstroProfundis](https://github.com/AstroProfundis))
11+
12+
### Improvements
13+
14+
- Optimize some subcommands of `tiup mirror` ([#1331](https://github.com/pingcap/tiup/pull/1331), [@AstroProfundis](https://github.com/AstroProfundis))
15+
- Set proper User-Agent for requests downloading manifests and files from remote ([#1342](https://github.com/pingcap/tiup/pull/1342), [@AstroProfundis](https://github.com/AstroProfundis))
16+
- Add basic telemetry report for `tiup` and `playground` ([#1341](https://github.com/pingcap/tiup/pull/1341) [#1353](https://github.com/pingcap/tiup/pull/1353), [@AstroProfundis](https://github.com/AstroProfundis))
17+
318
## [1.4.2] 2021.04.26
419

520
### Fixes

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323
// TiUPVerMinor is the minor version of TiUP
2424
TiUPVerMinor = 4
2525
// TiUPVerPatch is the patch version of TiUP
26-
TiUPVerPatch = 2
26+
TiUPVerPatch = 3
2727
// TiUPVerName is alternative name of the version
2828
TiUPVerName = "tiup"
2929
// GitHash is the current git commit hash

0 commit comments

Comments
 (0)