Upgrade redis version to 6.2.12 46/11146/3 0.6.3
authorrimverma <rimjhim.verma@nokia.com>
Mon, 29 May 2023 10:54:24 +0000 (16:24 +0530)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 30 May 2023 07:31:49 +0000 (17:31 +1000)
Change-Id: Ib2c0b6cfb62a2190558d4f2221a8a3960eb62268
Signed-off-by: rimverma <rimjhim.verma@nokia.com>
container-tag.yaml
docker/Dockerfile.redis
docs/release-notes.rst

index 2d99579..43fa869 100644 (file)
@@ -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'
index c57d936..3a00452 100644 (file)
@@ -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 \
index 1773e15..196d321 100644 (file)
@@ -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