From c57ea609a5677c718ff3c2a493d3ac97af1f35ab Mon Sep 17 00:00:00 2001 From: Timo Tietavainen Date: Thu, 30 Dec 2021 17:38:31 +0200 Subject: [PATCH] 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 --- container-tag.yaml | 2 +- docs/release-notes.rst | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.16.6