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:
parent
9392b321b8
commit
cf6a0b41db
4
Makefile
4
Makefile
@ -67,9 +67,9 @@ integration-win: binaries/client build-extension-types build-extensions
|
|||||||
build: node_modules binaries/client build-extensions
|
build: node_modules binaries/client build-extensions
|
||||||
yarn run compile
|
yarn run compile
|
||||||
ifeq "$(DETECTED_OS)" "Windows"
|
ifeq "$(DETECTED_OS)" "Windows"
|
||||||
./node_modules/.bin/electron-builder --publish onTag --x64 --ia32
|
yarn run electron-builder --publish onTag --x64 --ia32
|
||||||
else
|
else
|
||||||
./node_modules/.bin/electron-builder --publish onTag
|
yarn run electron-builder --publish onTag
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(extension_node_modules):
|
$(extension_node_modules):
|
||||||
|
|||||||
@ -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!
|
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
|
- 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
|
## 4.2.1
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user