mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
v4.1.4
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
c1a2c1e849
commit
f3e0e0f25c
@ -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.1.3",
|
"version": "4.1.4",
|
||||||
"main": "static/build/main.js",
|
"main": "static/build/main.js",
|
||||||
"copyright": "© 2020, Mirantis, Inc.",
|
"copyright": "© 2020, Mirantis, Inc.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -2,7 +2,18 @@
|
|||||||
|
|
||||||
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.1.3 (current version)
|
## 4.1.4 (current version)
|
||||||
|
|
||||||
|
- Ignore clusters with invalid kubeconfig
|
||||||
|
- Render only secret name on pod details without access to secrets
|
||||||
|
- Pass Lens wslenvs to terminal session on Windows
|
||||||
|
- Prevent top-level re-rendering on cluster refresh
|
||||||
|
- Extract chart version ignoring numbers in chart name
|
||||||
|
- The select all checkbox should not select disabled items
|
||||||
|
- Fix: Pdb should have policy group
|
||||||
|
- Fix: kubectl rollout not exiting properly on Lens terminal
|
||||||
|
|
||||||
|
## 4.1.3
|
||||||
|
|
||||||
- Don't reset selected namespaces to defaults in case of "All namespaces" on page reload
|
- Don't reset selected namespaces to defaults in case of "All namespaces" on page reload
|
||||||
- Fix loading all namespaces for users with limited cluster access
|
- Fix loading all namespaces for users with limited cluster access
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user