mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Release 6.2.1 (#6619)
* Release 6.2.1 Signed-off-by: Sebastian Malton <sebastian@malton.name> * Update Button, keep left (#6612) * Update Button, keep left Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com> * update snapshots Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com> Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com> Signed-off-by: Sebastian Malton <sebastian@malton.name> Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com> Co-authored-by: Jim Ehrismann <40840436+jim-docker@users.noreply.github.com>
This commit is contained in:
parent
453f627b86
commit
da4afc9110
@ -3,7 +3,7 @@
|
|||||||
"productName": "OpenLens",
|
"productName": "OpenLens",
|
||||||
"description": "OpenLens - Open Source IDE for Kubernetes",
|
"description": "OpenLens - Open Source IDE for Kubernetes",
|
||||||
"homepage": "https://github.com/lensapp/lens",
|
"homepage": "https://github.com/lensapp/lens",
|
||||||
"version": "6.2.0",
|
"version": "6.2.1",
|
||||||
"main": "static/build/main.js",
|
"main": "static/build/main.js",
|
||||||
"copyright": "© 2022 OpenLens Authors",
|
"copyright": "© 2022 OpenLens Authors",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -724,7 +724,7 @@ exports[`installing update when started when user checks for updates when new up
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="separator"
|
class="size-sm"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
class="preventedDragging"
|
class="preventedDragging"
|
||||||
@ -748,6 +748,9 @@ exports[`installing update when started when user checks for updates when new up
|
|||||||
</i>
|
</i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
class="separator"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<main>
|
||||||
@ -966,7 +969,7 @@ exports[`installing update when started when user checks for updates when new up
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="separator"
|
class="size-sm"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
class="preventedDragging"
|
class="preventedDragging"
|
||||||
@ -990,6 +993,9 @@ exports[`installing update when started when user checks for updates when new up
|
|||||||
</i>
|
</i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
class="separator"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<main>
|
||||||
|
|||||||
@ -64,7 +64,7 @@ exports[`encourage user to update when sufficient time passed since update was d
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="separator"
|
class="size-sm"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
class="preventedDragging"
|
class="preventedDragging"
|
||||||
@ -88,6 +88,9 @@ exports[`encourage user to update when sufficient time passed since update was d
|
|||||||
</i>
|
</i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
class="separator"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<main>
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
import { getInjectable } from "@ogre-tools/injectable";
|
import { getInjectable } from "@ogre-tools/injectable";
|
||||||
import { computed } from "mobx";
|
import { computed } from "mobx";
|
||||||
import { topBarItemOnRightSideInjectionToken } from "../../../../../../renderer/components/layout/top-bar/top-bar-items/top-bar-item-injection-token";
|
import { topBarItemOnLeftSideInjectionToken } from "../../../../../../renderer/components/layout/top-bar/top-bar-items/top-bar-item-injection-token";
|
||||||
import { UpdateButton } from "./update-button";
|
import { UpdateButton } from "./update-button";
|
||||||
import updateWarningLevelInjectable from "./update-warning-level.injectable";
|
import updateWarningLevelInjectable from "./update-warning-level.injectable";
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ const updateApplicationTopBarItemInjectable = getInjectable({
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
injectionToken: topBarItemOnRightSideInjectionToken,
|
injectionToken: topBarItemOnLeftSideInjectionToken,
|
||||||
});
|
});
|
||||||
|
|
||||||
export default updateApplicationTopBarItemInjectable;
|
export default updateApplicationTopBarItemInjectable;
|
||||||
|
|||||||
@ -724,7 +724,7 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="separator"
|
class="size-sm"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
class="preventedDragging"
|
class="preventedDragging"
|
||||||
@ -748,6 +748,9 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
</i>
|
</i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
class="separator"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<main>
|
||||||
@ -966,7 +969,7 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="separator"
|
class="size-sm"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
class="preventedDragging"
|
class="preventedDragging"
|
||||||
@ -990,6 +993,9 @@ exports[`installing update using tray when started when user checks for updates
|
|||||||
</i>
|
</i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
class="separator"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<main>
|
||||||
|
|||||||
@ -64,7 +64,7 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="separator"
|
class="size-sm"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
class="preventedDragging"
|
class="preventedDragging"
|
||||||
@ -88,6 +88,9 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
</i>
|
</i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
class="separator"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<main>
|
||||||
@ -306,7 +309,7 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="separator"
|
class="size-sm"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
class="preventedDragging"
|
class="preventedDragging"
|
||||||
@ -330,6 +333,9 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
</i>
|
</i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
class="separator"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<main>
|
||||||
@ -595,7 +601,7 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
</i>
|
</i>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="separator"
|
class="size-sm"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
class="preventedDragging"
|
class="preventedDragging"
|
||||||
@ -619,6 +625,9 @@ exports[`force user to update when too long since update was downloaded when app
|
|||||||
</i>
|
</i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
class="separator"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<main>
|
<main>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user