diff --git a/CHANGELOG.md b/CHANGELOG.md index e0208fe1e8..1b544ae313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -130,10 +130,10 @@ Adding a new version? You'll need three changes: expected to functionally affect routing, but may affect performance for some configurations. [#4934](https://github.com/Kong/kubernetes-ingress-controller/pull/4934) -- KongIngress is now entirely deprecated and will be removed in a future release. +- `KongIngress` is now entirely deprecated and will be removed in a future release. Its fields that were previously deprecated (`proxy` and `route`) are now not allowed to be set. They must be migrated to annotations. `upstream` field is deprecated - it's recommended - to migrate its settings to the new KongUpstreamPolicy resource. + to migrate its settings to the new `KongUpstreamPolicy` resource. [#5029](https://github.com/Kong/kubernetes-ingress-controller/pull/5029) ### Fixed