From 403a55ee797d2307fb2bc5f19e894fd3f4dfa986 Mon Sep 17 00:00:00 2001 From: Leanid Astrakou Date: Mon, 23 Sep 2024 23:18:47 -0400 Subject: [PATCH 1/2] Updated CHANGELOG, readme, added missing plugin identifier Signed-off-by: Leanid Astrakou --- CHANGELOG.md | 4 ++++ defaults/README.md | 2 ++ defaults/plugins/org.zowe.zlux.ng2desktop.json | 4 ++++ 3 files changed, 10 insertions(+) create mode 100644 defaults/README.md create mode 100644 defaults/plugins/org.zowe.zlux.ng2desktop.json diff --git a/CHANGELOG.md b/CHANGELOG.md index c0d0a6d..cac3d00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the Zlux App Server package will be documented in this file. +## v3.0.0 +- Enhancement: Added new plugin identifier for the V3 Ivy Desktop to list of default plugins. Also added this plugin to list of allowedPlugins.json. +- Enhancement: Updated schema to document new entry points in V3. + ## v2.17.0 - Enhancement: app-server can now use Zowe's standardized and simplified AT-TLS configuration simply by toggling `zowe.network.server.tls.attls: true` or `components.app-server.zowe.network.server.tls.attls: true`. If you wish to control client tls separately from server tls, you can also use `zowe.network.client.tls.attls` or `components.app-server.zowe.network.client.tls.attls`. (#300) (#303) - Enhancement: The app-server configure stage performance increased due to combining two seperate processes in this stage (plugins-init.js and initInstance.js) into one. (#304) diff --git a/defaults/README.md b/defaults/README.md new file mode 100644 index 0000000..3f7fb83 --- /dev/null +++ b/defaults/README.md @@ -0,0 +1,2 @@ +**Note:** During a full Zowe build, the files in this location become overwritten by files present in: +https://github.com/zowe/zowe-install-packaging/tree/v3.x/staging/files/zlux/config \ No newline at end of file diff --git a/defaults/plugins/org.zowe.zlux.ng2desktop.json b/defaults/plugins/org.zowe.zlux.ng2desktop.json new file mode 100644 index 0000000..5901b88 --- /dev/null +++ b/defaults/plugins/org.zowe.zlux.ng2desktop.json @@ -0,0 +1,4 @@ +{ + "identifier": "org.zowe.zlux.ng2desktop", + "pluginLocation": "../../zlux-app-manager/virtual-desktop-v2" +} \ No newline at end of file From b628d6211b7091078a3eab11d5f9054094979067 Mon Sep 17 00:00:00 2001 From: Leanid Astrakou Date: Mon, 23 Sep 2024 23:33:21 -0400 Subject: [PATCH 2/2] Removed ng2desktop identifier (later added via hardcode) Signed-off-by: Leanid Astrakou --- defaults/plugins/org.zowe.zlux.ng2desktop.json | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 defaults/plugins/org.zowe.zlux.ng2desktop.json diff --git a/defaults/plugins/org.zowe.zlux.ng2desktop.json b/defaults/plugins/org.zowe.zlux.ng2desktop.json deleted file mode 100644 index 5901b88..0000000 --- a/defaults/plugins/org.zowe.zlux.ng2desktop.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "identifier": "org.zowe.zlux.ng2desktop", - "pluginLocation": "../../zlux-app-manager/virtual-desktop-v2" -} \ No newline at end of file