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

Release 6.5.0-alpha.14

Signed-off-by: K8s Lens Bot <info@k8slens.dev>
This commit is contained in:
K8s Lens Bot 2023-05-23 18:20:39 +00:00
parent bffa39c5ba
commit 5cf4bae30f
7 changed files with 486 additions and 46 deletions

View File

@ -3,6 +3,46 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 6.5.0-alpha.15 (2023-05-23)
# 6.5.0-alpha.14 (2023-05-23)
### Reverts
* Revert "chore: Extract sidebar item injection token into separate package" ([8f4aa49](https://github.com/lensapp/lens/commit/8f4aa497cc54655f83813d57c224f77dd1472141))
* Revert "chore: Update integration tests to new testid format" ([be1fbcf](https://github.com/lensapp/lens/commit/be1fbcf8c3642fbf5a5ee06c3b03ac1756e4b1dd))
* Revert "chore: Improve title formatting for Horizontal/Vertical Pod Autoscalers" ([d4c12be](https://github.com/lensapp/lens/commit/d4c12becfc9020009d64f48e4c8f9dd3b7725bb6))
* Revert "chore: Fix integration tests failing due to helm testid's changing" ([96b7ecb](https://github.com/lensapp/lens/commit/96b7ecbaddedd45cc667cc2d6c25fdc0813557ec))
# 6.5.0-alpha.13 (2023-05-16)
### Bug Fixes
* Copy fonts from @k8slens/core to open-lens correctly ([33a9f3e](https://github.com/lensapp/lens/commit/33a9f3ea3501c04738c8d74b82725bbe83e148bb))
# 6.5.0-alpha.12 (2023-05-16)
# 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.13 (2023-05-16)

View File

@ -4,7 +4,7 @@
"productName": "OpenLens",
"description": "OpenLens - Open Source IDE for Kubernetes",
"homepage": "https://github.com/lensapp/lens",
"version": "6.5.0-alpha.14",
"version": "6.5.0-alpha.15",
"repository": {
"type": "git",
"url": "git+https://github.com/lensapp/lens.git"
@ -185,7 +185,7 @@
"@k8slens/feature-core": "^6.5.0-alpha.8",
"@k8slens/keyboard-shortcuts": "^1.0.0-alpha.8",
"@k8slens/kube-object": "^1.0.0-alpha.6",
"@k8slens/kubectl-versions": "^1.0.0-alpha.7",
"@k8slens/kubectl-versions": "^1.0.0-alpha.8",
"@k8slens/legacy-extension-example": "^1.0.0-alpha.12",
"@k8slens/legacy-extensions": "^1.0.0-alpha.8",
"@k8slens/legacy-global-di": "^1.0.0-alpha.5",

346
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,37 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 1.0.0-alpha.8 (2023-05-23)
# 6.5.0-alpha.14 (2023-05-23)
# 6.5.0-alpha.13 (2023-05-16)
# 6.5.0-alpha.12 (2023-05-16)
# 6.5.0-alpha.11 (2023-05-11)
# 6.5.0-alpha.9 (2023-05-04)
### Features
* Compute the kubectl download version map at build time ([0bd7b1f](https://github.com/lensapp/lens/commit/0bd7b1fe92a173379c8a5a1ab7e13cf9e4f8223b))
# 1.0.0-alpha.6 (2023-05-16)

View File

@ -1,7 +1,7 @@
{
"name": "@k8slens/kubectl-versions",
"private": false,
"version": "1.0.0-alpha.7",
"version": "1.0.0-alpha.8",
"description": "Package of kubectl versions at build time",
"files": [
"dist"

View File

@ -3,6 +3,113 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 6.5.0-alpha.9 (2023-05-23)
### Bug Fixes
* Switch to using authenticated GitHub API to increase rate limit ([84f6a6a](https://github.com/lensapp/lens/commit/84f6a6a5ac2c731e03fe9994ae37dc1d83d429ed))
# 6.5.0-alpha.14 (2023-05-23)
# 6.5.0-alpha.11 (2023-05-11)
# 6.5.0-alpha.9 (2023-05-04)
# 6.5.0-alpha.8 (2023-04-20)
### Bug Fixes
* Make sure that the @k8slens/core dep in @k8slens/extensions is exact ([799a3cb](https://github.com/lensapp/lens/commit/799a3cbd1cc025514d822db8263c3e1ef747a446))
# 6.5.0-alpha.7 (2023-04-18)
### Bug Fixes
* Fix running release tool ([03349c2](https://github.com/lensapp/lens/commit/03349c232b14c3b5085fc994ecbf2fe4ba56e98a))
### 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)
### Bug Fixes
* Add check in release-tool for no relevant PRs ([#7478](https://github.com/lensapp/lens/issues/7478)) ([b22d7af](https://github.com/lensapp/lens/commit/b22d7af2915bbaccc1d8a8c2c3ff247667f5d61b))
# 6.5.0-alpha.2 (2023-03-14)
# 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.4.0-beta.8 (2023-01-27)
# 6.4.0-beta.7 (2023-01-27)
# 6.4.0-beta.6 (2023-01-26)
# 6.4.0-beta.5 (2023-01-26)
# 6.4.0-beta.4 (2023-01-26)
# 6.4.0-beta.3 (2023-01-26)
# 6.5.0-alpha.7 (2023-05-11)

View File

@ -1,6 +1,6 @@
{
"name": "@k8slens/release-tool",
"version": "6.5.0-alpha.8",
"version": "6.5.0-alpha.9",
"description": "Release tool for lens monorepo",
"license": "MIT",
"private": true,