From 5df471011304f4537cfda0cfda7bf48fdaf22af9 Mon Sep 17 00:00:00 2001 From: jinyuan Date: Sat, 20 Feb 2021 11:15:22 +0800 Subject: [PATCH] Update openvswitch chart releasenotes to latest This change updates the releasenotes for the openvswitch chart to the latest version of the chart as of this patchset. Change-Id: Ia73de25f0691aff10c4716d77347f8333542d6da --- releasenotes/notes/openvswitch.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/releasenotes/notes/openvswitch.yaml b/releasenotes/notes/openvswitch.yaml index 212a79f3eb..aed8efc952 100644 --- a/releasenotes/notes/openvswitch.yaml +++ b/releasenotes/notes/openvswitch.yaml @@ -1,4 +1,7 @@ --- openvswitch: - 0.1.0 Initial Chart + - 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0" + - 0.1.2 Unpin images built with osh-images + - 0.1.3 Use HostToContainer mountPropagation ...