Redis update and release I step 1 of 2 58/12258/1 0.6.4
authorczichy <thoralf.czichy@nokia.com>
Wed, 13 Dec 2023 10:30:06 +0000 (12:30 +0200)
committerczichy <thoralf.czichy@nokia.com>
Wed, 13 Dec 2023 10:30:06 +0000 (12:30 +0200)
Change-Id: Ia9ed8cfbd9976a499cf1e978b8bfdd1d2f991cd4
Signed-off-by: czichy <thoralf.czichy@nokia.com>
container-tag.yaml
docker/Dockerfile.redis
docs/release-notes.rst

index 43fa869..71de40e 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.3'
+tag: '0.6.4'
index 3a00452..b3f921a 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.12-alpine3.18 as build
+FROM redis:6.2.14-alpine3.18 as build
 
 RUN apk --update add --upgrade --no-cache \
     apk-tools \
index 196d321..8ac00d0 100644 (file)
@@ -30,6 +30,10 @@ This document provides the release notes of the dbaas.
 Version history
 ---------------
 
+[0.6.4] - 2023-12-13
+
+* Bump to Redis 6.2.14 
+
 [0.6.3] - 2023-05-29
 
 * Bump to Redis 6.2.12 to fix Local Denial of Service Vulnerability