From 5e9332a82539f840bf4cb70bcc776bc271b05aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Mon, 25 Nov 2024 13:39:28 +0100 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Jintao Zhang --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeb93099a4..f7e4574746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -990,7 +990,8 @@ Adding a new version? You'll need three changes: ### Fixed -- Bump go-kong to v0.56.0 to fix [#6703](https://github.com/Kong/kubernetes-ingress-controller/issues/6703) +- Bump go-kong to v0.56.0 to fix [#6703](https://github.com/Kong/kubernetes-ingress-controller/issues/6703) + This way, the OTEL plugin can work properly when the Gateway is upgraded from 3.6 to 3.7. Also upgraded the Go version to v1.22. [#6657](https://github.com/Kong/kubernetes-ingress-controller/pull/6657)