diff options
author | jinquanni <ni.jinquan@zte.com.cn> | 2021-09-30 16:26:27 +0800 |
---|---|---|
committer | jinquanni <ni.jinquan@zte.com.cn> | 2021-09-30 16:29:53 +0800 |
commit | 4b4796b85d8dce6c5014f886691cd45f9599de58 (patch) | |
tree | 65ccbcc8e03f0afa78ad106948527ee701ac85ab | |
parent | 8541221e511b9f4d4b5e07b2d9c5a279bb7cc79f (diff) |
Release 1.3.1 container
Release apigateway container verison 1.3.1
Issue-ID: MSB-593
Signed-off-by: jinquanni <ni.jinquan@zte.com.cn>
Change-Id: I020a3a4652d71a42d52e599f9b4931aa9740e2ad
-rw-r--r-- | docs/release-notes.rst | 5 | ||||
-rw-r--r-- | releases/1.3.1-container.yaml | 9 |
2 files changed, 11 insertions, 3 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 30b07a6..4684010 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,7 +10,7 @@ MSB is platform independent, while it is integrated with Kubernetes(OOM) to prov Release Notes ============= -Version: 1.3.0 Istanbul Release +Version: 1.3.1 Istanbul Release ------------------------------ :Release Date: 2021-9-22 @@ -21,14 +21,13 @@ Version: 1.3.0 Istanbul Release **Fixed Security Issues** - +- MSB-593 PACKAGES UPGRADES IN DIRECT DEPENDENCIES FOR ISTANBUL - 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** diff --git a/releases/1.3.1-container.yaml b/releases/1.3.1-container.yaml new file mode 100644 index 0000000..4761126 --- /dev/null +++ b/releases/1.3.1-container.yaml @@ -0,0 +1,9 @@ +--- +distribution_type: container +log_dir: msb-apigateway-maven-docker-stage-master/811/ +project: msb-apigateway +container_release_tag: 1.3.1 +ref: 8541221e511b9f4d4b5e07b2d9c5a279bb7cc79f +containers: + - name: 'msb/msb_apigateway' + version: '1.3.1-20210930T081355Z' |