From 41e985ff79e4bbceb50db2e1ff0cc1040313bbff Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Fri, 11 Sep 2020 17:15:48 +0300 Subject: [PATCH] v3.6.0-rc.3 Signed-off-by: Lauri Nevala --- package.json | 2 +- static/RELEASE_NOTES.md | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4aa73fdacc..015ad64ecc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "kontena-lens", "productName": "Lens", "description": "Lens - The Kubernetes IDE", - "version": "3.6.0-rc.2", + "version": "3.6.0-rc.3", "main": "static/build/main.js", "copyright": "© 2020, Mirantis, Inc.", "license": "MIT", diff --git a/static/RELEASE_NOTES.md b/static/RELEASE_NOTES.md index 64f4c386a1..1a8c2c2ff6 100644 --- a/static/RELEASE_NOTES.md +++ b/static/RELEASE_NOTES.md @@ -2,7 +2,17 @@ Here you can find description of changes we've built into each release. While we try our best to make each upgrade automatic and as smooth as possible, there may be some cases where you might need to do something to ensure the application works smoothly. So please read through the release highlights! -## 3.6.0-rc.2 (current version) +## 3.6.0-rc.3 (current version) +- Fix Dialog Escape keypress behavior +- Set new workspace name restrictions +- Fix cluster's apiUrl +- Fix: Cluster dashboard not rendered +- Fix proxy kubeconfig file permissions +- Move verbose log lines to silly level +- Add path to auth proxy url if present in cluster url +- Fix path validation message + +## 3.6.0-rc.2 - Refresh input values on cluster change - Update logo - Fix margins in cluster menu