@@ -8,11 +8,15 @@ 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.6] ( #356 )
12+ - [ 3.5.5] ( #355 )
1113- [ 3.5.4] ( #354 )
1214- [ 3.5.3] ( #353 )
1315- [ 3.5.2] ( #352 )
1416- [ 3.5.1] ( #351 )
1517- [ 3.5.0] ( #350 )
18+ - [ 3.4.13] ( #3413 )
19+ - [ 3.4.12] ( #3412 )
1620- [ 3.4.11] ( #3411 )
1721- [ 3.4.10] ( #3410 )
1822- [ 3.4.9] ( #349 )
@@ -118,16 +122,32 @@ Adding a new version? You'll need three changes:
118122- [ 0.0.5] ( #005 )
119123- [ 0.0.4 and prior] ( #004-and-prior )
120124
121- ## Unreleased
125+ ## [ 3.5.6 ]
122126
123- > Release date: TBA
127+ > Release date: 2026-03-31
128+
129+ ### Fixed
130+
131+ - Reverted the change from 3.4.12 which incorrectly changed the logic for creating
132+ SNI certificates in the translator so that certificate back references are not
133+ set in the generated configuration. This caused broken configurations for users
134+ running Kong 3.9 (for 3.10+ the SNI certificate backreference is optional).
135+ [ #7873 ] ( https://github.com/Kong/kubernetes-ingress-controller/pull/7873 )
136+
137+ ### Changed
138+
139+ - Bump Go to 1.25.8
140+ [ #7876 ] ( https://github.com/Kong/kubernetes-ingress-controller/pull/7876 )
141+
142+ ## [ 3.5.5]
143+
144+ > Release date: 2026-03-24
124145
125146### Fixed
126147
127148- Set ` protocols ` field to ` [http,https] ` in translated routes in expression
128149 router mode.
129150 [ #7860 ] ( https://github.com/Kong/kubernetes-ingress-controller/pull/7860 )
130-
131151- Fixed an issue with SNI generation in dbless mode.
132152 [ #7853 ] ( https://github.com/Kong/kubernetes-ingress-controller/pull/7853 )
133153
@@ -245,6 +265,35 @@ Adding a new version? You'll need three changes:
245265 source is different than cookie).
246266 [ #7582 ] ( https://github.com/Kong/kubernetes-ingress-controller/pull/7582 )
247267
268+ ## [ 3.4.13]
269+
270+ > Release date: 2026-03-31
271+
272+ ### Fixed
273+
274+ - Reverted the change from 3.4.12 which incorrectly changed the logic for creating
275+ SNI certificates in the translator so that certificate back references are not
276+ set in the generated configuration. This caused broken configurations for users
277+ running Kong 3.9 (for 3.10+ the SNI certificate backreference is optional).
278+ [ #7875 ] ( https://github.com/Kong/kubernetes-ingress-controller/pull/7875 )
279+
280+ ### Changed
281+
282+ - Bump Go to 1.25.8
283+ [ #7874 ] ( https://github.com/Kong/kubernetes-ingress-controller/pull/7874 )
284+
285+ ## [ 3.4.12]
286+
287+ > Release date: 2026-03-24
288+
289+ ### Fixed
290+
291+ - Set ` protocols ` field to ` [http,https] ` in translated routes in expression
292+ router mode.
293+ [ #7860 ] ( https://github.com/Kong/kubernetes-ingress-controller/pull/7860 )
294+ - Fixed an issue with SNI generation in dbless mode.
295+ [ #7853 ] ( https://github.com/Kong/kubernetes-ingress-controller/pull/7853 )
296+
248297## [ 3.4.11]
249298
250299> Release date: 2025-02-17
@@ -4288,7 +4337,7 @@ Please read the changelog and test in your environment.
42884337
42894338> Release date: 2018/06/02
42904339
4291- #### Added
4340+ ### Added
42924341
42934342- Add support for Kong Enterprise Edition 0.32 and above
42944343
@@ -4297,11 +4346,15 @@ Please read the changelog and test in your environment.
42974346- The initial versions were rapildy iterated to deliver
42984347 a working ingress controller.
42994348
4349+ [ 3.5.6 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.5.5...v3.5.6
4350+ [ 3.5.5 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.5.4...v3.5.5
43004351[ 3.5.4 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.5.3...v3.5.4
43014352[ 3.5.3 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.5.2...v3.5.3
43024353[ 3.5.2 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.5.1...v3.5.2
43034354[ 3.5.1 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.5.0...v3.5.1
43044355[ 3.5.0 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.4.7...v3.5.0
4356+ [ 3.4.13 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.4.12...v3.4.13
4357+ [ 3.4.12 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.4.11...v3.4.12
43054358[ 3.4.11 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.4.10...v3.4.11
43064359[ 3.4.10 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.4.9...v3.4.10
43074360[ 3.4.9 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.4.8...v3.4.9
0 commit comments