-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2476 from stevehipwell/update-chart-v0-10-2
feat(chart): Update chart to use v0.10.2
- Loading branch information
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected] | ||
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." |