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
Is your feature request related to a problem? Please describe:
The default version used by tiup should be the latest stable version, such as 5.0.0 or 4.0.9, but not 5.0.0-rc
tiup uses the 5.0.0-rc version of the toolchain by default for now:
➜ tiup cdc version
Starting component `cdc`: /home/leoppro/.tiup/components/cdc/v5.0.0-rc/cdc version
Release Version: v5.0.0-rc
Git Commit Hash: e0f35faf5def0f842e50dd9cd9485d33fc967ff3
Git Branch: heads/refs/tags/v5.0.0-rc
UTC Build Time: 2021-01-12 06:07:28
Go Version: go version go1.13 linux/amd64
But this is not reasonable, tiup should use the latest stable version as the default toolchain:
➜ tiup cdc version
Starting component `cdc`: /home/leoppro/.tiup/components/cdc/v4.0.9/cdc version
Release Version: v4.0.9
Git Commit Hash: 04e028419387871b80ddc95377751092f03f26ae
Git Branch: heads/refs/tags/v4.0.9
UTC Build Time: 2020-12-19 04:52:36
Go Version: go version go1.13 linux/amd64
The text was updated successfully, but these errors were encountered:
…version (#1128)
* Fix the issue that the default selected version may be a preprelease version
Close#1119
Partly fix#1082
* Add test
* Test
* Fix nightly
* Fix test
* Fix nightly clone
Close#1108
Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>
lucklove
added a commit
to lucklove/tiup
that referenced
this issue
Mar 4, 2021
…version (pingcap#1128)
* Fix the issue that the default selected version may be a preprelease version
Closepingcap#1119
Partly fixpingcap#1082
* Add test
* Test
* Fix nightly
* Fix test
* Fix nightly clone
Closepingcap#1108
Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>
Feature Request
Is your feature request related to a problem? Please describe:
The default version used by tiup should be the latest stable version, such as
5.0.0 or 4.0.9
, but not5.0.0-rc
tiup uses the 5.0.0-rc version of the toolchain by default for now:
But this is not reasonable, tiup should use the latest stable version as the default toolchain:
The text was updated successfully, but these errors were encountered: