From 5dd6765361fda38620ddff360614165959ffc932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Thu, 9 May 2024 16:26:47 +0200 Subject: [PATCH] chore: add changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 894f1c2bc..995ea9e64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,8 @@ - `Gateway` do not have their `Ready` status condition set anymore. This aligns with Gateway API and its conformance test suite. [#246](https://github.com/Kong/gateway-operator/pull/246) +- `Gateway`s' listeners now have their `attachedRoutes` count filled in in status. + [#251](https://github.com/Kong/gateway-operator/pull/251) ### Fixes