Skip to content

Commit

Permalink
Release 6.5.0-alpha.16
Browse files Browse the repository at this point in the history
Signed-off-by: K8s Lens Bot <[email protected]>
  • Loading branch information
k8slens-bot authored and Nokel81 committed May 25, 2023
1 parent 4e6b51e commit e493f98
Show file tree
Hide file tree
Showing 11 changed files with 464 additions and 36 deletions.
49 changes: 49 additions & 0 deletions open-lens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,55 @@
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.17 (2023-05-25)


### Bug Fixes

* Make application size not blow up by consolidating dependencies in core package to peerDependencies ([738985c](https://github.com/lensapp/lens/commit/738985c9b7406ef0722c3994c560f0337e3c5b7c))



# 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.16 (2023-05-23)


Expand Down
8 changes: 4 additions & 4 deletions open-lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"productName": "OpenLens",
"description": "OpenLens - Open Source IDE for Kubernetes",
"homepage": "https://github.com/lensapp/lens",
"version": "6.5.0-alpha.16",
"version": "6.5.0-alpha.17",
"repository": {
"type": "git",
"url": "git+https://github.com/lensapp/lens.git"
Expand Down Expand Up @@ -184,15 +184,15 @@
"@k8slens/application-for-electron-main": "^6.5.0-alpha.8",
"@k8slens/button": "^1.0.0-alpha.5",
"@k8slens/cluster-settings": "^6.5.0-alpha.1",
"@k8slens/core": "^6.5.0-alpha.15",
"@k8slens/core": "^6.5.0-alpha.16",
"@k8slens/ensure-binaries": "^6.5.0-alpha.7",
"@k8slens/error-boundary": "^1.0.0-alpha.5",
"@k8slens/event-emitter": "^1.0.0-alpha.6",
"@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/kube-object": "^1.0.0-alpha.7",
"@k8slens/kubectl-versions": "^1.0.0-alpha.9",
"@k8slens/legacy-extension-example": "^1.0.0-alpha.13",
"@k8slens/legacy-extension-example": "^1.0.0-alpha.14",
"@k8slens/legacy-extensions": "^1.0.0-alpha.8",
"@k8slens/legacy-global-di": "^1.0.0-alpha.5",
"@k8slens/list-layout": "^1.0.0-alpha.4",
Expand Down
41 changes: 15 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e493f98

Please sign in to comment.