From 85ad214490ab92ada5d6686c10aadd41391c9856 Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Tue, 16 Feb 2021 16:24:45 -0600 Subject: [PATCH] Update etcd chart release notes to latest This change updates the release notes for each update to the etcd chart as of this patchset. Change-Id: I05d572985026704648e132bf58ea66b8a3f9c65b --- releasenotes/notes/etcd.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/releasenotes/notes/etcd.yaml b/releasenotes/notes/etcd.yaml index 2f15c93de..b8ad3619d 100644 --- a/releasenotes/notes/etcd.yaml +++ b/releasenotes/notes/etcd.yaml @@ -1,4 +1,6 @@ --- etcd: - 0.1.0 Initial Chart + - 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0" + - 0.1.2 Update to container image repo k8s.gcr.io ...