From 09dfaf83d787abecbd59f960b31ffff85a72e787 Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Tue, 1 Sep 2020 15:41:08 +0300 Subject: [PATCH] Release v3.6.0-beta.2 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 82442c1829..544d0ef0b1 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-beta.1", + "version": "3.6.0-beta.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 86356647ac..6e53eb990d 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-beta.1 (current version) +## 3.6.0-beta.2 (current version) +- Fix: too narrow sidebar without clusters +- Fix app crash when iterating Events without 'kind' property defined +- Detect non-functional bundled kubectl + +## 3.6.0-beta.1 - Allow user to select Kubeconfig from filesystem - Store reference to added Kubeconfig files - Show the path of the cluster's Kubeconfig in cluster settings