mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-27 11:41:14 +00:00
tailcfg: bump CapVer for magicsock deadlock fix (#17450)
The fix that was applied in e44e28efcd.
Updates tailscale/corp#32978
Signed-off-by: Jordan Whited <jordan@tailscale.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user