From 97d36faf0a4000bd2c51664574bee76139919a61 Mon Sep 17 00:00:00 2001 From: Timo Tietavainen Date: Thu, 20 Jan 2022 08:41:59 +0200 Subject: [PATCH] Bump base image to Redis 6.2.6 Alpine 3.15 Redis server 5 is going soon out of maintenance, that's upgrade base image to 6.2.6-alpine3.15. Update DBAAS Docker image version to 0.6.0. Issue-Id: RIC-698 Signed-off-by: Timo Tietavainen Change-Id: Ib930dd69325feaf63657ba979d1bba141614aefb --- container-tag.yaml | 2 +- docker/Dockerfile.redis | 2 +- docs/release-notes.rst | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/container-tag.yaml b/container-tag.yaml index 67eb300..33ceb02 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.7' +tag: '0.6.0' diff --git a/docker/Dockerfile.redis b/docker/Dockerfile.redis index bb4d8d7..e81d1cf 100644 --- a/docker/Dockerfile.redis +++ b/docker/Dockerfile.redis @@ -77,7 +77,7 @@ RUN cd /go/src && \ go build -v -o /usr/local/bin/sdlcli cmd/sdlcli/main.go -FROM redis:5.0.9-alpine3.11 as build +FROM redis:6.2.6-alpine3.15 as build RUN apk --update add --upgrade --no-cache \ apk-tools \ diff --git a/docs/release-notes.rst b/docs/release-notes.rst index b2af2b6..2bf3998 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.6.0] - 2022-01-20 + +* Bump Redis base image to 6.2.6, because version 5 is going soon out of maintenance + [0.5.7] - 2021-12-30 * Build a new DBAAS Docker image to have the latest version (0.9.3) of the sdlcli -tool -- 2.16.6