X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=bc2e700286f4eeaf06b5cb51d15244b72041bc58;hb=3ae49aa2258be96fca2ff34e4dc87dd0e0bae161;hp=5d24e34730fc0703e1b39e52cbab5659eb4d62fa;hpb=2115ee55bdbcc81e80f6ffb5777113600de37208;p=portal.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 5d24e347..bc2e7002 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -6,6 +6,40 @@ Portal Platform Release Notes ============================= +Version: 2.3.2 +-------------- +:Release Date: 2019-04-15 + +.. toctree:: + :maxdepth: 1 + +This is the official release notes for the Casablanca Maintenance Release 3.0.2. + +**Known Issues** + * The issue is an application running on HTTPS will not open in Portal if the AAF root CA is missing. + An error message will appear in a separate tab in Portal. It will say something like: + “The webpage at https://portal.api.simpledemo.onap.org:30200/vid/welcome.htm?cc=........ might + be temporarily down or it may have moved permanently to a new web address.” + Here is the work-around, copy above VID (or other app) URL and replace welcome.htm to login.htm + in a new browser window; after login come back to Portal home page and click VID, it will now work. + + * For applications running on HTTP (for example SDC), the user needs to disable the security check in the browser to access the application. + +**Other** + * Portal updated Keystore certificate from AAF to extend its expiry date; This change was made in OOM project. + +Version: 2.3.1 +-------------- +:Release Date: 2019-01-31 + +.. toctree:: + :maxdepth: 1 + +This is the official release notes for the Casablanca Maintenance. + +**Bug Fixes** + * During installation Maria DB can now be accessed from within the portal-db container. The fix was made in OOM scripts to handle the db issue identified in the previous release. + Version: 2.3.0 -------------- :Release Date: 2018-11-30 @@ -26,7 +60,7 @@ We worked on SDK upgrade to integrate with AAF. We completed Architecture review * Reporting feature enhancement in portal/sdk - design and partial code changes * Platform Enhancements - Improved logging, docker separation, and SDK Simplification * Angular 5 upgraded with sample POC in SDK to build rich UI - + **Bug Fixes** * Improved exception handling in reporting feature and also in login feature while getting a lock from Zookeeper. * Improved documentation to get access to Portal through port 8989. @@ -53,7 +87,7 @@ Quick Links: **Upgrade Notes** * For https Apps onboarded to portal, a certificate has to be downloaded in the browser when first trying to access the landing page of the App. * For onboarded Apps using http (since Portal is using https) the browser asks the user to click to Proceed to the unsafe URL. - + **Deprecation Notes** **Other** @@ -62,7 +96,7 @@ Quick Links: * onap/portal-db:2.3.1 * onap/portal-sdk:2.3.1 * onap/portal-wms:2.3.1 - * portal/sdk java artifacts - (Release branch: “release-2.4.0”) + * portal/sdk java artifacts - (Release branch: “release-2.4.0”) Version: 2.2.0 --------------