1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-12-30 17:37:59 +02:00
parent 7c24473af1
commit 72d4a1a411
2 changed files with 16 additions and 2 deletions

View File

@ -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.0.5", "version": "4.0.6",
"main": "static/build/main.js", "main": "static/build/main.js",
"copyright": "© 2020, Mirantis, Inc.", "copyright": "© 2020, Mirantis, Inc.",
"license": "MIT", "license": "MIT",

View File

@ -2,7 +2,19 @@
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.0.5 (current version) ## 4.0.6 (current version)
- Don't open Lens at OS login by default
- Disable GPU acceleration by setting an env variable
- Catch HTTP Errors in case pod metrics resources do not exist or access is forbidden
- Check is persistent volume claims resource to allowed for user
- Share react-router and react-router-dom libraries to extensions
- Fix: long list cropping in sidebar
- Fix: k0s distribution detection
- Fix: Preserve line breaks when copying logs
- Fix: error on api watch on complex api versions
## 4.0.5
- Fix: add missing Kubernetes distro detectors - Fix: add missing Kubernetes distro detectors
- Fix: improve how Workloads Overview is loaded - Fix: improve how Workloads Overview is loaded
@ -14,6 +26,7 @@ Here you can find description of changes we've built into each release. While we
- Fix: disable oh-my-zsh auto-update prompt when resolving shell environment - Fix: disable oh-my-zsh auto-update prompt when resolving shell environment
- Add kubectl 1.20 support to Lens Smart Terminal - Add kubectl 1.20 support to Lens Smart Terminal
- Optimise performance during cluster connect - Optimise performance during cluster connect
## 4.0.4 ## 4.0.4
- Fix errors on Kubernetes v1.20 - Fix errors on Kubernetes v1.20
@ -21,6 +34,7 @@ Here you can find description of changes we've built into each release. While we
- Fix: MacOS error on shutdown - Fix: MacOS error on shutdown
- Fix: Kubernetes distribution detection - Fix: Kubernetes distribution detection
- Fix: error while displaying CRDs with column which type is an object - Fix: error while displaying CRDs with column which type is an object
## 4.0.3 ## 4.0.3
- Fix: install in-tree extensions before others - Fix: install in-tree extensions before others