Release Notes 11/102811/1
authordyh <dengyuanhong@chinamobile.com>
Tue, 3 Mar 2020 03:51:25 +0000 (11:51 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Tue, 3 Mar 2020 06:30:56 +0000 (14:30 +0800)
Change-Id: Ic15f427ea71e5c751817404204430cb1cfd5bc3e
Issue-ID: MODELING-331
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
docs/release-notes.rst

index 8187b8c..42bbb2d 100644 (file)
@@ -9,6 +9,46 @@ Release Notes
 etsicatalog provides package management service and parser service as Micro
 Service.
 
+Version: 1.0.5
+--------------
+
+:Release Date: 2020-03-03
+
+**New Features**
+
+- VNF subscription and notification support
+- Support ONBOARDING_PACKAGE directory to get original vendor package
+- Unify API endpoint
+- Add API to read VNFD
+
+Released components:
+ - etsicatalog 1.0.5
+
+**Bug Fixes**
+
+None
+
+**Known Issues**
+
+By now etsicatalog has not supported HTTPS directly. But all of APIs have registered to MSB and client can call etsicatalog APIs through MSB HTTPS request, such as: curl -X GET 'https://msb_ip:msb_port/api/vnfpkgm/v1/subscriptions'.
+
+**Security Issues**
+
+None
+
+**Upgrade Notes**
+
+Update API endpoint:
+
+- Chang "api/parser/v1/service_packages" -> "api/catalog/v1/service_packages"
+- Unify parser API as "api/parser/V1/..."
+
+**Deprecation Notes**
+
+None
+
+**Other**
+
 Version: 1.0.4
 --------------