Skip to content

Commit

Permalink
v3.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
  • Loading branch information
jakolehm committed Apr 20, 2020
1 parent 01e2ef5 commit 688919b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"copyright": "© 2020, Lakend Labs, Inc.",
"license": "MIT",
"description": "Lens - The Kubernetes IDE",
"version": "3.3.0",
"version": "3.3.1",
"main": "main.ts",
"config": {
"bundledKubectlVersion": "1.17.4",
Expand Down
10 changes: 9 additions & 1 deletion static/RELEASE_NOTES.md
Expand Up @@ -2,7 +2,15 @@

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.3.0 (current version)
## 3.3.1 (current version)

- Do not timeout watch requests
- Fix pod shell error if no access to nodes
- Fix list sort by age
- Always refresh stores when object list is mounted
- Update @kubernetes/client-node to 0.11.1

## 3.3.0

- New section: endpoints
- Initial port-forward implementation for services
Expand Down

0 comments on commit 688919b

Please sign in to comment.