diff options
author | od7427 <od7427@att.com> | 2019-12-03 17:14:31 -0500 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2020-01-07 17:01:37 -0500 |
commit | 463e675e38d53f783fb744126948925e37f06749 (patch) | |
tree | fc5a6cf426cb339616d948b44b4073c44cc665ec /src/app/about-us | |
parent | cc7ceffc6dc949abfdd385b79b882948253156f7 (diff) |
Implementing JIRA APPC-1778 Story - new LCM actions support
- sub-task JIRA APPC-1785 - add new LCMs in CDT GUI
The new LCM actions names to be added in GUI drop-downs.
Issue-ID: APPC-1785
Change-Id: Ie4868e1920954cd6a4cd4f28c00884bcd1629f30
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'src/app/about-us')
-rw-r--r-- | src/app/about-us/appVersion.json | 4 | ||||
-rw-r--r-- | src/app/about-us/versionLog.txt | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/src/app/about-us/appVersion.json b/src/app/about-us/appVersion.json index 4df1d6d..a12d5f0 100644 --- a/src/app/about-us/appVersion.json +++ b/src/app/about-us/appVersion.json @@ -1,4 +1,4 @@ { - "versionNo": "1.0.0", + "versionNo": "2.0.1", "releaseName": "ONAP" -}
\ No newline at end of file +} diff --git a/src/app/about-us/versionLog.txt b/src/app/about-us/versionLog.txt index 9c5bd18..206eeca 100644 --- a/src/app/about-us/versionLog.txt +++ b/src/app/about-us/versionLog.txt @@ -1,4 +1,10 @@ +Version 2.0.1(ONAP Release) +========================================================== +1. Implementing JIRA ticket APPC-1785 - add new LCMs in CDT GUI +(new actions: LicenseManagement, PreConfigure, GetConfig, PostRebuild, PreRebuild, PreEvacuate, PostEvacuate, PreMigrate, PostMigrate, Provisioning, StartTraffic, StatusTraffic, StopTraffic) +- which is a sub-task of Story JIRA APPC-1778 - develop new LCMs to support pre/post actions + Version 1.0.0(ONAP Release) ========================================================== First released version. |