From: Timo Tietavainen Date: Thu, 30 Dec 2021 15:38:31 +0000 (+0200) Subject: Build new DBAAS image with latest sdlcli (v0.9.3) X-Git-Tag: 0.5.7^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=inline;h=c57ea609a5677c718ff3c2a493d3ac97af1f35ab;p=ric-plt%2Fdbaas.git Build new DBAAS image with latest sdlcli (v0.9.3) Build DBAAS image 0.5.7 with the version v0.9.3 of the sdlcli -tool. Version v0.9.3 has a fix for sdlcli get -command result write to stdout stream instead of stderr when comment success. Issue-Id: RIC-873 Signed-off-by: Timo Tietavainen Change-Id: I26bdd64ebe2c938f8a37379a2ab954139ad7d3de --- diff --git a/container-tag.yaml b/container-tag.yaml index 5ad0b8d..67eb300 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -2,4 +2,4 @@ # This file is expected to be in the docker build directory; # can be moved with suitable JJB configuration. --- -tag: '0.5.6' +tag: '0.5.7' diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 09189b7..b2af2b6 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -30,6 +30,10 @@ This document provides the release notes of the dbaas. Version history --------------- +[0.5.7] - 2021-12-30 + +* Build a new DBAAS Docker image to have the latest version (0.9.3) of the sdlcli -tool + [0.5.6] - 2021-12-28 * Build a new DBAAS Docker image to have the latest version (0.9.2) of the sdlcli -tool