From 6cf727909c2fd85e4d94556fef0eb272d113be25 Mon Sep 17 00:00:00 2001 From: Travis Raines <571832+rainest@users.noreply.github.com> Date: Tue, 11 Jun 2024 19:21:23 -0700 Subject: [PATCH] chore(docs) add 3.1.6 changelog (#6187) --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd723b3eb7..f833b14874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Adding a new version? You'll need three changes: This is all the way at the bottom. It's the thing we always forget. ---> + - [3.1.6](#316) - [3.1.5](#315) - [3.1.4](#314) - [3.1.3](#313) @@ -264,6 +265,21 @@ Adding a new version? You'll need three changes: [Updates to CRDs]: https://github.com/Kong/charts/blob/main/charts/kong/UPGRADE.md#updates-to-crds +## [3.1.6] + +> Release date: 2024-06-11 + +### Fixed + +- Konnect instances report correct plugin configuration to Konnect. + [#6138](https://github.com/Kong/kubernetes-ingress-controller/pull/6138) +- Plugins attached to both a KongConsumerGroup and a route-like resource or + Service now properly generate a plugin attached to both a Kong consumer group + and route or service. Previously, these incorrectly generated plugins + attached to the route or service only. + [#6132](https://github.com/Kong/kubernetes-ingress-controller/pull/6132) + + ## [3.1.5] > Release date: 2024-05-17 @@ -3528,6 +3544,7 @@ Please read the changelog and test in your environment. - The initial versions were rapildy iterated to deliver a working ingress controller. +[3.1.6]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.1.5...v3.1.6 [3.1.5]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.1.4...v3.1.5 [3.1.4]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.1.3...v3.1.4 [3.1.3]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.1.2...v3.1.3