From d13c86250f01533b34bba5a18a9748ee9ec8e366 Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Thu, 18 Feb 2021 16:27:20 -0600 Subject: [PATCH] Update ingress chart releasenotes to latest This change updates the releasenotes for the ingress chart to the latest version of the chart as of this patchset. Change-Id: I9194dba2903185c32ec51000aa7b274e2a0b1eac --- releasenotes/notes/ingress.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/releasenotes/notes/ingress.yaml b/releasenotes/notes/ingress.yaml index 14c4f3c22..8e6b24f0e 100644 --- a/releasenotes/notes/ingress.yaml +++ b/releasenotes/notes/ingress.yaml @@ -1,4 +1,8 @@ --- ingress: - 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 + - 0.2.0 Update default Kubernetes API for use with Helm v3 + - 0.2.1 Use HostToContainer mountPropagation ...