From 15406c4897e687f575363550a0aa49b99f346d60 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Tue, 27 Oct 2020 21:54:08 +0200 Subject: [PATCH] Release v4.0.0-alpha.1 (#1159) Signed-off-by: Jari Kolehmainen --- Makefile | 3 ++- package.json | 2 +- static/RELEASE_NOTES.md | 12 +++++++++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0a1b14baf5..514e64ae49 100644 --- a/Makefile +++ b/Makefile @@ -59,10 +59,11 @@ build-extensions: $(foreach dir, $(wildcard $(EXTENSIONS_DIR)/*), $(MAKE) -C $(dir) build;) build-npm: - yarn compile:extension-rollup + yarn compile:extension-types yarn npm:fix-package-version publish-npm: build-npm + npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}" cd src/extensions/npm/extensions && npm publish --access=public clean: diff --git a/package.json b/package.json index 8b850b213e..60af35f0ba 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "kontena-lens", "productName": "Lens", "description": "Lens - The Kubernetes IDE", - "version": "3.6.6", + "version": "4.0.0-alpha.1", "main": "static/build/main.js", "copyright": "© 2020, Mirantis, Inc.", "license": "MIT", diff --git a/static/RELEASE_NOTES.md b/static/RELEASE_NOTES.md index 39d8b45aff..37196a413c 100644 --- a/static/RELEASE_NOTES.md +++ b/static/RELEASE_NOTES.md @@ -2,7 +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! -## 3.6.6 (current version) +## 4.0.0-alpha.1 (current version) + +- Extension API +- Improved pod logs +- 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) + +## 3.6.6 - Fix labels' word boundary to cover only drawer badges - Fix cluster dashboard opening not to start authentication proxy twice - Fix: Refresh cluster connection status also when connection is disconnected