Added
- Add value
.sourceNamespaceto watch a namespace which is different from the one that external-dns is installed into when.namespacedis true. (#6297) @jplitza - Add option to enable Gateway API ListenerSet support. (#6381) @speer
- Add support for bool in extraArgs. (#6179) @farodin91
- Add value
.namespaceOverrideto render chart resources into a namespace different from the release namespace, for subchart installs that want their own namespace. (#6389) @alliasgher
Changed
Fixed
- Avoid creating cluster-scoped RBAC for Gateway API sources when running namespaced with
gatewayNamespaceset. Namespace listing permissions are now only added whengatewayNamespaceis unset. (#5843) @TobyTheHutt - Ensure container arguments are passed in as strings (#6264) @KhooHaoYit
- Ensure container arguments are passed in as strings when extraArgs is a map (#6284) @vflaux