From f0c487601ca974e36b0f083c5ac0ada2eeece640 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Mon, 7 Dec 2020 12:36:07 +0200 Subject: [PATCH] v4.0.0 Signed-off-by: Jari Kolehmainen --- package.json | 2 +- static/RELEASE_NOTES.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1ceb2883ea..5d82fa5f50 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "kontena-lens", "productName": "Lens", "description": "Lens - The Kubernetes IDE", - "version": "4.0.0-rc.3", + "version": "4.0.0", "main": "static/build/main.js", "copyright": "© 2020, Mirantis, Inc.", "license": "MIT", diff --git a/static/RELEASE_NOTES.md b/static/RELEASE_NOTES.md index 3cd54f31b7..e5e463f363 100644 --- a/static/RELEASE_NOTES.md +++ b/static/RELEASE_NOTES.md @@ -2,7 +2,7 @@ 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-rc.3 (current version) +## 4.0.0 (current version) - Extension API - Improved pod logs @@ -28,6 +28,7 @@ Here you can find description of changes we've built into each release. While we - Replace cluster warning event polling with watches - Detect more Kubernetes distributions - Performance fix when cluster has lots of namespaces +- Store more than largest kube api request amount in the event store - Fix pod usage metrics on Kubernetes >=1.19 - Fix proxy upgrade socket timeouts - Fix UI staleness after network issues