You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features
Add support of using ssh-agent auth socket in tiup-cluster (#1416, @9547)
Add parallel task concurrency control in tiup-cluster and tiup-dm with -c/--concurrency argument (#1420, @AstroProfundis)
The default value of max number of parallel tasks allowed is 5, this feature could help users managing very large clusters to avoid connection errors on operations.
Add the ability to detect CPU arch for deployment servers automatically in tiup-cluster and tiup-dm if not set by user (#1423, @9547)
Add renew subcommand for tiup mirror to extend the expiration date of component manifest (#1479, @AstroProfundis)
Add the ability to ignore monitor agents for specific instances in tiup-cluster (#1492, @AstroProfundis)
Add --force argument for prune subcommand in tiup-cluster (#1552, @AstroProfundis)
Add more configuration fields for Grafana in tiup-cluster and tiup-dm (#1566, @haiboumich)
[Experimental] Add support of SSH connections via proxy in tiup-cluster (#1438, @9547)
Deprecate the --monitor argument and introduce a new --without-monitor argument to disable monitoring components in tiup-playground (#1512, @LittleFall)
Deprecate the TIUP_WORK_DIR environment as it's not actually been used, and make it possible for tiup-playground to run without tiup (#1553#1556#1558, @nexustar)
Fixes
Fix blackbox_exporter configs for TLS enabled clusters in tiup-cluster (#1443, @9547)
Only try to apply THP fix if it's available on the deployment server in tiup-cluster (#1458, @9547)
Fix sudo errors in tiup-cluster when devtoolset is enabled on deployment server (#1516, @nexustar)