From 489b9902407d334f4ecfbbb5d627f031bf84242c Mon Sep 17 00:00:00 2001 From: Percy Wegmann Date: Mon, 1 Jul 2024 11:48:52 -0500 Subject: [PATCH] tailcfg: bump CurrentCapabilityVersion to capture SSH agent forwarding fix Updates #12467 Signed-off-by: Percy Wegmann --- tailcfg/tailcfg.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tailcfg/tailcfg.go b/tailcfg/tailcfg.go index 8ab7baf3c..18076914c 100644 --- a/tailcfg/tailcfg.go +++ b/tailcfg/tailcfg.go @@ -141,7 +141,8 @@ type CapabilityVersion int // - 98: 2024-06-13: iOS/tvOS clients may provide serial number as part of posture information // - 99: 2024-06-14: Client understands NodeAttrDisableLocalDNSOverrideViaNRPT // - 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