mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 13:18:53 +00:00
tailcfg: bump capver for ingress
Updates tailscale/corp#7515 Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
@@ -86,7 +86,8 @@ type CapabilityVersion int
|
||||
// - 47: 2022-10-11: Register{Request,Response}.NodeKeySignature
|
||||
// - 48: 2022-11-02: Node.UnsignedPeerAPIOnly
|
||||
// - 49: 2022-11-03: Client understands EarlyNoise
|
||||
const CurrentCapabilityVersion CapabilityVersion = 49
|
||||
// - 50: 2022-11-14: Client understands CapabilityIngress
|
||||
const CurrentCapabilityVersion CapabilityVersion = 50
|
||||
|
||||
type StableID string
|
||||
|
||||
|
Reference in New Issue
Block a user