mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
parent
d370805d01
commit
6246a3034f
@ -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": "3.6.0-rc.3",
|
"version": "3.6.0",
|
||||||
"main": "static/build/main.js",
|
"main": "static/build/main.js",
|
||||||
"copyright": "© 2020, Mirantis, Inc.",
|
"copyright": "© 2020, Mirantis, Inc.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -2,47 +2,15 @@
|
|||||||
|
|
||||||
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!
|
||||||
|
|
||||||
## 3.6.0-rc.3 (current version)
|
## 3.6.0 (current version)
|
||||||
- Fix Dialog Esc keypress behavior
|
|
||||||
- Set new workspace name restrictions
|
|
||||||
- Fix cluster's apiUrl
|
|
||||||
- Fix: Cluster dashboard not rendered
|
|
||||||
- Fix proxy kubeconfig file permissions
|
|
||||||
- Move verbose log lines to silly level
|
|
||||||
- Add path to auth proxy url if present in cluster url
|
|
||||||
- Fix path validation message
|
|
||||||
|
|
||||||
## 3.6.0-rc.2
|
|
||||||
- Refresh input values on cluster change
|
|
||||||
- Update logo
|
|
||||||
- Fix margins in cluster menu
|
|
||||||
|
|
||||||
## 3.6.0-rc.1
|
|
||||||
- Allow user to configure directory where Kubectl binaries are downloaded
|
- Allow user to configure directory where Kubectl binaries are downloaded
|
||||||
- Allow user to configure path to Kubectl binary, instead of using bundled Kubectl
|
- Allow user to configure path to Kubectl binary, instead of using bundled Kubectl
|
||||||
- Log application logs also to log file
|
- Allow user to select Kubeconfig from filesystem
|
||||||
- Restrict file permissions to only the user for pasted kubeconfigs
|
- Show the path of the cluster's Kubeconfig in cluster settings
|
||||||
- Close Preferences and Cluster Setting on Esc keypress
|
- Store reference to added Kubeconfig files
|
||||||
|
- Update logo
|
||||||
- Update Kubectl versions used with Lens
|
- Update Kubectl versions used with Lens
|
||||||
- Update Helm binary version
|
- Update Helm binary version
|
||||||
- Fix: Update CRD api to use preferred version and implement v1 differences
|
|
||||||
- Fix: Allow to drag and drop cluster icons
|
|
||||||
- Fix: Wider version select box for Helm chart installation
|
|
||||||
- Fix: Reload only active dashboard view, not the whole app window
|
|
||||||
- Fix cluster icon margins
|
|
||||||
- Fix: Reconnect non-accessible clusters on reconnect
|
|
||||||
- Fix: Bundle Kubectl and Helm binaries
|
|
||||||
- Fix: Remove double copyright
|
|
||||||
|
|
||||||
## 3.6.0-beta.2
|
|
||||||
- Fix: too narrow sidebar without clusters
|
|
||||||
- Fix app crash when iterating Events without 'kind' property defined
|
|
||||||
- Detect non-functional bundled kubectl
|
|
||||||
|
|
||||||
## 3.6.0-beta.1
|
|
||||||
- Allow user to select Kubeconfig from filesystem
|
|
||||||
- Store reference to added Kubeconfig files
|
|
||||||
- Show the path of the cluster's Kubeconfig in cluster settings
|
|
||||||
- Add support for PodDisruptionBudgets
|
- Add support for PodDisruptionBudgets
|
||||||
- Add port-forwarding for containers in pod
|
- Add port-forwarding for containers in pod
|
||||||
- Add shortcut keys to menu items
|
- Add shortcut keys to menu items
|
||||||
@ -52,6 +20,30 @@ Here you can find description of changes we've built into each release. While we
|
|||||||
- Allow to trigger cronjobs
|
- Allow to trigger cronjobs
|
||||||
- Show devtools in menu
|
- Show devtools in menu
|
||||||
- Open last active cluster as default
|
- Open last active cluster as default
|
||||||
|
- Log application logs also to log file
|
||||||
|
- Fix Dialog Esc keypress behavior
|
||||||
|
- Set new workspace name restrictions
|
||||||
|
- Fix cluster's apiUrl
|
||||||
|
- Fix: Cluster dashboard not rendered
|
||||||
|
- Fix app reload in cluster settings
|
||||||
|
- Fix proxy kubeconfig file permissions
|
||||||
|
- Move verbose log lines to silly level
|
||||||
|
- Add path to auth proxy url if present in cluster url
|
||||||
|
- Fix path validation message
|
||||||
|
- Fix: Refresh input values on cluster change
|
||||||
|
- Fix margins in cluster menu
|
||||||
|
- Restrict file permissions to only the user for pasted kubeconfigs
|
||||||
|
- Close Preferences and Cluster Setting on Esc keypress
|
||||||
|
- Fix: Update CRD api to use preferred version and implement v1 differences
|
||||||
|
- Fix: Allow to drag and drop cluster icons
|
||||||
|
- Fix: Wider version select box for Helm chart installation
|
||||||
|
- Fix: Reload only active dashboard view, not the whole app window
|
||||||
|
- Fix cluster icon margins
|
||||||
|
- Fix: Reconnect non-accessible clusters on reconnect
|
||||||
|
- Fix: Remove double copyright
|
||||||
|
- Fix: too narrow sidebar without clusters
|
||||||
|
- Fix app crash when iterating Events without 'kind' property defined
|
||||||
|
- Detect non-functional bundled kubectl
|
||||||
- Fix format duration rounding days error
|
- Fix format duration rounding days error
|
||||||
- Handle unsupported resources properly after they've been created from editor
|
- Handle unsupported resources properly after they've been created from editor
|
||||||
- Fix CRD api parsing
|
- Fix CRD api parsing
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user