Connectivity
Changed
- update CoreDNS icon to light version
Changed
- Update
install.listenersets value to standard (renamed from xlistenersets) - Update
install.tlsroutes value to standard
- Upgrade Gateway API Inference Extension CRDs to v1.4.0
- Upgrade Gateway API CRDs to v1.5.1
- Add
install.admissionPolicies value (default true) to control installation of ValidatingAdmissionPolicyBinding resources
Changed
- Update
coredns image to 1.14.3.
Fixed
- Fix VPA updateMode to allow
off, which is considered a boolean in yaml.
Changed
- Update VPA
updatePolicy.updateMode from deprecated Auto to Recreate. - Upgrade external-dns to v0.21.0.
- Sync to upstream helm chart 1.21.1.
- Add
namespaceOverride value to support deploying external-dns into a different namespace than the Helm release (useful for subchart usage). - Add
enableGatewayListenerSets value to opt into Gateway API ListenerSet resource support. - Add
sourceNamespace value (used with namespaced=true) to watch resources in a namespace different from the deployment namespace. - Avoid creating cluster-scoped namespace RBAC when
gatewayNamespace is set, reducing required permissions. - Fix
extraArgs map handling: boolean values now render as --flag / --no-flag and string values are properly quoted.
- Use external-dns.namespace in VPA and NetworkPolicy resources.
Added
- Add
configmap.log.enabled helm value to toggle CoreDNS query logging (default: false).
Added
- Make
AAAA NOERROR configurable for IPv6.