diff --git a/package.json b/package.json index 34bf4e9987..534ef7fff9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "kontena-lens", "productName": "Lens", "description": "Lens - The Kubernetes IDE", - "version": "3.6.1", + "version": "3.6.2", "main": "static/build/main.js", "copyright": "© 2020, Mirantis, Inc.", "license": "MIT", diff --git a/static/RELEASE_NOTES.md b/static/RELEASE_NOTES.md index 3ba1ed3989..c7a4d29f6f 100644 --- a/static/RELEASE_NOTES.md +++ b/static/RELEASE_NOTES.md @@ -2,7 +2,14 @@ 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.1 (current version) +## 3.6.2 (current version) +- Fix terminal connection opening + +**Known issues** + +- Kubectl exec command does not work in terminal against clusters that are behind a load balancer and require Host header in request, for example Rancher clusters. + +## 3.6.1 - Inject Host header to k8s client requests - Remove extra refreshEvents polling - Fix windows installer when app directory removed manually