What would you like to be added:
TLSRoute v1 support / Gateway API v1.5.0
Why is this needed:
external-dns currently relies on v1alpha2 TLSRoute so it needs to use an older experimental branch of Gateway API.
Gateway API v1.5.0 was just made available and TLSRoute was promoted to Standard Channel: https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.5.0
external-dns currently fails when listening for TLSRoutes on Gateway API v1.5.0 because it expect the v1alpha2 version:
time="2026-03-02T14:51:33Z" level=fatal msg="failed to sync *v1alpha2.TLSRoute: context deadline exceeded with timeout 1m0s"
What would you like to be added:
TLSRoute v1 support / Gateway API v1.5.0
Why is this needed:
external-dns currently relies on v1alpha2 TLSRoute so it needs to use an older experimental branch of Gateway API.
Gateway API v1.5.0 was just made available and TLSRoute was promoted to Standard Channel: https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.5.0
external-dns currently fails when listening for TLSRoutes on Gateway API v1.5.0 because it expect the v1alpha2 version: