From 5151f288ed49382ce16986dcd56e783499222cf6 Mon Sep 17 00:00:00 2001 From: rimverma Date: Mon, 29 May 2023 16:24:24 +0530 Subject: [PATCH] Upgrade redis version to 6.2.12 Change-Id: Ib2c0b6cfb62a2190558d4f2221a8a3960eb62268 Signed-off-by: rimverma --- 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 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 -- 2.16.6