mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-03 14:55:47 +00:00
tailcfg: bump capver for ingress
Updates tailscale/corp#7515 Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
parent
13bee8e91c
commit
a255a08ea6
@ -86,7 +86,8 @@ type CapabilityVersion int
|
|||||||
// - 47: 2022-10-11: Register{Request,Response}.NodeKeySignature
|
// - 47: 2022-10-11: Register{Request,Response}.NodeKeySignature
|
||||||
// - 48: 2022-11-02: Node.UnsignedPeerAPIOnly
|
// - 48: 2022-11-02: Node.UnsignedPeerAPIOnly
|
||||||
// - 49: 2022-11-03: Client understands EarlyNoise
|
// - 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
|
type StableID string
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user