Connectivity
Added
- Option to specify Min Ready Seconds to kong deployment to mitigate kong dropping traffic during upgrades.
Fixed
- Fix lookup for CA secret for admission webhook.
Changed
- Breaking change Update controller container image to
v1.0.0. From this version on, only clusters with kubernetes >= 1.19 are supported. Please make sure to read the upgrading notes. (#218).
- Breaking change Update controller container image to
Added
- Add support for CAPZ clusters by detecting the Azure configuration file location.
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
externalNamewith 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-nameflag by default to disable forwarding traffic to ExternalName Services. If you require this feature, you can enable forwarding again through settingcontroller.disableExternalNameForwarding: falsein 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.