@@ -7,6 +7,7 @@ Adding a new version? You'll need three changes:
77* Add the diff link, like "[2.7.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v1.2.2...v1.2.3".
88 This is all the way at the bottom. It's the thing we always forget.
99--->
10+ - [ 3.4.14] ( #3414 )
1011 - [ 3.4.13] ( #3413 )
1112 - [ 3.4.12] ( #3412 )
1213 - [ 3.4.11] ( #3411 )
@@ -113,9 +114,9 @@ Adding a new version? You'll need three changes:
113114 - [ 0.0.5] ( #005 )
114115 - [ 0.0.4 and prior] ( #004-and-prior )
115116
116- ## Unreleased
117+ ## [ 3.4.14 ]
117118
118- > Release date: TBD
119+ > Release date: 2026-05-11
119120
120121### Fixed
121122
@@ -130,7 +131,7 @@ Adding a new version? You'll need three changes:
130131 [ #7901 ] ( https://github.com/Kong/kubernetes-ingress-controller/pull/7901 )
131132- More robust validation for ` HTTPRoute ` , when an unsupported feature is used, and the route refers to existing and non-existing ` Gateway ` , it will be rejected.
132133 [ #7913 ] ( https://github.com/Kong/kubernetes-ingress-controller/pull/7913 )
133- - implement ` ReferenceGrant ` checks for cross-namespace certificate references (managed and unmanaged gateways)
134+ - Implement ` ReferenceGrant ` checks for cross-namespace certificate references (managed and unmanaged gateways).
134135 [ #7920 ] ( https://github.com/Kong/kubernetes-ingress-controller/pull/7920 )
135136
136137### Changed
@@ -4211,6 +4212,7 @@ Please read the changelog and test in your environment.
42114212 - The initial versions were rapildy iterated to deliver
42124213 a working ingress controller.
42134214
4215+ [ 3.4.14 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.4.13...v3.4.14
42144216[ 3.4.13 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.4.12...v3.4.13
42154217[ 3.4.12 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.4.11...v3.4.12
42164218[ 3.4.11 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.4.10...v3.4.11
0 commit comments