Merge "Fix unknow language option display bug"
[portal.git] / docs / release-notes.rst
index fabc25f..bc2e700 100644 (file)
@@ -6,9 +6,43 @@
 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-15
+:Release Date: 2018-11-30
 
 .. toctree::
     :maxdepth: 1
@@ -25,7 +59,8 @@ We worked on SDK upgrade to integrate with AAF. We completed Architecture review
         * Internationalization language support - design related
         * 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.
@@ -37,31 +72,31 @@ We worked on SDK upgrade to integrate with AAF. We completed Architecture review
         * UI misaligned on updating widgets in Portal.
         * On Logout redirect landing page needs to be corrected.
         * Functional Menu change requires manual refresh.
-       
-**Security Issues**
-    * https://wiki.onap.org/pages/viewpage.action?pageId=35522356
 
 **Security Notes**
 
-PORTAL code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, items that remain open have been assessed for risk and determined to be false positive. The PORTAL open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=27689089>`_.
+PORTAL code has been formally scanned during build time using NexusIQ and all Critical vulnerabilities have been addressed, items that remain open have been assessed for risk and determined to be false positive. The PORTAL open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=35522356>`_.
 
 Quick Links:
      - `PORTAL project page <https://wiki.onap.org/display/DW/Portal+Platform+Project>`_
 
      - `Passing Badge information for PORTAL <https://bestpractices.coreinfrastructure.org/en/projects/1441>`_
 
-     - `Project Vulnerability Review Table for PORTAL <https://wiki.onap.org/pages/viewpage.action?pageId=27689089>`_
+     - `Project Vulnerability Review Table for PORTAL <https://wiki.onap.org/pages/viewpage.action?pageId=35522356>`_
 
 **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**
         * Below are the docker images released as part of Portal Platform project:
-        * onap/portal-db:2.3.0
-        * onap/portal-apps:2.3.0
-        * onap/portal-wms:2.3.0
-        * portal/sdk - (Release branch: "release-2.4.0")  
+        * onap/portal-app:2.3.1
+        * 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”)
 
 Version: 2.2.0
 --------------