1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Release v5.0.0-alpha.2 (#2544)

* v5.0.0-alpha.2

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* update release notes

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>

* Makefile fix

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-04-22 15:00:51 +03:00 committed by GitHub
parent 9392b321b8
commit cf6a0b41db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -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):

View File

@ -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