mirror of
https://github.com/tailscale/tailscale.git
synced 2024-12-01 14:05:39 +00:00
tailcfg: bump CurrentCapabilityVersion to capture SSH agent forwarding fix
Updates #12467 Signed-off-by: Percy Wegmann <percy@tailscale.com>
This commit is contained in:
parent
d15250aae9
commit
489b990240
@ -141,7 +141,8 @@
|
|||||||
// - 98: 2024-06-13: iOS/tvOS clients may provide serial number as part of posture information
|
// - 98: 2024-06-13: iOS/tvOS clients may provide serial number as part of posture information
|
||||||
// - 99: 2024-06-14: Client understands NodeAttrDisableLocalDNSOverrideViaNRPT
|
// - 99: 2024-06-14: Client understands NodeAttrDisableLocalDNSOverrideViaNRPT
|
||||||
// - 100: 2024-06-18: Client supports filtertype.Match.SrcCaps (issue #12542)
|
// - 100: 2024-06-18: Client supports filtertype.Match.SrcCaps (issue #12542)
|
||||||
const CurrentCapabilityVersion CapabilityVersion = 100
|
// - 101: 2024-07-01: Client supports SSH agent forwarding when handling connections with /bin/su
|
||||||
|
const CurrentCapabilityVersion CapabilityVersion = 101
|
||||||
|
|
||||||
type StableID string
|
type StableID string
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user