From dc12bf75d7f09bc1147eb18556c8401ad0dce5ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Burzy=C5=84ski?= Date: Thu, 2 Nov 2023 20:10:56 +0100 Subject: [PATCH] fix consumers cases --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e6e350ab30..39edefd6a1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -177,6 +177,7 @@ Nothing yet. signal validation failures, resulting in returning responses with `AdmissionResponse` filled instead of 500 status codes. It will make them work as expected in cases where the `ValidatingWebhookConfiguration` is configured with `failurePolicy: Ignore`. + [#5063](https://github.com/Kong/kubernetes-ingress-controller/pull/5063) ### Changed