summaryrefslogtreecommitdiffstats
path: root/docs/sections/release-notes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sections/release-notes.rst')
-rw-r--r--docs/sections/release-notes.rst99
1 files changed, 96 insertions, 3 deletions
diff --git a/docs/sections/release-notes.rst b/docs/sections/release-notes.rst
index 92c6957c..40099186 100644
--- a/docs/sections/release-notes.rst
+++ b/docs/sections/release-notes.rst
@@ -3,11 +3,10 @@
Release Notes
=============
-
-Version: 5.0.0
+Version: 5.0.1
--------------
-El-Alto Early-drop focused on technical debts and SECCOM priority work-items.
+The offical El-Alto release (rolls up all 5.0.0 early drop deliverables) focused on technical debts and SECCOM priority work-items.
Following is summary of updates done for DCAEGEN2
@@ -18,6 +17,7 @@ Following platform components were enabled for HTTPS
- CBS is used by all DCAE MS to fetch DCAE MS configuration from Consul. To mitigate impact for DCAE MS, CBS deployment through OOM/Helm was modified to support CBS on both HTTP and HTTPS. `Design for CBS TLS migration <https://wiki.onap.org/display/DW/TLS+support+for+CBS+-+Migration+Plan>`_
- Cloudify Manager
- InventoryAPI
+ - Non-root container process (ConfigBindingService, InventoryAPI, ServiceChangeHandler, HV-VES, PRH, Son-handler)
All components interfacing with platform components were modified to support TLS interface
@@ -26,6 +26,8 @@ All components interfacing with platform components were modified to support TLS
- Dynamic Topic support via Dmaap plugin integration for DataFileCollector MS
- Dynamic Topic support via Dmaap plugin integration for PM-Mapper service
- CBS client libraries updated to remove consul service lookup
+ - Image Optimization (ConfigBindingService, InventoryAPI, ServiceChangeHandler, HV-VES, PRH, Son-handler)
+
With this release, all DCAE platform components has been migrated to helm charts. Following is complete list of DCAE components available part of default ONAP/DCAE installation.
@@ -112,6 +114,97 @@ Source code of DCAE components are released under the following repositories on
**Security Notes**
*Fixed Security Issues*
+* In default deployment DCAEGEN2 (xdcae-datafile-collector) exposes HTTP port 30223 outside of cluster. [`OJSI-109 <https://jira.onap.org/browse/OJSI-109>`_]
+* In default deployment DCAEGEN2 (xdcae-tca-analytics) exposes HTTP port 32010 outside of cluster. [`OJSI-161 <https://jira.onap.org/browse/OJSI-161>`_]
+* CVE-2019-12126 - DCAE TCA exposes unprotected APIs/UIs on port 32010. [`OJSI-201 <https://jira.onap.org/browse/OJSI-201>`_]
+
+*Known Security Issues*
+
+ * Unsecured Swagger UI Interface in xdcae-datafile-collector. [`OJSI-28 <https://jira.onap.org/browse/OJSI-28>`_]
+ * Unsecured Swagger UI Interface in xdcae-ves-collector. [`OJSI-30 <https://jira.onap.org/browse/OJSI-30>`_]
+ * In default deployment DCAEGEN2 (xdcae-ves-collector) exposes HTTP port 30235 outside of cluster. [`OJSI-116 <https://jira.onap.org/browse/OJSI-116>`_]
+ * In default deployment DCAEGEN2 (dcae-datafile-collector) exposes HTTP port 30262 outside of cluster. [`OJSI-131 <https://jira.onap.org/browse/OJSI-131>`_]
+ * In default deployment DCAEGEN2 (xdcae-dashboard) exposes HTTP port 30418 outside of cluster. [`OJSI-159 <https://jira.onap.org/browse/OJSI-159>`_]
+ * In default deployment DCAEGEN2 (dcae-redis) exposes redis port 30286 outside of cluster. [`OJSI-187 <https://jira.onap.org/browse/OJSI-187>`_]
+ * In default deployment DCAEGEN2 (config-binding-service) exposes HTTP port 30415 outside of cluster. [`OJSI-195 <https://jira.onap.org/browse/OJSI-195>`_]
+
+*Known Vulnerabilities in Used Modules*
+
+DCAE 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 DCAE open Critical security vulnerabilities and their risk assessment have been documented as part of the `project <https://wiki.onap.org/pages/viewpage.action?pageId=51282478>`_.
+
+Quick Links:
+ - `DCAE project page <https://wiki.onap.org/display/DW/Data+Collection+Analytics+and+Events+Project>`_
+
+ - `Passing Badge information for DCAE <https://bestpractices.coreinfrastructure.org/en/projects/1718>`_
+
+ - `Project Vulnerability Review Table for DCAE <https://wiki.onap.org/pages/viewpage.action?pageId=68540441>`_
+
+
+**Upgrade Notes**
+
+The following components are upgraded from Dublin/R4 and El-Alto EarlyDrop deliverables.
+ - K8S Bootstrap container:
+ - Docker container tag: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.6.4
+ - Description: K8s bootstrap container updated to interface with Cloudify using HTTPS; new k8s and Dmaap plugin version included; Dashboard deployment was removed.
+ - Configuration Binding Service:
+ - Docker container tag: onap/org.onap.dcaegen2.platform.configbinding.app-app:2.5.2
+ - Description: HTTPS support, Image optimization and non-root user
+ - Inventory API
+ - Docker container image tag: onap/org.onap.dcaegen2.platform.inventory-api:3.4.0
+ - Description: HTTPS support, container optmization and non-root user
+ - DataFile Collector
+ - Docker container tag: onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.2.3
+ - Description : Code optimization, bug fixes, dmaap plugin integration
+ - SON Handler MS
+ - Docker container tag: onap/org.onap.dcaegen2.services.son-handler:1.1.1
+ - Description : Image optimization, bug fixes, CBS integration
+ - VES Adapter/Mapper MS
+ - Docker container tag: onap/org.onap.dcaegen2.services.mapper.vesadapter.universalvesadaptor:1.0.1
+ - Description : Image optimization & CBS periodic polling
+ - PRH MS
+ - Docker container tag: onap/org.onap.dcaegen2.services.prh.prh-app-server:1.3.1
+ - Description : Code optimization, bug fixes and SDK alignment
+ - HV-VES MS
+ - Docker container tag: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.3.0
+ - Description : Code optimization, bug fixes and SDK alignment
+
+Version: 5.0.0
+--------------
+
+El-Alto Early-drop focused on technical debts and SECCOM priority work-items.
+
+Following is summary of updates done for DCAEGEN2
+
+**Security**
+
+Following platform components were enabled for HTTPS
+ - ConfigBindingService (CBS)
+ - CBS is used by all DCAE MS to fetch DCAE MS configuration from Consul. To mitigate impact for DCAE MS, CBS deployment through OOM/Helm was modified to support CBS on both HTTP and HTTPS. `Design for CBS TLS migration <https://wiki.onap.org/display/DW/TLS+support+for+CBS+-+Migration+Plan>`_
+ - Cloudify Manager
+ - InventoryAPI
+
+All components interfacing with platform components were modified to support TLS interface
+
+**Miscellaneous**
+ - DCAE Dashboard deployment migration from cloudify blueprint to OOM/Chart
+ - Dynamic Topic support via Dmaap plugin integration for DataFileCollector MS
+ - Dynamic Topic support via Dmaap plugin integration for PM-Mapper service
+ - CBS client libraries updated to remove consul service lookup
+
+
+
+**Bug Fixes**
+ * k8splugin can generate deployment name > 63 chars (DCAEGEN2-1667)
+ * CM container loading invalid Cloudify types file (DCAEGEN2-1685)
+
+
+**Known Issues**
+ * Healthcheck/Readiness probe VES Collector when authentication is enabled (DCAEGEN2-1594)
+
+
+**Security Notes**
+
+*Fixed Security Issues*
*Known Security Issues*