From eb2fa16fccb1ae5d6e86d4980f155ffe789f2d94 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 3 Sep 2024 09:26:18 -0700 Subject: [PATCH] tailcfg: bump capver for earlier cryptokey panic fix [capver 106] I should've bumped capver in 65fe0ba7b5 but forgot. This lets us turn off the cryptokey routing change from control for the affected panicky range of commits, based on capver. Updates #13332 Updates tailscale/corp#20732 Change-Id: I32c17cfcb45b2369b2b560032330551d47a0ce0b Signed-off-by: Brad Fitzpatrick --- tailcfg/tailcfg.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tailcfg/tailcfg.go b/tailcfg/tailcfg.go index 9799abb43..3cf486b0d 100644 --- a/tailcfg/tailcfg.go +++ b/tailcfg/tailcfg.go @@ -148,7 +148,8 @@ // - 103: 2024-07-24: Client supports NodeAttrDisableCaptivePortalDetection // - 104: 2024-08-03: SelfNodeV6MasqAddrForThisPeer now works // - 105: 2024-08-05: Fixed SSH behavior on systems that use busybox (issue #12849) -const CurrentCapabilityVersion CapabilityVersion = 105 +// - 106: 2024-09-03: fix panic regression from cryptokey routing change (65fe0ba7b5) +const CurrentCapabilityVersion CapabilityVersion = 106 type StableID string