diff options
| author | Maisem Ali <maisem@tailscale.com> | 2022-11-14 08:31:25 +0500 |
|---|---|---|
| committer | Maisem Ali <maisem@gmail.com> | 2022-11-14 09:03:16 +0500 |
| commit | a255a08ea61ba918ddeeacfdfbc3ca5e489481aa (patch) | |
| tree | c9749ef8297bf034cc83fdd92282aaa9c49ff000 | |
| parent | 13bee8e91ce80ac90eb434d13009b85969acedb1 (diff) | |
| download | tailscale-a255a08ea61ba918ddeeacfdfbc3ca5e489481aa.tar.xz tailscale-a255a08ea61ba918ddeeacfdfbc3ca5e489481aa.zip | |
tailcfg: bump capver for ingress
Updates tailscale/corp#7515
Signed-off-by: Maisem Ali <maisem@tailscale.com>
| -rw-r--r-- | tailcfg/tailcfg.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tailcfg/tailcfg.go b/tailcfg/tailcfg.go index 5f7c0e01f..0288be26c 100644 --- a/tailcfg/tailcfg.go +++ b/tailcfg/tailcfg.go @@ -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 |
