diff options
author | dyh <dengyuanhong@chinamobile.com> | 2020-03-03 11:51:25 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2020-03-03 14:30:56 +0800 |
commit | 6fe40f77ca621776eca98c2c721baf270fa700ff (patch) | |
tree | ea2d642a40ef298cb2a08c038b83f4eb9d857d37 /docs/release-notes.rst | |
parent | abffd007278fc0ff686a28212a1d4ee3a92d296a (diff) |
Release Notes
Change-Id: Ic15f427ea71e5c751817404204430cb1cfd5bc3e
Issue-ID: MODELING-331
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'docs/release-notes.rst')
-rw-r--r-- | docs/release-notes.rst | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 8187b8c..42bbb2d 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -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 -------------- |