mirror of
https://github.com/gravitational/teleport.git
synced 2026-08-29 05:27:37 +08:00
aa59f5172f
* Exempt tbot from client-side join version check The version check added in #67627 was unintentionally applied to tbot, which deliberately lacks client-side version compatibility checks at this time. Rather than introducing a skip flag or other special handling for tbot, the version policy now lives with the caller. The join client only fetches the cluster's version info and the agent decides what to do with it. tbot leaves the OnVersionCallback nil and is therefore exempt from client-side version compatibility checks. * Improve error messages for version compatibility checks