From 63506d9e5f7ff3ad4bdd6dc6454f6bde388a76a6 Mon Sep 17 00:00:00 2001 From: Yi Tao Date: Thu, 17 Aug 2023 17:22:54 +0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a620f7d7f4..fd30975fa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,6 +74,14 @@ Adding a new version? You'll need three changes: ## Unreleased + +### Changes + +- Generate a wildcard routes to match all `HTTP` or `GRPC` requests for rules + in `HTTPRoute` or `GRPCRoute` if there are no matches in the rule and no + hostnames in their parent objects. + [#4526](https://github.com/Kong/kubernetes-ingress-controller/pull/4528) + ### Fixed - Display Service ports on generated Kong services, instead of a static default