Skip to content

Commit

Permalink
v4.0.0-beta.4
Browse files Browse the repository at this point in the history
Signed-off-by: Jari Kolehmainen <[email protected]>
  • Loading branch information
jakolehm committed Nov 20, 2020
1 parent 6e73c8f commit fc3f48f
Show file tree
Hide file tree
Showing 2 changed files with 5 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": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"main": "static/build/main.js",
"copyright": "© 2020, Mirantis, Inc.",
"license": "MIT",
Expand Down
5 changes: 4 additions & 1 deletion static/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +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 you might need to do something to ensure the application works smoothly. So please read through the release highlights!

## 4.0.0-beta.3 (current version)
## 4.0.0-beta.4 (current version)

- Extension API
- Improved pod logs
- Mechanism for users to specify accessible namespaces
- Tray icon
- Add last-status information for container
- Add LoadBalancer information to Ingress view
- Add search by ip to Pod view
- Move tracker to an extension
- Add support page (as an extension)
- Ability to restart deployment
Expand All @@ -19,6 +20,8 @@ Here you can find description of changes we've built into each release. While we
- Add +/- buttons in scale deployment popup screen
- Update chart details when selecting another chart
- Use latest alpine version (3.12) for 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
Expand Down

0 comments on commit fc3f48f

Please sign in to comment.