mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-20 13:41:41 +00:00
tailcfg: bump CurrentCapabilityVersion for EarlyNoise
Updates #5972 Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
parent
a413fa4f85
commit
0759d78f12
@ -85,7 +85,8 @@ type CapabilityVersion int
|
|||||||
// - 46: 2022-10-04: c2n /debug/component-logging
|
// - 46: 2022-10-04: c2n /debug/component-logging
|
||||||
// - 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
|
||||||
const CurrentCapabilityVersion CapabilityVersion = 48
|
// - 49: 2022-11-03: Client understands EarlyNoise
|
||||||
|
const CurrentCapabilityVersion CapabilityVersion = 49
|
||||||
|
|
||||||
type StableID string
|
type StableID string
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user