From a6560cbc697e42aafebd9ccbd55457f874ee391e Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 23 Jan 2023 12:45:50 -0800 Subject: [PATCH] Updated 1.36.0 (markdown) --- 1.36.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/1.36.0.md b/1.36.0.md index 76baf75..9c0d06b 100644 --- a/1.36.0.md +++ b/1.36.0.md @@ -6,6 +6,7 @@ * `tailscale version --json` for JSON output mode * `--json` output for `tailscale lock status` and `tailscale lock log` commands. * Handle cases where a node expires and we don't receive an update about it from the control server ([#6929](https://github.com/tailscale/tailscale/pull/6929) and [#6937](https://github.com/tailscale/tailscale/pull/6937)). +* `tailscale status --json` now includes `KeyExpiry` time and `Expired` boolean. * Support UPnP port mapping of gateway devices where they are deployed as a highly available pair ([#6946](https://github.com/tailscale/tailscale/pull/6946)). * Support arbitrary IP protocols like EOIP and GRE ([#6423](https://github.com/tailscale/tailscale/pull/6423)). * Fix exit node handling of a large number of SplitDNS domains ([#6875](https://github.com/tailscale/tailscale/pull/6875)).