From 7ada8b3aa8e7c024947f83a95960b4a1265b6bef Mon Sep 17 00:00:00 2001
From: Gage Hugo <gagehugo@gmail.com>
Date: Thu, 18 Feb 2021 16:23:29 -0600
Subject: [PATCH] Update helm-toolkit chart releasenotes to latest

This change updates the releasenotes for the helm-toolkit chart
to the latest version of the chart as of this patchset.

Change-Id: Ia3e1252203bf7ab6421bee01172534008f624da0
---
 releasenotes/notes/helm-toolkit.yaml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/releasenotes/notes/helm-toolkit.yaml b/releasenotes/notes/helm-toolkit.yaml
index 4565f078e..ebc7cfa58 100644
--- a/releasenotes/notes/helm-toolkit.yaml
+++ b/releasenotes/notes/helm-toolkit.yaml
@@ -1,4 +1,14 @@
 ---
 helm-toolkit:
   - 0.1.0 Initial Chart
+  - 0.1.1 Add extra DNS names to Ingress
+  - 0.1.2 Make database backups work with openstack Train
+  - 0.1.3 Fix ks-user script case matching for domain
+  - 0.1.4 Update ingress tpl in helmtoolkit
+  - 0.1.5 Add capability to delete a backup archive
+  - 0.2.0 Update default Kubernetes API for use with Helm v3
+  - 0.2.1 Change Issuer to ClusterIssuer
+  - 0.2.2 Revert Change Issuer to ClusterIssuer
+  - 0.2.3 Allow openstack service list to retry in event of keystone connection issues
+  - 0.2.4 Added detailed FiXME for ks-service script bug and code changes
 ...