From 59f2661395ff9ccefbc7077e977b90d09e77b57f Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Thu, 8 Oct 2020 13:09:57 +0300 Subject: [PATCH] Release v3.6.7 (#1045) Signed-off-by: Lauri Nevala --- package.json | 2 +- static/RELEASE_NOTES.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0e7fac5657..0471374eee 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "kontena-lens", "productName": "Lens", "description": "Lens - The Kubernetes IDE", - "version": "3.6.6", + "version": "3.6.7", "main": "static/build/main.js", "copyright": "© 2020, Mirantis, Inc.", "license": "MIT", diff --git a/static/RELEASE_NOTES.md b/static/RELEASE_NOTES.md index 39d8b45aff..438a6176eb 100644 --- a/static/RELEASE_NOTES.md +++ b/static/RELEASE_NOTES.md @@ -2,7 +2,10 @@ 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.6 (current version) +## 3.6.7 (current version) +- Fix cluster dashboard opening when cluster is initially offline + +## 3.6.6 - Fix labels' word boundary to cover only drawer badges - Fix cluster dashboard opening not to start authentication proxy twice - Fix: Refresh cluster connection status also when connection is disconnected