From 763b07b7fca986515baf599ae226d05d99cd4d10 Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Wed, 9 Sep 2020 23:07:36 +0300 Subject: [PATCH] v3.6.0-rc.2 (#841) Signed-off-by: Lauri Nevala --- package.json | 2 +- static/RELEASE_NOTES.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 10ca92667e..dd1d778e06 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.1", + "version": "3.6.0-rc.2", "main": "static/build/main.js", "copyright": "© 2020, Mirantis, Inc.", "license": "MIT", diff --git a/static/RELEASE_NOTES.md b/static/RELEASE_NOTES.md index d0553e542a..64f4c386a1 100644 --- a/static/RELEASE_NOTES.md +++ b/static/RELEASE_NOTES.md @@ -2,7 +2,12 @@ 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.1 (current version) +## 3.6.0-rc.2 (current version) +- Refresh input values on cluster change +- Update logo +- Fix margins in cluster menu + +## 3.6.0-rc.1 - Allow user to configure directory where Kubectl binaries are downloaded - Allow user to configure path to Kubectl binary, instead of using bundled Kubectl - Log application logs also to log file