aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjinquanni <ni.jinquan@zte.com.cn>2021-09-22 10:53:57 +0800
committerJinquan Ni <ni.jinquan@zte.com.cn>2021-09-22 06:21:35 +0000
commitb0c1f9193634424565c7233464c804f0a0857bf0 (patch)
tree7dc5c4f348b427c1e9d842413d0b9f75443dbb08
parentca304c71650e7844f38aed767fc86d7fac204916 (diff)
Release 1.3.0
Release apigateway 1.3.0 Issue-ID: MSB-610 Signed-off-by: jinquanni <ni.jinquan@zte.com.cn> Change-Id: Ib89e02ad6a754ea5b66b83e926f20a0c2fa431d7
-rw-r--r--docs/release-notes.rst46
-rw-r--r--releases/1.3.0-container.yaml9
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'