From 09516395ecf10e239d507ef586da91015e8ad529 Mon Sep 17 00:00:00 2001 From: "Welch, Lorraine (lb2391)" Date: Wed, 30 May 2018 14:59:48 -0400 Subject: Updated Beijing Release Notes Issue-ID: PORTAL-147 Change-Id: I7e416c91ab514fdafd48475253f649ba3117f476 Signed-off-by: Welch, Lorraine (lb2391) (cherry picked from commit 05005dbbecd71368f6bfa03db357ae123abd8061) --- docs/release-notes.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 2ef460b7..1a4697bc 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -6,10 +6,10 @@ Portal Platform Release Notes ============================= -Version: 2.1.0 +Version: 2.2.0 -------------- -:Release Date: 24 May 2018 +:Release Date: 7 June 2018 .. toctree:: :maxdepth: 1 @@ -38,7 +38,7 @@ We worked on hardening the ONAP Portal platform by improving code quality and ad * Not able to delete portal admin user * Add support to connect with AAF Runtime * Portal's SDK UI documentation in ONAP wiki needs samples - * The Portal/SDK fn_user table has encrypted passwords that need to hange to using a hash algorithm + * The Portal/SDK fn_user table has encrypted passwords that need to be changed to use a hash algorithm * UI cleanup needed: on adding entries to News Widget and display on Application Onboarding page **Security Issues** @@ -52,11 +52,12 @@ We worked on hardening the ONAP Portal platform by improving code quality and ad **Other** * Below are the docker images released as part of Portal Platform project: - * onap/portal-db:v2.1.0 - * onap/portal-apps:v2.1.0 - * onap/portal-wms:v2.1.0 + * onap/portal-db:v2.2.0 + * onap/portal-apps:v2.2.0 + * onap/portal-wms:v2.2.0 * onap//music/music-cassandra:v3.0 * zookeeper:v3.4.0 + * portal/sdk - (Release branch: "release-2.2.0") Version: 1.3.0 -------------- -- cgit 1.2.3-korg From 14a279637411d580aff1614469fd725f0c1e95e9 Mon Sep 17 00:00:00 2001 From: Gildas Lanilis Date: Thu, 31 May 2018 10:28:40 -0700 Subject: Document Security section of the Release Notes Change-Id: I4d0c00271c2a8ce53a50769cecf88d9b8f1aaebb Issue-ID: DOC-270 Signed-off-by: Gildas Lanilis (cherry picked from commit 8764d78f63c210f7b4efd5fd2ed0d12858d950c6) --- docs/release-notes.rst | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 1a4697bc..1dd65bea 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -9,7 +9,7 @@ Portal Platform Release Notes Version: 2.2.0 -------------- -:Release Date: 7 June 2018 +:Release Date: 2018-06-07 .. toctree:: :maxdepth: 1 @@ -41,8 +41,16 @@ We worked on hardening the ONAP Portal platform by improving code quality and ad * The Portal/SDK fn_user table has encrypted passwords that need to be changed to use a hash algorithm * UI cleanup needed: on adding entries to News Widget and display on Application Onboarding page -**Security Issues** - * https://wiki.onap.org/pages/viewpage.action?pageId=27689089 +**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 `_. + +Quick Links: + - `PORTAL project page `_ + + - `Passing Badge information for PORTAL `_ + + - `Project Vulnerability Review Table for PORTAL `_ **Upgrade Notes** * Upgrades to Portal platform can be performed using Heat based installation scripts available under demo repository. @@ -62,7 +70,7 @@ We worked on hardening the ONAP Portal platform by improving code quality and ad Version: 1.3.0 -------------- -:Release Date: 16 November 2017 +:Release Date: 2017-11-16 The ONAP Portal is a platform that provides the ability to integrate different ONAP applications into a centralized Portal Core. The platform seed code is improved with below listed enhancements in this release. This is technically the first release of ONAP Portal Platform, previous release was the seed code contribution. As such, the defects fixed in this release were raised during the course of the release and while its integration testing. Anything not closed is captured below under Known Issues. If you want to review the defects fixed in the Amsterdam release, refer to Jira (jira.onap.org). -- cgit 1.2.3-korg From 9a5992e308d058ba92e897c74ab7e5bebcc49b6c Mon Sep 17 00:00:00 2001 From: "Welch, Lorraine (lb2391)" Date: Fri, 15 Jun 2018 15:06:03 -0400 Subject: Added the link to the architecture documentation Issue-ID: PORTAL-305 Change-Id: I88817b98ee0e4e3a2de3ffd98b03a0ce19f6dc4c Signed-off-by: Welch, Lorraine (lb2391) --- docs/tutorials/portal-sdk/architecture.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/tutorials/portal-sdk/architecture.rst b/docs/tutorials/portal-sdk/architecture.rst index 203fc177..ec64bf22 100644 --- a/docs/tutorials/portal-sdk/architecture.rst +++ b/docs/tutorials/portal-sdk/architecture.rst @@ -1,4 +1,4 @@ Application architecture ============================================ - -ONAP Portal Architecture: + +Click here to see the `ONAP Portal Architecture <../../../docs/platform/architecture.html>`_. -- cgit 1.2.3-korg