Connectivity
Breaking Changes
Please check “Breaking Changes” paragraph of upstream changelog for details Overview:
- Upgraded CRDs to V1 from the previous deprecated v1beta1.
- Added support for controller metrics ot the Prometheus resources.
Updates
Changed
- Upgrade upstream external-dns from v0.8.0 to v0.9.0. The new release brings a lot of smaller improvements and bug fixes.
Changed
Note: This upgrade is only a breaking change in the unlikely event that you have been specifying services as
externalName
with your Ingress as a backend. Otherwise, it is not a breaking change.- Update controller container image to
v0.48.1
. (#211). This release contains several performance improvements related to the admission webhook. - Potentially Breaking: Define
--disable-svc-external-name
flag by default to disable forwarding traffic to ExternalName Services. If you require this feature, you can enable forwarding again through settingcontroller.disableExternalNameForwarding: false
in user values. (#211)
- Update controller container image to
Changed
- Upgrade upstream external-dns from v0.7.6 to v0.8.0.
- Allow to configure the minimum interval between two consecutive synchronizations triggered from kubernetes events through
externalDNS.minEventSyncInterval
.
- Make
targetCPUUtilizationPercentage
in HPA configurable.
- Make
Changed
- Update
coredns
to upstream version 1.8.3. - Increase maximum replica count to 50 when using horizontal pod autoscaling.
- Update
Changed
- Increase memory limit to 100Mi since we ran into out of memory problems. This will make the app more stable.