mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Release 6.5.0-alpha.11
Signed-off-by: K8s Lens Bot <info@k8slens.dev>
This commit is contained in:
parent
138f9d14ff
commit
4d70aa21f3
@ -3,6 +3,21 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 6.5.0-alpha.12 (2023-05-12)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.11 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Add missing styles to fix terminal resizing ([6902851](https://github.com/lensapp/lens/commit/6902851026e74428f515fc5f3e01e6dc8a4c2d50))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 6.5.0-alpha.11 (2023-05-11)
|
# 6.5.0-alpha.11 (2023-05-11)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
"productName": "OpenLens",
|
"productName": "OpenLens",
|
||||||
"description": "OpenLens - Open Source IDE for Kubernetes",
|
"description": "OpenLens - Open Source IDE for Kubernetes",
|
||||||
"homepage": "https://github.com/lensapp/lens",
|
"homepage": "https://github.com/lensapp/lens",
|
||||||
"version": "6.5.0-alpha.11",
|
"version": "6.5.0-alpha.12",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/lensapp/lens.git"
|
"url": "git+https://github.com/lensapp/lens.git"
|
||||||
@ -183,7 +183,7 @@
|
|||||||
"@k8slens/application": "^6.5.0-alpha.6",
|
"@k8slens/application": "^6.5.0-alpha.6",
|
||||||
"@k8slens/application-for-electron-main": "^6.5.0-alpha.5",
|
"@k8slens/application-for-electron-main": "^6.5.0-alpha.5",
|
||||||
"@k8slens/core": "^6.5.0-alpha.11",
|
"@k8slens/core": "^6.5.0-alpha.11",
|
||||||
"@k8slens/ensure-binaries": "^6.5.0-alpha.5",
|
"@k8slens/ensure-binaries": "^6.5.0-alpha.6",
|
||||||
"@k8slens/event-emitter": "^1.0.0-alpha.3",
|
"@k8slens/event-emitter": "^1.0.0-alpha.3",
|
||||||
"@k8slens/feature-core": "^6.5.0-alpha.5",
|
"@k8slens/feature-core": "^6.5.0-alpha.5",
|
||||||
"@k8slens/keyboard-shortcuts": "^1.0.0-alpha.5",
|
"@k8slens/keyboard-shortcuts": "^1.0.0-alpha.5",
|
||||||
|
|||||||
6
package-lock.json
generated
6
package-lock.json
generated
@ -34116,14 +34116,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"open-lens": {
|
"open-lens": {
|
||||||
"version": "6.5.0-alpha.11",
|
"version": "6.5.0-alpha.12",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@k8slens/application": "^6.5.0-alpha.6",
|
"@k8slens/application": "^6.5.0-alpha.6",
|
||||||
"@k8slens/application-for-electron-main": "^6.5.0-alpha.5",
|
"@k8slens/application-for-electron-main": "^6.5.0-alpha.5",
|
||||||
"@k8slens/core": "^6.5.0-alpha.11",
|
"@k8slens/core": "^6.5.0-alpha.11",
|
||||||
"@k8slens/ensure-binaries": "^6.5.0-alpha.5",
|
"@k8slens/ensure-binaries": "^6.5.0-alpha.6",
|
||||||
"@k8slens/event-emitter": "^1.0.0-alpha.3",
|
"@k8slens/event-emitter": "^1.0.0-alpha.3",
|
||||||
"@k8slens/feature-core": "^6.5.0-alpha.5",
|
"@k8slens/feature-core": "^6.5.0-alpha.5",
|
||||||
"@k8slens/keyboard-shortcuts": "^1.0.0-alpha.5",
|
"@k8slens/keyboard-shortcuts": "^1.0.0-alpha.5",
|
||||||
@ -37359,7 +37359,7 @@
|
|||||||
},
|
},
|
||||||
"packages/ensure-binaries": {
|
"packages/ensure-binaries": {
|
||||||
"name": "@k8slens/ensure-binaries",
|
"name": "@k8slens/ensure-binaries",
|
||||||
"version": "6.5.0-alpha.5",
|
"version": "6.5.0-alpha.6",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"arg": "^5.0.2",
|
"arg": "^5.0.2",
|
||||||
|
|||||||
@ -3,6 +3,54 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
# 6.5.0-alpha.6 (2023-05-12)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.9 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Fix generating tray icons and downloading binaries on windows ([289d62c](https://github.com/lensapp/lens/commit/289d62caaadcf4899719c6a8b8c2ee4b7e725e9c))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Compute the kubectl download version map at build time ([0bd7b1f](https://github.com/lensapp/lens/commit/0bd7b1fe92a173379c8a5a1ab7e13cf9e4f8223b))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.4 (2023-04-12)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.5.0-alpha.1 (2023-03-14)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.13 (2023-02-03)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.12 (2023-02-01)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.11 (2023-02-01)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.10 (2023-01-27)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 6.4.0-beta.9 (2023-01-27)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 6.5.0-alpha.5 (2023-05-04)
|
# 6.5.0-alpha.5 (2023-05-04)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@k8slens/ensure-binaries",
|
"name": "@k8slens/ensure-binaries",
|
||||||
"version": "6.5.0-alpha.5",
|
"version": "6.5.0-alpha.6",
|
||||||
"description": "CLI for downloading configured versions of the bundled versions of CLIs",
|
"description": "CLI for downloading configured versions of the bundled versions of CLIs",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user