Skip to content

Commit 6409c29

Browse files
raviciousgzdunek
andauthored
[v17] Add version incompatibility warning to Connect (#52709)
* Add version incompatibility warning to Connect Co-authored-by: Grzegorz Zdunek <grzegorz.zdunek@goteleport.com> * Use correct API for logging v17 uses logrus, not slog. --------- Co-authored-by: Grzegorz Zdunek <grzegorz.zdunek@goteleport.com>
1 parent c5210b5 commit 6409c29

File tree

24 files changed

+886
-157
lines changed

24 files changed

+886
-157
lines changed

docs/pages/connect-your-client/teleport-connect.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@ Below is the list of the supported config properties.
490490
| Property | Default | Description |
491491
|-------------------------------|----------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|
492492
| `theme` | `system` | Color theme for the app. Available modes: `light`, `dark`, `system`. |
493+
| `skipVersionCheck` | `false` | Skips the version check and hides the version compatibility warning when logging in to a cluster. |
493494
| `terminal.fontFamily` | `Menlo, Monaco, monospace` on macOS `Consolas, monospace` on Windows `'Droid Sans Mono', monospace` on Linux | Font family for the terminal. |
494495
| `terminal.fontSize` | `15` | Font size for the terminal. |
495496
| `terminal.windowsBackend` | `auto` | `auto` uses modern [ConPTY](https://devblogs.microsoft.com/commandline/windows-command-line-introducing-the-windows-pseudo-console-conpty/) system if available, which requires Windows 10 (19H1) or above. Set to `winpty` to use winpty even if ConPTY is available. |

gen/proto/go/teleport/lib/teleterm/v1/auth_settings.pb.go

+207-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)