Browse Source

tailcfg: bump CapVer for magicsock deadlock fix (#17450)

The fix that was applied in e44e28efcd95596c0a86270c177ef912119bf851.

Updates tailscale/corp#32978

Signed-off-by: Jordan Whited <[email protected]>
Jordan Whited 5 months ago
parent
commit
44e1d735c3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tailcfg/tailcfg.go

+ 2 - 1
tailcfg/tailcfg.go

@@ -174,7 +174,8 @@ type CapabilityVersion int
 //   - 126: 2025-09-17: Client uses seamless key renewal unless disabled by control (tailscale/corp#31479)
 //   - 127: 2025-09-19: can handle C2N /debug/netmap.
 //   - 128: 2025-10-02: can handle C2N /debug/health.
-const CurrentCapabilityVersion CapabilityVersion = 128
+//   - 129: 2025-10-04: Fixed sleep/wake deadlock in magicsock when using peer relay (PR #17449)
+const CurrentCapabilityVersion CapabilityVersion = 129
 
 // ID is an integer ID for a user, node, or login allocated by the
 // control plane.