Added
- Added the option to explicitly enable or disable service account token automounting. (#3983) @gilles-gosuin
- Added the option to configure revisionHistoryLimit on the K8s Deployment resource. (#4008) @arnisoph
- Added support for webhook providers, as a sidecar. (#4032 @mloiseleur
- Added the option to configure ipFamilyPolicy and ipFamilies of external-dns Service. (#4153) @dongjiang1989
Changed
- Avoid unnecessary pod restart on each helm chart version. (#4103) @jkroepke
- Updated ExternalDNS OCI image version to v0.14.0. (#4073) @appkins
Deprecated
- The
secretConfiguration
value has been deprecated in favour of creating secrets external to the Helm chart and configuring their use via theextraVolumes
&extraVolumeMounts
values. (#4161) @stevehipwell