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