From 907e96c7a0f3ad946288b67e8fbbadc177d1cfdd Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Wed, 24 Jun 2020 13:43:12 +0300 Subject: [PATCH 1/2] Fix lint issue (#516) --- src/main/kubectl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kubectl.ts b/src/main/kubectl.ts index 7939799b3e..ab245e3185 100644 --- a/src/main/kubectl.ts +++ b/src/main/kubectl.ts @@ -138,7 +138,7 @@ export class Kubectl { logger.error(`Local kubectl is version ${version}, expected ${this.kubectlVersion}, unlinking`) } catch(err) { - logger.error(`Local kubectl failed to run properly (${err.message}), unlinking`) + logger.error(`Local kubectl failed to run properly (${err.message}), unlinking`) } await fs.promises.unlink(this.path) } From e468105143c270db74a4c1247d3a554c468533dd Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Wed, 24 Jun 2020 14:05:02 +0300 Subject: [PATCH 2/2] Release notes for v3.5.1 (#517) Signed-off-by: Lauri Nevala --- static/RELEASE_NOTES.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/static/RELEASE_NOTES.md b/static/RELEASE_NOTES.md index 18bcfe72cd..7182bb5187 100644 --- a/static/RELEASE_NOTES.md +++ b/static/RELEASE_NOTES.md @@ -2,8 +2,17 @@ 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 your might need to do something to ensure the application works smoothly. So please read through the release highlights! -## 3.5.0 (current version) +## 3.5.1 (current version) +- Fix kubernetes api requests to work with non-"namespaces" pathnames +- Fix: Handle invalid metrics responses properly +- Fix: Display namespace defined in kubeconfig always in the namespace selector +- Fix: Make sure that secret is defined before trying to decode +- Update Helm to 3.2.4 +- Fix pasting unicode into terminal sometimes not working +- Fix: Open external links in web browser +- Fix kubectl binary version check +## 3.5.0 - Dynamic dashboard UI based on RBAC rules (hides non-accessible menus) - Show object reference for all objects - Unify scrollbars/paddings