Skip to content

Commit

Permalink
v3.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Lauri Nevala <[email protected]>
  • Loading branch information
nevalla committed Sep 16, 2020
1 parent e5a365d commit f098e01
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 8 additions & 1 deletion static/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f098e01

Please sign in to comment.