From daf644aeaf67a4b8f39d96b67850ff14a42c6f2a Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Wed, 15 Dec 2021 10:56:12 +0000 Subject: [PATCH] feat(chart): update chart to use v0.10.2 Signed-off-by: Steve Hipwell --- charts/external-dns/Chart.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/charts/external-dns/Chart.yaml b/charts/external-dns/Chart.yaml index eda102a0f..a20666e1a 100644 --- a/charts/external-dns/Chart.yaml +++ b/charts/external-dns/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: external-dns description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers. type: application -version: 1.6.0 -appVersion: 0.10.1 +version: 1.7.0 +appVersion: 0.10.2 keywords: - kubernetes - external-dns @@ -17,5 +17,9 @@ maintainers: email: steve.hipwell@gmail.com annotations: artifacthub.io/changes: | + - kind: added + description: "Allow custom ClusterRole rules to be specified for sources without defaults." - kind: changed - description: "Allow specifying Service annotations." + description: "Update ExternalDNS version to v0.10.2." + - kind: changed + description: "Set ClusterRole rules based more enabled sources."