From 2c99cd0429c166d63404cd5cdf391cdf8e6941df Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Wed, 3 Feb 2021 18:24:12 +0200 Subject: [PATCH] Release v4.1.0-alpha.2 (#2064) Signed-off-by: Jari Kolehmainen --- package.json | 4 ++-- static/RELEASE_NOTES.md | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a21aba3e05..1b060a49d2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "kontena-lens", "productName": "Lens", "description": "Lens - The Kubernetes IDE", - "version": "4.1.0-alpha.1", + "version": "4.1.0-alpha.2", "main": "static/build/main.js", "copyright": "© 2020, Mirantis, Inc.", "license": "MIT", @@ -160,7 +160,7 @@ "nsis": { "include": "build/installer.nsh", "oneClick": false, - "allowToChangeInstallationDirectory": true + "allowToChangeInstallationDirectory": true }, "publish": [ { diff --git a/static/RELEASE_NOTES.md b/static/RELEASE_NOTES.md index cdcf919304..adbc18c6cf 100644 --- a/static/RELEASE_NOTES.md +++ b/static/RELEASE_NOTES.md @@ -2,13 +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.1.0-alpha.1 (current version) +## 4.1.0-alpha.2 (current version) - Change: list views default to a namespace (insted of listing resources from all namespaces) +- Command palette - Generic logs view with Pod selector - Possibility to add custom Helm repository through Lens -- Possibility to change visibility of Pod list columns +- Possibility to change visibility of common resource list columns - Suspend / resume buttons for CronJobs +- Allow namespace to specified on role creation +- Allow for changing installation directory on Windows - Dock tabs context menu - Display node column in Pod list - Unify age column output with kubectl @@ -16,6 +19,8 @@ Here you can find description of changes we've built into each release. While we - Improve Pod tolerations layout - Lens metrics: scrape only lens-metrics namespace - Lens metrics: Prometheus v2.19.3 +- Update bundled kubectl to v1.18.15 +- Improve how watch requests are handled - Export PodDetailsList component to extension API - Export Wizard components to extension API - Export NamespaceSelect component to extension API