Skip to content

Commit e7b6ea1

Browse files
Nokel81aleksfrontjansavEnriqueTejeda
authored
Release 6.4.7 (#7373)
* Exporting ResourceMetrics and PodCharts to extension API (#7326) Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Fix update button being visible when download for update fails (#7336) Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> * Update repository in statefulset template from k8s.gcr.io to registry.k8s (#7338) Signed-off-by: EnriqueTejeda <quique.tejeda.68@gmail.com> * Fix cluster view broken scrolling (#7349) Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Release 6.4.7 Signed-off-by: Sebastian Malton <sebastian@malton.name> * Fix release tool Signed-off-by: Sebastian Malton <sebastian@malton.name> --------- Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> Signed-off-by: EnriqueTejeda <quique.tejeda.68@gmail.com> Signed-off-by: Sebastian Malton <sebastian@malton.name> Co-authored-by: Alex Andreev <alex.andreev.email@gmail.com> Co-authored-by: Janne Savolainen <janne.savolainen@live.fi> Co-authored-by: Enrique Tejeda <quique.tejeda.68@gmail.com>
1 parent 30e72e8 commit e7b6ea1

13 files changed

Lines changed: 689 additions & 45 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages": [
55
"packages/*"
66
],
7-
"version": "6.4.6",
7+
"version": "6.4.7",
88
"npmClient": "yarn",
99
"npmClientArgs": [
1010
"--network-timeout=100000"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"productName": "",
44
"description": "Lens Desktop Core",
55
"homepage": "https://github.com/lensapp/lens",
6-
"version": "6.4.6",
6+
"version": "6.4.7",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/lensapp/lens.git"

packages/core/src/extensions/renderer-api/components.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ export {
106106
type MonacoEditorProps, type MonacoEditorId,
107107
type MonacoTheme, type MonacoCustomTheme,
108108
} from "../../renderer/components/monaco-editor";
109+
export * from "../../renderer/components/resource-metrics/resource-metrics";
110+
export * from "../../renderer/components/+workloads-pods/pod-charts";
109111

110112
/**
111113
* @deprecated Use `Renderer.Navigation.getDetailsUrl`

0 commit comments

Comments
 (0)