diff --git a/package.json b/package.json index 1cfb3b2247..70230c3268 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "kontena-lens", "productName": "Lens", "description": "Lens - The Kubernetes IDE", - "version": "3.6.3", + "version": "3.6.4", "main": "static/build/main.js", "copyright": "© 2020, Mirantis, Inc.", "license": "MIT", diff --git a/static/RELEASE_NOTES.md b/static/RELEASE_NOTES.md index 4c968e3206..a11f954f31 100644 --- a/static/RELEASE_NOTES.md +++ b/static/RELEASE_NOTES.md @@ -2,7 +2,13 @@ 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.3 (current version) +## 3.6.4 (current version) +- Fix: deleted namespace does not get auto unselected +- Get focus to dock tab (terminal & resource editor) content after resize +- Downloading kubectl binary does not block dashboard opening anymore +- Fix background image of What's New page on white theme + +## 3.6.3 - 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