diff --git a/package.json b/package.json index 955f2ebeb3..57a685da8b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "kontena-lens", "productName": "Lens", "description": "Lens - The Kubernetes IDE", - "version": "4.2.0", + "version": "4.2.1", "main": "static/build/main.js", "copyright": "© 2021, Mirantis, Inc.", "license": "MIT", diff --git a/static/RELEASE_NOTES.md b/static/RELEASE_NOTES.md index fb0bc74794..7760ad38ac 100644 --- a/static/RELEASE_NOTES.md +++ b/static/RELEASE_NOTES.md @@ -2,7 +2,16 @@ 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.2.0 (current version) +## 4.2.1 (current version) +- User is now notified if helm list fails +- Sorting order is now saved when switching views +- Fix: Node shells failing to open +- Fix: Tray icon is now reactive to changes +- Fix: Whole window is used for displaying workspace overview +- Fix: Workspace overview is now reactive to cluster changes +- Fix: Exported ClusterStore now enforces more invariants + +## 4.2.0 - Add lens:// protocol handling with a routing mechanism - Add common app routes to the protocol renderer router from the documentation