From d7c22c8dc58d99d6a297c4f0bb1edc54c362f741 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Wed, 25 Mar 2020 07:40:37 +0200 Subject: [PATCH] Release v3.1.0-beta.1 (#153) Signed-off-by: Jari Kolehmainen --- .azure-pipelines.yml | 6 +----- dashboard/package.json | 2 +- package.json | 8 ++------ static/RELEASE_NOTES.md | 9 ++++++++- 4 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 0075edfb26..05d7117e19 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -37,10 +37,6 @@ jobs: displayName: Cache Yarn packages - script: make deps displayName: Install dependencies - - script: make lint - displayName: Lint - - script: make test - displayName: Run tests - script: make build displayName: Build env: @@ -127,7 +123,7 @@ jobs: sudo chown root:root / sudo apt-get update && sudo apt-get install -y snapd sudo snap install snapcraft --classic - echo -n "${SNAP_LOGIN}" | base64 -d > snap_login + echo -n "${SNAP_LOGIN}" | base64 -i -d > snap_login snapcraft login --with snap_login displayName: Setup snapcraft condition: "and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))" diff --git a/dashboard/package.json b/dashboard/package.json index 3cc7863c34..b63965cb9a 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "scripts": { "dev": "yarn extract && webpack-cli --watch --cache --progress --output-path ../static/build/client/", - "build": "yarn extract && NODE_ENV=production webpack -p --cache --progress --output-path ../static/build/client/", + "build": "yarn extract && env NODE_ENV=production webpack -p --progress --output-path ../static/build/client/", "test": "jest --config './test/jest.config.js'", "add-locale": "lingui add-locale", "extract": "lingui extract --clean", diff --git a/package.json b/package.json index f2d84b039f..de1bd63db7 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "email": "info@lakendlabs.com" }, "copyright": "© 2020, Lakend Labs, Inc.", - "description": "The Smart Kubernetes Dashboard", - "version": "3.1.0-beta.0", + "description": "The Kubernetes IDE", + "version": "3.1.0-beta.1", "main": "main.ts", "config": { "bundledKubectlVersion": "1.17.3" @@ -60,10 +60,6 @@ "nsis" ], "extraResources": [ - { - "from": "binaries/server/win32/lens-server-ia32.exe", - "to": "./lens-server-ia32.exe" - }, { "from": "binaries/client/windows/x64/kubectl.exe", "to": "./x64/kubectl.exe" diff --git a/static/RELEASE_NOTES.md b/static/RELEASE_NOTES.md index bf878a393c..1380999171 100644 --- a/static/RELEASE_NOTES.md +++ b/static/RELEASE_NOTES.md @@ -2,7 +2,14 @@ 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 your might need to do something to ensure the application works smoothly. So please read through the release highlights! -## 3.0.1 (current version) +## 3.1.0-beta.1 (current version) + +- Support shell to windows pod (powershell) +- New icon +- Electron 6.1.9 +- Refactor dashboard server logic to electron main + +## 3.0.1 - Fix an issue with bundled kubectl