diff options
author | Dan Timoney <dtimoney@att.com> | 2020-08-18 15:39:16 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-08-18 15:39:16 -0400 |
commit | 1493bb6cbcbb7c79708c757e75a4183043ee8116 (patch) | |
tree | 09b51497a7aec70ad955d78e42d099a4d2425f21 | |
parent | 35a88cf03ee3b8680c6732bd98c349980c69d99b (diff) |
Update release notes for Frankfurt mtce release 1
Update release notes for Frankfurt maintenance release 1
Change-Id: Ib9f24255247a2f7197cadfb8a620881a451a574b
Issue-ID: CCSDK-2664
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r-- | docs/release-notes.rst | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 5dc1981a..bc659161 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -8,6 +8,71 @@ CCSDK Release Notes ******************* +Frankfurt Maintenance Release 1 +******************************** + +Release Data +============ + ++-------------------------+---------------------------------------------------+ +| **Project** | CCSDK | +| | | ++-------------------------+---------------------------------------------------+ +| **Docker images** | See :ref:`dockercontainersmtcerel1` section below | ++-------------------------+---------------------------------------------------+ +| **Release designation** | Frankfurt Maintenance Release 1 | +| | | ++-------------------------+---------------------------------------------------+ +| **Release date** | 08/17/2020 | +| | | ++-------------------------+---------------------------------------------------+ + +Bugs Fixed +========== +The following bug fix is included in Frankfurt Maintenance Release 1: + ++------------+-----------------------------------------------+ +| Jira # | Abstract | ++============+===============================================+ +| CCSDK-2399 | restapicallnode should support commas in urls | ++------------+-----------------------------------------------+ + +.. _dockercontainersmtcerel1: + +Docker Containers +````````````````` + +The following table lists the docker containers included in the CCSDK Frankfurt +release along with the current stable Frankfurt version/tag. Each of these is +available on the ONAP nexus3 site (https://nexus3.onap.org) and can be downloaded +with the following command:: + + docker pull nexus3.onap.org:10001/{image-name}:{version} + + +Note: users that want to use the latest in-development Frankfurt version may use the +tag 0.7-STAGING-latest to pull the latest daily Frankfurt build + ++-----------------------------------+--------------------------------------------+---------+ +| Image name | Description | Version | ++===================================+============================================+=========+ +| onap/ccsdk-alpine-image | Base Alpine Linux image for CCSDK | 0.7.5 | ++-----------------------------------+--------------------------------------------+---------+ +| onap/ccsdk-ansible-server-image | Ansible server image | 0.7.5 | ++-----------------------------------+--------------------------------------------+---------+ +| onap/ccsdk-dgbuilder-image | Directed graph builder | 0.7.5 | ++-----------------------------------+--------------------------------------------+---------+ +| onap/ccsdk-odl-neon-alpine-image | Alpine based OpenDaylight Neon SR1 image | 0.7.5 | ++-----------------------------------+--------------------------------------------+---------+ +| onap/ccsdk-odlsli-alpine-image | Alpine based OpenDaylight image with CCSDK | 0.7.5 | ++-----------------------------------+--------------------------------------------+---------+ +| onap/ccsdk-saltstack-server-image | Saltstack server | 0.7.5 | ++-----------------------------------+--------------------------------------------+---------+ +| onap/ccsdk-ubuntu-image | Base Ubuntu image for CCSDK | 0.7.5 | ++-----------------------------------+--------------------------------------------+---------+ + +Frankfurt Release +***************** Abstract ======== |