From cb57e4ed7d11d7ccf2e8e1917a2c61c1d78c7629 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Tue, 10 Nov 2020 19:21:48 +0200 Subject: [PATCH] Release v4.0.0-alpha.5 (#1311) Signed-off-by: Jari Kolehmainen --- package.json | 2 +- static/RELEASE_NOTES.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2d6d20b8a0..62bb57f232 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-alpha.4", + "version": "4.0.0-alpha.5", "main": "static/build/main.js", "copyright": "© 2020, Mirantis, Inc.", "license": "MIT", diff --git a/static/RELEASE_NOTES.md b/static/RELEASE_NOTES.md index 8012c2c35c..64c57a673a 100644 --- a/static/RELEASE_NOTES.md +++ b/static/RELEASE_NOTES.md @@ -2,15 +2,17 @@ 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-alpha.4 (current version) +## 4.0.0-alpha.5 (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 - Move tracker to an extension - Add support page (as an extension) +- Ability to restart deployment - Status bar visual fixes - Fix proxy upgrade socket timeouts - Fix UI staleness after network issues