From e3cb8aa4d1e5cf8bc688516b5372f9e8674c5c2d Mon Sep 17 00:00:00 2001 From: jinyuanliu Date: Sat, 27 Feb 2021 09:43:37 +0800 Subject: [PATCH] Update horizon chart releasenotes to latest This change updates the releasenotes for the horizon chart to the latest version of the chart as of this patchset. Change-Id: I7b2df90340f33a5b3edac5a53d8031325f96244d --- releasenotes/notes/horizon.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/releasenotes/notes/horizon.yaml b/releasenotes/notes/horizon.yaml index 6467007180..184fecc5f6 100644 --- a/releasenotes/notes/horizon.yaml +++ b/releasenotes/notes/horizon.yaml @@ -1,4 +1,10 @@ --- horizon: - 0.1.0 Initial Chart + - 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0" + - 0.1.2 To avoid wrong version check for mysqlclient + - 0.1.3 Modify Password validator related settings in Horizon + - 0.1.4 Change Issuer to ClusterIssuer + - 0.1.5 Revert - Change Issuer to ClusterIssuer - 0.1.6 Change Issuer to ClusterIssuer +...