diff options
-rw-r--r-- | docs/release-notes.rst | 46 | ||||
-rw-r--r-- | releases/1.3.0-container.yaml | 9 |
2 files changed, 55 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 7e5017d..30b07a6 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,6 +10,52 @@ MSB is platform independent, while it is integrated with Kubernetes(OOM) to prov Release Notes ============= +Version: 1.3.0 Istanbul Release +------------------------------ + +:Release Date: 2021-9-22 + +**New Features** + +**Bug Fixes** + + +**Fixed Security Issues** + +- MSB-519 MSB has python 2.7 pods +- MSB-520 MSB has java 8 pods +- MSB-521 MSB certificates are too long and have bad owner + +**Known Issues** + +- MSB-529 MSB dockers contain GPLv3 +- MSB-534 kube2msb fails to register SO services including braces in url + +**Security Notes** + +The remaining issues are supposed to be fixed in the next release. + +Quick Links: + - `MSB project page <https://wiki.onap.org/display/DW/Microservices+Bus+Project>`_ + + - `Passing Badge information for MSB <https://bestpractices.coreinfrastructure.org/en/projects/1601>`_ + + - `Project Vulnerability Review Table for MSB <https://wiki.onap.org/pages/viewpage.action?pageId=68541445>`_ + +**Upgrade Notes** + +N/A + +**Deprecation Notes** + +Plain HTTP APIs have been removed from Frankfurt release, please use HTTPS instead. + +N/A + +**Other** + +N/A + Version: 1.2.7 Guilin Release ------------------------------ diff --git a/releases/1.3.0-container.yaml b/releases/1.3.0-container.yaml new file mode 100644 index 0000000..8161b7a --- /dev/null +++ b/releases/1.3.0-container.yaml @@ -0,0 +1,9 @@ +--- +distribution_type: container +log_dir: msb-apigateway-maven-docker-stage-master/799/ +project: msb-apigateway +container_release_tag: 1.3.0 +ref: ca304c71650e7844f38aed767fc86d7fac204916 +containers: + - name: 'msb/msb_apigateway' + version: '1.3.0-20210922T021634Z' |