|
1 | 1 | TiUP Changelog |
2 | 2 |
|
| 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 | + |
3 | 39 | ## [1.16.1] 2024-10-31 |
4 | 40 |
|
5 | 41 | ### New Features |
|
0 commit comments