Skip to content

Commit 0e46d94

Browse files
authored
chore: 3.5.6 changelog (#7878)
1 parent ef234d5 commit 0e46d94

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.5.6](#356)
1011
- [3.5.5](#355)
1112
- [3.5.4](#354)
1213
- [3.5.3](#353)
@@ -113,6 +114,23 @@ Adding a new version? You'll need three changes:
113114
- [0.0.5](#005)
114115
- [0.0.4 and prior](#004-and-prior)
115116

117+
## [3.5.6]
118+
119+
> Release date: 2026-03-31
120+
121+
### Fixed
122+
123+
- Reverted the change from 3.4.12 which incorrectly changed the logic for creating
124+
SNI certificates in the translator so that certificate back references are not
125+
set in the generated configuration. This caused broken configurations for users
126+
running Kong 3.9 (for 3.10+ the SNI certificate backreference is optional).
127+
[#7873](https://github.com/Kong/kubernetes-ingress-controller/pull/7873)
128+
129+
### Changed
130+
131+
- Bump Go to 1.25.8
132+
[#7876](https://github.com/Kong/kubernetes-ingress-controller/pull/7876)
133+
116134
## [3.5.5]
117135

118136
> Release date: 2026-03-24
@@ -4215,6 +4233,7 @@ Please read the changelog and test in your environment.
42154233
- The initial versions were rapildy iterated to deliver
42164234
a working ingress controller.
42174235

4236+
[3.5.6]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.5.5...v3.5.6
42184237
[3.5.5]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.5.4...v3.5.5
42194238
[3.5.4]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.5.3...v3.5.4
42204239
[3.5.3]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.5.2...v3.5.3

0 commit comments

Comments
 (0)