mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
release v4.2.0-rc.2 (#2378)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
4303700bb2
commit
34712dd51f
@ -2,7 +2,7 @@
|
|||||||
"name": "kontena-lens",
|
"name": "kontena-lens",
|
||||||
"productName": "Lens",
|
"productName": "Lens",
|
||||||
"description": "Lens - The Kubernetes IDE",
|
"description": "Lens - The Kubernetes IDE",
|
||||||
"version": "4.2.0-rc.1",
|
"version": "4.2.0-rc.2",
|
||||||
"main": "static/build/main.js",
|
"main": "static/build/main.js",
|
||||||
"copyright": "© 2021, Mirantis, Inc.",
|
"copyright": "© 2021, Mirantis, Inc.",
|
||||||
"license": "MIT",
|
"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!
|
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 lens:// protocol handling with a routing mechanism
|
||||||
- Add common app routes to the protocol renderer router from the documentation
|
- 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
|
- Navigation menu in Preferences
|
||||||
- Add terminal clear shortcut for macOS
|
- Add terminal clear shortcut for macOS
|
||||||
- Add the ability to hide metrics from the UI
|
- 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: Proper sorting resources by age column
|
||||||
- Fix: Events sorting with compact=true is broken
|
- Fix: Events sorting with compact=true is broken
|
||||||
- Fix: Two charts refer to an arbitrary repository
|
- 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: Extension command palette loading
|
||||||
- Fix: Closing workspace menu after clicking on iframe
|
- Fix: Closing workspace menu after clicking on iframe
|
||||||
- Fix: extension global pages are never able to be visible
|
- Fix: extension global pages are never able to be visible
|
||||||
|
- Fix: recreate proxy kubeconfig if it is deleted
|
||||||
|
|
||||||
## 4.1.4
|
## 4.1.4
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user