From cf6a0b41db5cb9ce5bd999cbca75189c494b278e Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Thu, 22 Apr 2021 15:00:51 +0300 Subject: [PATCH] Release v5.0.0-alpha.2 (#2544) * v5.0.0-alpha.2 Signed-off-by: Jari Kolehmainen * update release notes Signed-off-by: Jari Kolehmainen * Makefile fix Signed-off-by: Jari Kolehmainen --- Makefile | 4 ++-- static/RELEASE_NOTES.md | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index cdbcc94f85..428a70ae23 100644 --- a/Makefile +++ b/Makefile @@ -67,9 +67,9 @@ integration-win: binaries/client build-extension-types build-extensions build: node_modules binaries/client build-extensions yarn run compile ifeq "$(DETECTED_OS)" "Windows" - ./node_modules/.bin/electron-builder --publish onTag --x64 --ia32 + yarn run electron-builder --publish onTag --x64 --ia32 else - ./node_modules/.bin/electron-builder --publish onTag + yarn run electron-builder --publish onTag endif $(extension_node_modules): diff --git a/static/RELEASE_NOTES.md b/static/RELEASE_NOTES.md index abfdc761c6..76835712ee 100644 --- a/static/RELEASE_NOTES.md +++ b/static/RELEASE_NOTES.md @@ -2,9 +2,12 @@ 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! -## 5.0.0-alpha.1 (current version) +## 5.0.0-alpha.2 (current version) - Workspaces are replaced by Catalog & Hotbar +- YAML Templates in Create Resource dock tab +- Add support for viewing 'User-supplied values' of helm release +- Add ability to configure the locale timezone ## 4.2.1