There was an error while loading. Please reload this page.
1 parent a30f5cc commit 46fa936Copy full SHA for 46fa936
1 file changed
CHANGELOG.md
@@ -0,0 +1,17 @@
1
+### What's changed in v0.4.0
2
+
3
+* feat: add ExternalDNS Gateway API source alongside Istio (by @patrickleet)
4
5
+ Adds spec.externalDNS.gatewayApi.enabled (default false). When true,
6
+ ExternalDNS additionally watches Gateway API HTTPRoutes (and their parent
7
+ Gateways for host inheritance) so Knative-on-Gateway-API and any other
8
+ HTTPRoute-fronted services auto-publish per-host DNS records.
9
10
+ Existing spec.externalDNS.istio.enabled is unchanged. Both toggles are
11
+ independent and additive — useful during a migration period when both
12
+ VirtualServices and HTTPRoutes are in flight.
13
14
+ Implements [[tasks/dns-stack-gateway-api-source]]
15
16
17
+See full diff: [v0.3.0...v0.4.0](https://github.com/hops-ops/cloudflare-dns-stack/compare/v0.3.0...v0.4.0)
0 commit comments