Commit 0b19b8e7 authored by Sebastian Malton's avatar Sebastian Malton
Browse files

release v4.2.0-rc.2

Signed-off-by: default avatarSebastian Malton <sebastian@malton.name>
parent ee4d434d
Showing with 5 additions and 2 deletions
+5 -2
......@@ -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",
......
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment