Skip to content

Commit

Permalink
Release 6.4.7 (#7373)
Browse files Browse the repository at this point in the history
* Exporting ResourceMetrics and PodCharts to extension API (#7326)

Signed-off-by: Alex Andreev <[email protected]>

* Fix update button being visible when download for update fails (#7336)

Signed-off-by: Janne Savolainen <[email protected]>

* Update repository in statefulset template from k8s.gcr.io to registry.k8s (#7338)

Signed-off-by: EnriqueTejeda <[email protected]>

* Fix cluster view broken scrolling (#7349)

Signed-off-by: Alex Andreev <[email protected]>

* Release 6.4.7

Signed-off-by: Sebastian Malton <[email protected]>

* Fix release tool

Signed-off-by: Sebastian Malton <[email protected]>

---------

Signed-off-by: Alex Andreev <[email protected]>
Signed-off-by: Janne Savolainen <[email protected]>
Signed-off-by: EnriqueTejeda <[email protected]>
Signed-off-by: Sebastian Malton <[email protected]>
Co-authored-by: Alex Andreev <[email protected]>
Co-authored-by: Janne Savolainen <[email protected]>
Co-authored-by: Enrique Tejeda <[email protected]>
  • Loading branch information
4 people authored Mar 17, 2023
1 parent 30e72e8 commit e7b6ea1
Show file tree
Hide file tree
Showing 13 changed files with 689 additions and 45 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages": [
"packages/*"
],
"version": "6.4.6",
"version": "6.4.7",
"npmClient": "yarn",
"npmClientArgs": [
"--network-timeout=100000"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "",
"description": "Lens Desktop Core",
"homepage": "https://github.com/lensapp/lens",
"version": "6.4.6",
"version": "6.4.7",
"repository": {
"type": "git",
"url": "git+https://github.com/lensapp/lens.git"
Expand Down
2 changes: 2 additions & 0 deletions packages/core/src/extensions/renderer-api/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ export {
type MonacoEditorProps, type MonacoEditorId,
type MonacoTheme, type MonacoCustomTheme,
} from "../../renderer/components/monaco-editor";
export * from "../../renderer/components/resource-metrics/resource-metrics";
export * from "../../renderer/components/+workloads-pods/pod-charts";

/**
* @deprecated Use `Renderer.Navigation.getDetailsUrl`
Expand Down
Loading

0 comments on commit e7b6ea1

Please sign in to comment.