You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge remote-tracking branch 'refs/remotes/origin/feat-code-cleanup-0' into feat-code-cleanup-0
* refs/remotes/origin/feat-code-cleanup-0:
fix(cloudflare): custom hostnames edge-cases causing duplicates (kubernetes-sigs#5183)
feat(banner): standardize user agent and output (kubernetes-sigs#5154)
feat: IDNA awareness in the zone finder (kubernetes-sigs#5147)
chore(deps): bump the dev-dependencies group across 1 directory with 20 updates
chore(deps): bump renovatebot/github-action
feat(chart): Update image to v0.16.1
fix: correct route53 iam
chore(deps): bump renovatebot/github-action
feat(ovh): major rewriting of the provider (kubernetes-sigs#5143)
Add Yandex Cloud Webhook
chore(openstack designate)!: remove in-tree provider
- Regenerate JSON schema with `helm-values-schema-json' plugin. ([#5075](https://github.com/kubernetes-sigs/external-dns/pull/5075)) _@ivankatliarchuk_
32
+
- Update _ExternalDNS_ OCI image version to [v0.16.1](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.16.1). ([#xxxx](https://github.com/kubernetes-sigs/external-dns/pull/xxxx)) _@stevehipwell_
30
33
31
34
## [v1.15.2] - 2025-02-14
32
35
@@ -238,6 +241,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Copy file name to clipboardexpand all lines: docs/flags.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@
49
49
|`--[no-]traefik-disable-legacy`| Disable listeners on Resources under the traefik.containo.us API Group |
50
50
|`--[no-]traefik-disable-new`| Disable listeners on Resources under the traefik.io API Group |
51
51
|`--nat64-networks=NAT64-NETWORKS`| Adding an A record for each AAAA record in NAT64-enabled networks; specify multiple times for multiple possible nets (optional) |
52
-
|`--provider=provider`| The DNS provider where the DNS records will be created (required, options: akamai, alibabacloud, aws, aws-sd, azure, azure-dns, azure-private-dns, civo, cloudflare, coredns, designate, digitalocean, dnsimple, exoscale, gandi, godaddy, google, ibmcloud, inmemory, linode, ns1, oci, ovh, pdns, pihole, plural, rfc2136, scaleway, skydns, tencentcloud, transip, ultradns, webhook) |
52
+
|`--provider=provider`| The DNS provider where the DNS records will be created (required, options: akamai, alibabacloud, aws, aws-sd, azure, azure-dns, azure-private-dns, civo, cloudflare, coredns, digitalocean, dnsimple, exoscale, gandi, godaddy, google, ibmcloud, inmemory, linode, ns1, oci, ovh, pdns, pihole, plural, rfc2136, scaleway, skydns, tencentcloud, transip, ultradns, webhook) |
53
53
|`--provider-cache-time=0s`| The time to cache the DNS provider record list requests. |
54
54
|`--domain-filter=`| Limit possible target zones by a domain suffix; specify multiple times for multiple domains (optional) |
|`--inmemory-zone=`| Provide a list of pre-configured zones for the inmemory provider; specify multiple times for multiple zones (optional) |
108
108
|`--ovh-endpoint="ovh-eu"`| When using the OVH provider, specify the endpoint (default: ovh-eu) |
109
109
|`--ovh-api-rate-limit=20`| When using the OVH provider, specify the API request rate limit, X operations by seconds (default: 20) |
110
+
|`--[no-]ovh-enable-cname-relative`| When using the OVH provider, specify if CNAME should be treated as relative on target without final dot (default: false) |
110
111
|`--pdns-server="http://localhost:8081"`| When using the PowerDNS/PDNS provider, specify the URL to the pdns server (required when --provider=pdns) |
111
112
|`--pdns-server-id="localhost"`| When using the PowerDNS/PDNS provider, specify the id of the server to retrieve. Should be `localhost` except when the server is behind a proxy (optional when --provider=pdns) (default: localhost) |
112
113
|`--pdns-api-key=""`| When using the PowerDNS/PDNS provider, specify the API key to use to authorize requests (required when --provider=pdns) |
0 commit comments