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