From 5b1ecbae943123bebb128dd78a82a60835ec29db Mon Sep 17 00:00:00 2001 From: jinyuan Date: Sat, 20 Feb 2021 15:58:32 +0800 Subject: [PATCH] Update tiller chart releasenotes to latest This change updates the releasenotes for the tiller chart to the latest version of the chart as of this patchset. Change-Id: I13649141643d628d3a7dcff969c9d35099f7492f --- releasenotes/notes/tiller.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/releasenotes/notes/tiller.yaml b/releasenotes/notes/tiller.yaml index 58a5974e9..55383c410 100644 --- a/releasenotes/notes/tiller.yaml +++ b/releasenotes/notes/tiller.yaml @@ -1,4 +1,5 @@ --- tiller: - 0.1.0 Initial Chart + - 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0" ...