File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Adding a new version? You'll need three changes:
88 This is all the way at the bottom. It's the thing we always forget.
99--->
1010
11+ - [ 3.5.2] ( #352 )
1112- [ 3.5.1] ( #351 )
1213- [ 3.5.0] ( #350 )
1314- [ 3.4.8] ( #348 )
@@ -116,6 +117,17 @@ Adding a new version? You'll need three changes:
116117
117118### Fixed
118119
120+ - Do not cleanup ` null ` s in the configuration of plugins with Kong running in
121+ DBLess mode in the translator of ingress-controller. This enables user to use
122+ explicit ` null ` s in plugins.
123+ [ #7751 ] ( https://github.com/Kong/kubernetes-ingress-controller/pull/7751 )
124+
125+ ## [ 3.5.2]
126+
127+ > Release date: 2025-09-23
128+
129+ ### Fixed
130+
119131- Add ` request-termination ` plugin to return ` 500 ` if there are no available
120132 ` backendRef ` only when the service is translated from ` HTTPRoute ` or
121133 ` GRPCRoute ` .
@@ -4195,6 +4207,7 @@ Please read the changelog and test in your environment.
41954207- The initial versions were rapildy iterated to deliver
41964208 a working ingress controller.
41974209
4210+ [ 3.5.2 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.5.1...v3.5.2
41984211[ 3.5.1 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.5.0...v3.5.1
41994212[ 3.5.0 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.4.7...v3.5.0
42004213[ 3.4.8 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.4.7...v3.4.8
You can’t perform that action at this time.
0 commit comments