tailcfg: bump capver for Node.Expired

Updates #6932

Change-Id: I96c2467fa49201eb3d8df5cb36486370f598928c
Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
pull/7010/head
Andrew Dunham 1 year ago committed by Brad Fitzpatrick
parent aea251d42a
commit dd7057682c

@ -89,7 +89,8 @@ type CapabilityVersion int
// - 50: 2022-11-14: Client understands CapabilityIngress
// - 51: 2022-11-30: Client understands CapabilityTailnetLockAlpha
// - 52: 2023-01-05: client can handle c2n POST /logtail/flush
const CurrentCapabilityVersion CapabilityVersion = 52
// - 53: 2023-01-18: client respects explicit Node.Expired + auto-sets based on Node.KeyExpiry
const CurrentCapabilityVersion CapabilityVersion = 53
type StableID string

Loading…
Cancel
Save