From e8a6b81d12e68847b2cca967668c33839f8b8492 Mon Sep 17 00:00:00 2001 From: jinyuan Date: Sat, 20 Feb 2021 14:16:39 +0800 Subject: [PATCH] Update redis chart releasenotes to latest This change updates the releasenotes for the redis chart to the latest version of the chart as of this patchset. Change-Id: I50558cf83001c5de311ade96f9e6253cd8b66ebf --- releasenotes/notes/redis.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/releasenotes/notes/redis.yaml b/releasenotes/notes/redis.yaml index a24bcf6ef9..2094dea0a3 100644 --- a/releasenotes/notes/redis.yaml +++ b/releasenotes/notes/redis.yaml @@ -1,4 +1,5 @@ --- redis: - 0.1.0 Initial Chart + - 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0" ...