From bddc6b33e369b620e5f4f005ea543110a333aad9 Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Fri, 18 Sep 2020 15:36:36 +0300 Subject: [PATCH] Release v3.6.3 (#925) 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 534ef7fff9..1cfb3b2247 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "kontena-lens", "productName": "Lens", "description": "Lens - The Kubernetes IDE", - "version": "3.6.2", + "version": "3.6.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 c7a4d29f6f..4c968e3206 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.2 (current version) +## 3.6.3 (current version) +- Fix app crash on certain situations when opening ingress details +- Reduce app minimum size to support >= 800 x 600 resolution displays +- Fix app crash when service account has imagePullSecrets defined but the actual secret is missing +- Fix words in labels to be selectable either by hovering or double-clicking + +**Known issues** + +- Kubectl exec command does not work in terminal against clusters that are behind a load balancer and require Host header in request, for example Rancher clusters. + +## 3.6.2 - Fix terminal connection opening **Known issues**