summarylogtreecommitdiffstats
path: root/lens.install
diff options
context:
space:
mode:
authorÓscar García Amor2023-03-02 11:01:44 +0100
committerÓscar García Amor2023-03-02 11:01:44 +0100
commit991371782451c2097e665d160e2dfb9b22dfc037 (patch)
tree37961325cf171cf97d701ef45b1c7544bc5a169a /lens.install
parentf624c3dd0cb89c272addbc1d3bfffaf2ee070630 (diff)
downloadaur-991371782451c2097e665d160e2dfb9b22dfc037.tar.gz
upgpkg: lens 6.4.0-1
upstream release
Diffstat (limited to 'lens.install')
-rw-r--r--lens.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/lens.install b/lens.install
new file mode 100644
index 000000000000..55a4a08979ad
--- /dev/null
+++ b/lens.install
@@ -0,0 +1,20 @@
+post_install() {
+ cat << EOF
+Since version 6.3.0 OpenLens no longer includes the Node/Pod Menu extension
+to access logs and open a shell. You can re-enable it as follows:
+-> Open OpenLens
+-> Go to Menu, File, Extensions (or press CTRL+SHIFT+E)
+-> In "Name or file path or URL" text box enter
+ @alebcay/openlens-node-pod-menu
+ and click Install
+-> Restart OpenLens
+
+Once you have restarted OpenLens go to Menu, File, Extensions again (or
+press CTRL+SHIFT+E) and make sure that the extension appears as enabled, if
+not enable it.
+EOF
+}
+
+post_upgrade() {
+ post_install
+}