X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=6a838676996ce11c2a38396969073bce9e9cfd8e;hb=9d9cd789c20a1b680efac61329aacad317da5472;hp=b1b0266b29fd38b6b556b5e15c7e5d36cbb65ce3;hpb=4bed70be799c3d79a4324489eb0ad5bdb4eedec3;p=portal.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index b1b0266b..6a838676 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -5,6 +5,62 @@ Portal Platform Release Notes ============================= +Version: 2.6.0 +-------------- +:Release Date: 2019-10-03 + +.. toctree:: + :maxdepth: 1 + +Maintenance release with bug fixes and security enhancements. + +**No New Features** + +**Bug Fixes** + * Portal Setup - MariaDB issue. + * Issue editing application url. + * PORTAL-* charts now use nodePortPrefix variable. + * Fixed Sonar reported critical issues. + +**Known Issues** + * AAI UI’s new role "ui_view" is not registered in AAF, Portal cannot fetch it. So, the work around is + + 1. upload new role from Bulk Upload in Portal Roles page (create a csv file which has one line like: ui_view,10 ) + 2. Sync Roles on same page + 3. Assign this ui_view role to demo account in User page + 4. Then demo user can access AAI UI app from Portal + +**Security Notes** + * Security Enhancements - Fixed OJSI issues. + * Addressed security issues reported by NexusIQ Critical and Severe issues + +Quick Links: + - `PORTAL project page `_ + + - `Passing Badge information for PORTAL `_ + + - `Project Vulnerability Review Table for PORTAL `_ + +**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. + * For onboarded Apps using http the icon in the URL bar will appear red, click on it and allow unsafe scripts. + * The first time some apps are selected in the Applications panel, an error stating the webpage might be temporarily down, copy the presented URL to a new browser; once that is done, the application will open in the Portal. + +**Deprecation Notes** + * 2.6.0 portal/sdk is the last version to support the old AngularJS UI versions. + * Expect upgrade on Angular frontend and SpringBoot backend in next releases: The components like Policy, VID, SDC, AAI, MSB, SO – if any of them use portal/sdk java libraries, then please anticipate MAJOR changes to portal/sdk with respect to technology stack upgrade which is pending for long time on Angular frontend and SpringBoot backend. + * The tech stack upgrade helps resolve many security vulnerabilities and also provides latest rich UI and microservices features that components can take advantage of, just by upgrading to latest portal/sdk. + +**Other** + * Below are the docker images released as part of Portal Platform project: + * onap/portal-app:2.6.0 + * onap/portal-db:2.6.0 + * onap/portal-sdk:2.6.0 + * onap/portal-wms:2.6.0 + * portal/sdk java artifacts - (Release branch: “release-2.6.0”) + + Version: 2.5.0 -------------- :Release Date: 2019-06-13