mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 21:27:31 +00:00
cmd/tailscale/cli,ipn: mention available update in "tailscale status" (#9205)
Cache the last `ClientVersion` value that was received from coordination server and pass it in the localapi `/status` response. When running `tailscale status`, print a message if `RunningAsLatest` is `false`. Updates #6907 Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
This commit is contained in:
@@ -110,7 +110,8 @@ type CapabilityVersion int
|
||||
// - 70: 2023-08-16: removed most Debug fields; added NodeAttrDisable*, NodeAttrDebug* instead
|
||||
// - 71: 2023-08-17: added NodeAttrOneCGNATEnable, NodeAttrOneCGNATDisable
|
||||
// - 72: 2023-08-23: TS-2023-006 UPnP issue fixed; UPnP can now be used again
|
||||
const CurrentCapabilityVersion CapabilityVersion = 72
|
||||
// - 73: 2023-09-01: Non-Windows clients expect to receive ClientVersion
|
||||
const CurrentCapabilityVersion CapabilityVersion = 73
|
||||
|
||||
type StableID string
|
||||
|
||||
|
Reference in New Issue
Block a user