Skip to content

Commit

Permalink
tailcfg: bump capver for Node.Expired
Browse files Browse the repository at this point in the history
Updates #6932

Change-Id: I96c2467fa49201eb3d8df5cb36486370f598928c
Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
  • Loading branch information
andrew-d authored and bradfitz committed Jan 18, 2023
1 parent aea251d commit dd70576
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tailcfg/tailcfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dd70576

Please sign in to comment.