mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Release 6.1.1 (#6285)
Co-authored-by: Juho Heikka <juho.heikka@gmail.com>
This commit is contained in:
parent
ba5fe2c61e
commit
aa4a5012f2
@ -3,7 +3,7 @@
|
||||
"productName": "OpenLens",
|
||||
"description": "OpenLens - Open Source IDE for Kubernetes",
|
||||
"homepage": "https://github.com/lensapp/lens",
|
||||
"version": "6.1.0",
|
||||
"version": "6.1.1",
|
||||
"main": "static/build/main.js",
|
||||
"copyright": "© 2022 OpenLens Authors",
|
||||
"license": "MIT",
|
||||
|
||||
@ -104,11 +104,6 @@ const logs = [
|
||||
"get-logs",
|
||||
];
|
||||
|
||||
const resourceEditor = [
|
||||
"create-edit-resource-tab",
|
||||
"clear-edit-resource-tab",
|
||||
];
|
||||
|
||||
const telemetryWhiteListForFunctionsInjectable = getInjectable({
|
||||
id: "telemetry-white-list-for-functions",
|
||||
instantiate: () => [
|
||||
@ -120,7 +115,6 @@ const telemetryWhiteListForFunctionsInjectable = getInjectable({
|
||||
...uiInteraction,
|
||||
...terminal,
|
||||
...logs,
|
||||
...resourceEditor,
|
||||
],
|
||||
decorable: false,
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user