From 60cf2c2230b3ba4a4783ab40d2d637c227238bbe Mon Sep 17 00:00:00 2001 From: jinyuan Date: Sat, 20 Feb 2021 16:10:09 +0800 Subject: [PATCH] Update mongodb chart releasenotes to latest This change updates the releasenotes for the mongodb chart to the latest version of the chart as of this patchset. Change-Id: I54455ebf30a44c430ba3b665954c1092b8b3815f --- releasenotes/notes/mongodb.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/releasenotes/notes/mongodb.yaml b/releasenotes/notes/mongodb.yaml index 3462c68fe..7db1a7e85 100644 --- a/releasenotes/notes/mongodb.yaml +++ b/releasenotes/notes/mongodb.yaml @@ -1,4 +1,5 @@ --- mongodb: - 0.1.0 Initial Chart + - 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0" ...