From 5e0c993b7ea65072ac6f22dd800074a86f7b1df8 Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Fri, 20 Nov 2020 13:55:55 +0200 Subject: [PATCH] Release v3.6.9 Signed-off-by: Lauri Nevala --- package.json | 2 +- static/RELEASE_NOTES.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bcd977640a..1d6269b0c0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "kontena-lens", "productName": "Lens", "description": "Lens - The Kubernetes IDE", - "version": "3.6.8", + "version": "3.6.9", "main": "static/build/main.js", "copyright": "© 2020, Mirantis, Inc.", "license": "MIT", diff --git a/static/RELEASE_NOTES.md b/static/RELEASE_NOTES.md index 1003e1f109..ff0e134762 100644 --- a/static/RELEASE_NOTES.md +++ b/static/RELEASE_NOTES.md @@ -2,7 +2,12 @@ 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.8 (current version) +## 3.6.9 (current version) +- Use Alpine 3.12 for node shell sessions +- Fix errors on app quit +- Fix kube-auth-proxy to accept only target cluster hostname + +## 3.6.8 - Fix cluster connection issue when opening cluster settings for disconnected clusters - Fetch available Helm repositories from Artifact HUB - Check if user is cluster admin before opening cluster dashboard