From d370805d0135f238dd49dc5fff63a02760a368bb Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Mon, 14 Sep 2020 10:08:30 +0300 Subject: [PATCH] Release v3.6.0-rc.3 (#864) * 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..4f7d9c0389 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 Esc 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