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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Add value .sourceNamespace to watch a namespace which is different from the one that external-dns is installed into when .namespaced is true. (#6297) @jplitza
Add option to enable Gateway API ListenerSet support. (#6381) @speer
Add value .namespaceOverride to render chart resources into a namespace different from the release namespace, for subchart installs that want their own namespace. (#6389) @alliasgher
Avoid creating cluster-scoped RBAC for Gateway API sources when running namespaced with gatewayNamespace set. Namespace listing permissions are now only added when gatewayNamespace is 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