From 0b19b8e71fbc44fd9af6c511a2aab7f0ac1436f0 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Tue, 23 Mar 2021 15:02:31 -0400 Subject: [PATCH] release v4.2.0-rc.2 Signed-off-by: Sebastian Malton --- package.json | 2 +- static/RELEASE_NOTES.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 06066d6ade..e346f8c11f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "kontena-lens", "productName": "Lens", "description": "Lens - The Kubernetes IDE", - "version": "4.2.0-rc.1", + "version": "4.2.0-rc.2", "main": "static/build/main.js", "copyright": "© 2021, Mirantis, Inc.", "license": "MIT", diff --git a/static/RELEASE_NOTES.md b/static/RELEASE_NOTES.md index e75ee62f51..7aa58e564c 100644 --- a/static/RELEASE_NOTES.md +++ b/static/RELEASE_NOTES.md @@ -2,7 +2,7 @@ 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! -## 4.2.0-rc.1 (current version) +## 4.2.0-rc.2 (current version) - Add lens:// protocol handling with a routing mechanism - Add common app routes to the protocol renderer router from the documentation @@ -18,6 +18,8 @@ Here you can find description of changes we've built into each release. While we - Navigation menu in Preferences - Add terminal clear shortcut for macOS - Add the ability to hide metrics from the UI +- Add notification to user to add accessible namespaces when needed +- Change Cluster Settings button to be a menu like cluster icon menu - Fix: Proper sorting resources by age column - Fix: Events sorting with compact=true is broken - Fix: Two charts refer to an arbitrary repository @@ -30,6 +32,7 @@ Here you can find description of changes we've built into each release. While we - Fix: Extension command palette loading - Fix: Closing workspace menu after clicking on iframe - Fix: extension global pages are never able to be visible +- Fix: recreate proxy kubeconfig if it is deleted ## 4.1.4