From e054c5bb7ba86625de8b50bf15b1e81dcb793edb Mon Sep 17 00:00:00 2001 From: Dalton Date: Tue, 9 Jun 2020 11:44:09 -0500 Subject: [PATCH] Release 2020.6.0 --- RELEASE_NOTES | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 8c3e7112..0265628e 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,23 @@ +2020.6.0 +- 2020-06-05 AUTH-2645 protect against user mistaken flag input +- 2020-06-05 AUTH-2687 don't copy config unnecessarily +- 2020-06-05 AUTH-2169 make access login page more generic +- 2020-06-05 AUTH-2729 added log file and level to cmd flags to match config file settings +- 2020-06-08 AUTH-2785 service token flag fix and logger fix +- 2020-05-20 AUTH-2682: Create buster build +- 2020-05-21 TUN-2928, TUN-2929, TUN-2930: Add tunnel subcommands to interact with tunnel store service +- 2020-05-29 Adding support for multi-architecture images and binaries (#184) +- 2020-05-29 TUN-3019: Remove declarative tunnel entry code +- 2020-05-29 TUN-3020: Remove declarative tunnel related RPC code +- 2020-05-13 AUTH-2505 added aliases +- 2020-05-14 AUTH-2529 added deprecation text to db-connect command +- 2020-05-18 AUTH-2686: Added error handling to tunnel subcommand +- 2020-05-04 AUTH-2369: RDP Bastion prototype +- 2020-04-29 AUTH-2596 added new logger package and replaced logrus +- 2020-04-25 DEVTOOLS-7321: Use SSH key from env for pushing to GitHub +- 2020-04-25 DEVTOOLS-7321: Push to a test branch instead of to master +- 2020-03-30 DEVTOOLS-7321: Add scripts for macOS builds and homebrew uploads + 2020.5.1 - 2020-05-07 TUN-2860: Enable quick reconnect feature by default - 2020-05-07 AUTH-2564: error handling and minor fixes