Issue-ID: PORTAL-366 97/65597/2
authorSaravanan, Madheswaran <msaravanan@in.ibm.com>
Tue, 28 Aug 2018 16:34:01 +0000 (12:34 -0400)
committerSaravanan, Madheswaran <msaravanan@in.ibm.com>
Mon, 10 Sep 2018 21:09:27 +0000 (17:09 -0400)
docker_version incorrect for portal

Change-Id: Idceb6c2a8cf9a1d3bb9f0594c0157b4d64cb9b34

Change-Id: Idceb6c2a8cf9a1d3bb9f0594c0157b4d64cb9b34
Signed-off-by: Madheswaran, Saravanan<msaravanan@in.ibm.com>
deliveries/.env
docs/release-notes.rst

index 7325959..3b2fa14 100644 (file)
@@ -14,11 +14,11 @@ CLI_IMG_NAME=onap/cli
 
 # This is the first portion of the Docker image tag
 # that is published to the ONAP registry.
-PORTAL_VERSION=v2.3.0
+PORTAL_VERSION=2.3.0
 
 # This is used during builds and in docker-compose;
 # it is never published to the ONAP registry.
-PORTAL_TAG=beijing
+PORTAL_TAG=casablanca
 
 # Name of directory in apps container (NOT host)
 WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps
index 43803ad..b0c3f33 100644 (file)
@@ -6,6 +6,37 @@
 Portal Platform Release Notes
 =============================
 
+Version: 2.3.0
+--------------
+:Release Date: XXXX-XX-XX
+
+.. toctree::
+    :maxdepth: 1
+
+We worked on SDK upgrade to integrate with AAF.
+
+**New Features**
+        * Portal SDK (2.4.0)
+               * Use of Semantic Versioning - V3 is the supported version 
+               * Integration with AAF via REST; Supports both SDK and Framework Applicaitons
+               
+**Bug Fixes**
+
+
+**Known Issues**
+
+**Security Issues**
+
+**Security Notes**
+
+**Upgrade Notes**
+
+**Deprecation Notes**
+
+**Other**
+       * portal/sdk - (Release branch: "release-2.4.0")
+        
+
 Version: 2.2.0
 --------------