Skip to content

Commit 4ed9df1

Browse files
authored
chore: adjust CHANGELOG for 3.4.14 and 3.5.7 releases (#7929)
1 parent ef09bd7 commit 4ed9df1

1 file changed

Lines changed: 32 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +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.7](#357)
1112
- [3.5.6](#356)
1213
- [3.5.5](#355)
1314
- [3.5.4](#354)
1415
- [3.5.3](#353)
1516
- [3.5.2](#352)
1617
- [3.5.1](#351)
1718
- [3.5.0](#350)
19+
- [3.4.14](#3414)
1820
- [3.4.13](#3413)
1921
- [3.4.12](#3412)
2022
- [3.4.11](#3411)
@@ -122,9 +124,9 @@ Adding a new version? You'll need three changes:
122124
- [0.0.5](#005)
123125
- [0.0.4 and prior](#004-and-prior)
124126

125-
## Unreleased
127+
## [3.5.7]
126128

127-
> Release date: TBD
129+
> Release date: 2026-05-11
128130
129131
### Fixed
130132

@@ -139,7 +141,7 @@ Adding a new version? You'll need three changes:
139141
[#7901](https://github.com/Kong/kubernetes-ingress-controller/pull/7901)
140142
- 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.
141143
[#7913](https://github.com/Kong/kubernetes-ingress-controller/pull/7913)
142-
- implement `ReferenceGrant` checks for cross-namespace certificate references (managed and unmanaged gateways)
144+
- Implement `ReferenceGrant` checks for cross-namespace certificate references (managed and unmanaged gateways).
143145
[#7920](https://github.com/Kong/kubernetes-ingress-controller/pull/7920)
144146

145147
### Changed
@@ -290,6 +292,31 @@ Adding a new version? You'll need three changes:
290292
source is different than cookie).
291293
[#7582](https://github.com/Kong/kubernetes-ingress-controller/pull/7582)
292294

295+
## [3.4.14]
296+
297+
> Release date: 2026-05-11
298+
299+
### Fixed
300+
301+
- **Changed (potentially breaking):** As part of our secure-by-default initiative, everything out of the box relies on
302+
defaults from Kong Gateway. It may break existing configurations that relied on previous implicit protocol behavior
303+
(access via http will result `426` status code.), when version of Kong Gateway will change.
304+
- For `HTTPRoute`, protocol now matches the attached Gateway listener protocol (and when `parentRef.sectionName` is set, it must match that specific listener). When `parentRef.sectionName` is not specified it binds to all `Gateway`s listeners.
305+
- For `Ingress`, default protocol relies on Kong Gateway, can be set explicitly via `konghq.com/protocols: "http"` (or `https`)
306+
annotation on particular `Ingress`.
307+
- Sanitize the plugin configuration when `--dump-sensitive-config` isn't set.
308+
[#7912](https://github.com/Kong/kubernetes-ingress-controller/pull/7912)
309+
[#7901](https://github.com/Kong/kubernetes-ingress-controller/pull/7901)
310+
- 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.
311+
[#7913](https://github.com/Kong/kubernetes-ingress-controller/pull/7913)
312+
- Implement `ReferenceGrant` checks for cross-namespace certificate references (managed and unmanaged gateways).
313+
[#7920](https://github.com/Kong/kubernetes-ingress-controller/pull/7920)
314+
315+
### Changed
316+
317+
- Bump Go to 1.25.10
318+
[#7924](https://github.com/Kong/kubernetes-ingress-controller/pull/7924)
319+
293320
## [3.4.13]
294321

295322
> Release date: 2026-03-31
@@ -4371,13 +4398,15 @@ Please read the changelog and test in your environment.
43714398
- The initial versions were rapildy iterated to deliver
43724399
a working ingress controller.
43734400

4401+
[3.5.7]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.5.6...v3.5.7
43744402
[3.5.6]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.5.5...v3.5.6
43754403
[3.5.5]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.5.4...v3.5.5
43764404
[3.5.4]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.5.3...v3.5.4
43774405
[3.5.3]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.5.2...v3.5.3
43784406
[3.5.2]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.5.1...v3.5.2
43794407
[3.5.1]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.5.0...v3.5.1
43804408
[3.5.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.4.7...v3.5.0
4409+
[3.4.14]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.4.13...v3.4.14
43814410
[3.4.13]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.4.12...v3.4.13
43824411
[3.4.12]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.4.11...v3.4.12
43834412
[3.4.11]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.4.10...v3.4.11

0 commit comments

Comments
 (0)