Skip to content

Commit 38dbe0d

Browse files
authored
chore: add changelog entries for 3.5.4 and 3.4.11 (#7847)
1 parent 99b95e8 commit 38dbe0d

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ 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.4](#354)
1112
- [3.5.3](#353)
1213
- [3.5.2](#352)
1314
- [3.5.1](#351)
1415
- [3.5.0](#350)
16+
- [3.4.11](#3411)
1517
- [3.4.10](#3410)
1618
- [3.4.9](#349)
1719
- [3.4.8](#348)
@@ -116,7 +118,9 @@ Adding a new version? You'll need three changes:
116118
- [0.0.5](#005)
117119
- [0.0.4 and prior](#004-and-prior)
118120

119-
## Unreleased
121+
## [3.5.4]
122+
123+
> Release date: 2026-02-17
120124
121125
### Fixed
122126

@@ -228,6 +232,19 @@ Adding a new version? You'll need three changes:
228232
source is different than cookie).
229233
[#7582](https://github.com/Kong/kubernetes-ingress-controller/pull/7582)
230234

235+
## [3.4.11]
236+
237+
> Release date: 2025-02-17
238+
239+
### Fixed
240+
241+
- Separate Konnect config sync concurrency from gateway Admin API concurrency via
242+
`--konnect-config-sync-concurrency` to reduce Konnect 429 rate-limit errors.
243+
[#7834](https://github.com/Kong/kubernetes-ingress-controller/pull/7834)
244+
- Add headers to mark the synchronization loop run in requests sent to Konnect in
245+
configuration synchronization for better tracing.
246+
[#7838](https://github.com/Kong/kubernetes-ingress-controller/pull/7838)
247+
231248
## [3.4.10]
232249

233250
> Release date: 2025-11-21
@@ -4267,10 +4284,12 @@ Please read the changelog and test in your environment.
42674284
- The initial versions were rapildy iterated to deliver
42684285
a working ingress controller.
42694286

4287+
[3.5.4]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.5.3...v3.5.4
42704288
[3.5.3]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.5.2...v3.5.3
42714289
[3.5.2]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.5.1...v3.5.2
42724290
[3.5.1]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.5.0...v3.5.1
42734291
[3.5.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.4.7...v3.5.0
4292+
[3.4.11]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.4.10...v3.4.11
42744293
[3.4.10]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.4.9...v3.4.10
42754294
[3.4.9]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.4.8...v3.4.9
42764295
[3.4.8]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.4.7...v3.4.8

0 commit comments

Comments
 (0)