-
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 #4735 from stevehipwell/chart-v0.15.0
feat(chart): Updated image to v0.15.0
- Loading branch information
Showing
3 changed files
with
23 additions
and
18 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
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.14.5 | ||
appVersion: 0.14.2 | ||
version: 1.15.0 | ||
appVersion: 0.15.0 | ||
keywords: | ||
- kubernetes | ||
- externaldns | ||
|
@@ -20,15 +20,13 @@ maintainers: | |
email: [email protected] | ||
annotations: | ||
artifacthub.io/changes: | | ||
- kind: added | ||
description: "Added support for `extraContainers` argument." | ||
- kind: added | ||
description: "Added support for setting `excludeDomains` argument." | ||
- kind: changed | ||
description: "Updated _ExternalDNS_ OCI image version to [v0.14.2](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.14.2)." | ||
- kind: changed | ||
description: "Updated `DNSEndpoint` CRD." | ||
- kind: changed | ||
description: "Changed the implementation for `revisionHistoryLimit` to be more generic." | ||
description: "Updated _ExternalDNS_ OCI image version to [v0.15.0](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.15.0)." | ||
- kind: fixed | ||
description: "Fixed `provider.webhook.resources` behavior to correctly leverage resource limits." | ||
- kind: fixed | ||
description: "Fixed `provider.webhook.imagePullPolicy` behavior to correctly leverage pull policy." | ||
- kind: fixed | ||
description: "Fixed to add correct webhook metric port to `Service` and `ServiceMonitor`." | ||
- kind: fixed | ||
description: "Fixed the `ServiceMonitor` job name to correctly use the instance label." | ||
description: "Fixed to no longer require the unauthenticated webhook provider port to be exposed for health probes." |
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