Files
Tyler Richardson aa59f5172f Exempt tbot from client-side join version check (#68134)
* 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
2026-07-01 20:23:35 +00:00
..