From 0b59d70abbc819f6f7289bf13cb2dbc57989a569 Mon Sep 17 00:00:00 2001 From: czichy Date: Wed, 13 Dec 2023 12:30:06 +0200 Subject: [PATCH] Redis update and release I step 1 of 2 Change-Id: Ia9ed8cfbd9976a499cf1e978b8bfdd1d2f991cd4 Signed-off-by: czichy --- 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 43fa869..71de40e 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.3' +tag: '0.6.4' diff --git a/docker/Dockerfile.redis b/docker/Dockerfile.redis index 3a00452..b3f921a 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.12-alpine3.18 as build +FROM redis:6.2.14-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 196d321..8ac00d0 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.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 -- 2.16.6