1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Release v4.0.0-rc.2 (#1614)

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-12-02 15:13:06 +02:00 committed by GitHub
parent 57d6dfa4b0
commit 217361dd65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 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.0-rc.1", "version": "4.0.0-rc.2",
"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,20 +2,22 @@
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.0-rc.1 (current version) ## 4.0.0-rc.2 (current version)
- Extension API - Extension API
- Improved pod logs - Improved pod logs
- Mechanism for users to specify accessible namespaces - Mechanism for users to specify accessible namespaces
- Tray icon - Tray icon
- Support networking.k8s.io/v1 for Ingress
- Add last-status information for container - Add last-status information for container
- Add LoadBalancer information to Ingress view - Add LoadBalancer information to Ingress view
- Add search by ip to Pod view - Add search by ip to Pod view
- Add Ready status column in the Deployment view
- Add +/- buttons in scale deployment popup screen
- Add stateful set scale slider
- Move tracker to an extension - Move tracker to an extension
- Ability to restart deployment - Ability to restart deployment
- Add stateful set scale slider
- Status bar visual fixes - Status bar visual fixes
- Add +/- buttons in scale deployment popup screen
- Update chart details when selecting another chart - Update chart details when selecting another chart
- Use latest alpine version (3.12) for shell sessions - Use latest alpine version (3.12) for shell sessions
- Open last active cluster after switching workspaces - Open last active cluster after switching workspaces
@ -29,6 +31,7 @@ Here you can find description of changes we've built into each release. While we
- Fix UI staleness after network issues - Fix UI staleness after network issues
- Fix errors on app quit - Fix errors on app quit
- Fix kube-auth-proxy to accept only target cluster hostname - Fix kube-auth-proxy to accept only target cluster hostname
- Fix link to metrics stack resources
## 3.6.8 ## 3.6.8
- Fix cluster connection issue when opening cluster settings for disconnected clusters - Fix cluster connection issue when opening cluster settings for disconnected clusters