From 9e4155bab4011461fff37ab5b18bf268ada52ab0 Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Fri, 28 Aug 2020 11:20:35 +0300 Subject: [PATCH] Release v3.6.0-beta.1 (#762) * 3.6.0-beta.1 Signed-off-by: Lauri Nevala --- package.json | 2 +- static/RELEASE_NOTES.md | 29 ++++++++++++++++++++++++++++- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 54e4038c77..82442c1829 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "kontena-lens", "productName": "Lens", "description": "Lens - The Kubernetes IDE", - "version": "3.6.0-dev", + "version": "3.6.0-beta.1", "main": "static/build/main.js", "copyright": "© 2020, Mirantis, Inc.", "license": "MIT", diff --git a/static/RELEASE_NOTES.md b/static/RELEASE_NOTES.md index 74ae294956..86356647ac 100644 --- a/static/RELEASE_NOTES.md +++ b/static/RELEASE_NOTES.md @@ -2,7 +2,34 @@ 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.5.3 (current version) +## 3.6.0-beta.1 (current version) +- 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 port-forwarding for containers in pod +- Add shortcut keys to menu items +- Improve light theme support +- Show GKE ingress IP +- Allow to remove clusters from right click +- Allow to trigger cronjobs +- Show devtools in menu +- Open last active cluster as default +- Fix format duration rounding days error +- Handle unsupported resources properly after they've been created from editor +- Fix CRD api parsing +- Fix: allow to edit Endpoint resources +- Fix: handle status values that contains an object +- Fix: incorrect path to install/uninstall feature +- Fix: increase timeout when doing port-forward +- Fix: change manifests order for Metrics feature +- Fix: Master donut graph for memory usage only appears to show one master +- Fix: Error during creation of Kubernetes secret +- Fix: Show age of resource in seconds +- Fix: Node shell pods are pending +- Fix: Wrong created time in resource details + +## 3.5.3 - Updated [EULA](https://k8slens.dev/licenses/eula.md) ## 3.5.2