From: rimverma Date: Mon, 29 May 2023 10:54:24 +0000 (+0530) Subject: Upgrade redis version to 6.2.12 X-Git-Tag: 0.6.3^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=5151f288ed49382ce16986dcd56e783499222cf6;p=ric-plt%2Fdbaas.git Upgrade redis version to 6.2.12 Change-Id: Ib2c0b6cfb62a2190558d4f2221a8a3960eb62268 Signed-off-by: rimverma --- diff --git a/container-tag.yaml b/container-tag.yaml index 2d99579..43fa869 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.6.2' +tag: '0.6.3' diff --git a/docker/Dockerfile.redis b/docker/Dockerfile.redis index c57d936..3a00452 100644 --- a/docker/Dockerfile.redis +++ b/docker/Dockerfile.redis @@ -78,7 +78,7 @@ RUN cd /go/src && \ cd sdlgo && \ go build -v -o /usr/local/bin/sdlcli cmd/sdlcli/main.go -FROM redis:6.2.7-alpine3.15 as build +FROM redis:6.2.12-alpine3.18 as build RUN apk --update add --upgrade --no-cache \ apk-tools \ diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 1773e15..196d321 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.3] - 2023-05-29 + +* Bump to Redis 6.2.12 to fix Local Denial of Service Vulnerability + [0.6.2] - 2022-07-14 * Bump to Redis 6.2.7 to fix security vulnerabilities reported in Redis base image 6.2.6