Skip to content

Commit 678c52d

Browse files
authored
bump version to v1.16.2 (#2526)
1 parent eef1cee commit 678c52d

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

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

3+
## [1.16.2] 2025-04-02
4+
5+
### New Features
6+
7+
- `tiup-cluster` display will also show dashboard server URLs (#2472, @xhebox)
8+
- Add --mode=tiflash-disagg for `tiup-playground` (#2492, @breezewish)
9+
- `tiup-cluster` now accepts args config for alertmanager (#2516, @WalterWj)
10+
- `tiup-cluster` will fill node & role information in custom upgrade scripts (#2524, @xhebox)
11+
12+
### Fixes
13+
14+
- Fix `tiup-playground` typo and display names for tiflash (#2454, @breezewish)
15+
- Fix # cannot be included in grafana password for `tiup-cluster` (#2468, @kaaaaaaang, @xhebox)
16+
- Fix binary name display of `tiup-playground` for pd-ms binaries (#2471, @xhebox)
17+
- In `tiup-playground`, MySQL 9.x don't need --comments (#2469, #dveeden)
18+
- Fix code typo (#2487, @rleungx)
19+
- Fix loong64 build (#2493, @xhebox)
20+
- Remove created directories after fio test in `tiup-cluster check` (#2511, @djshow832)
21+
- Remove some useless metrics for performance for `tiup-cluster` (#2523, @XuHuaiyu)
22+
23+
### Improvements
24+
25+
- Add cdc server topology example for `tiup-cluster` (#2466, @wk989898)
26+
- Add tiproxy to `tiup-playground` DSN (#2474, @xhebox)
27+
- Polish the trust key warning for `tiup-cluster` and `tiup mirror` (#2475, @breezewish)
28+
- Update supported OS version for `tiup-cluster` check (#2476, @dveeden)
29+
- add warning for deletion of data dir for `tiup-playground` (#2481, @xhebox, @bb7133)
30+
- `tiup-cluster` will now display grafana, and also grafana patched (#2483, @WalterWj)
31+
- Improve error of missing tar for `tiup-cluster` (#2499, @dveeden)
32+
- Reword for `tiup uninstall` (#2488, @makocchi-git)
33+
- Code cleanup, dependency sysinfo update (#2500, @dveeden)
34+
- Fix message for net.core.somaxconn check in `tiup-cluster` (#2495, @dveeden)
35+
- Code cleanup, fix code misc spelling (#2504, @ottok)
36+
- Add `tmpdir` option for `tiup-cluster` (#2505, @dveeden)
37+
- Code cleanup, unify main deps with client component deps (#2517, @dveeden)
38+
339
## [1.16.1] 2024-10-31
440

541
### New Features

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