Skip to content

Commit 56f88ba

Browse files
authored
update changelog for release 3.2.4 (#6413)
* update changelog for release 3.2.4 * update release date in changelog * add changelog entry for concurrently check GWs
1 parent 649ced2 commit 56f88ba

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

+16-1
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.2.4](#324)
1011
- [3.2.3](#323)
1112
- [3.2.2](#322)
1213
- [3.2.1](#321)
@@ -94,10 +95,23 @@ Adding a new version? You'll need three changes:
9495
- [0.0.5](#005)
9596
- [0.0.4 and prior](#004-and-prior)
9697

97-
## Unreleased
98+
## [3.2.4]
99+
100+
> Release date: 2024-08-20
101+
102+
### Changed
103+
104+
- Check Kong Gateway readiness concurrently. This greatly reduces the time which
105+
is required to check all Gateway instances readiness, especially when there's many
106+
of them. Increased individual readiness check timeout from 1s to 5s.
107+
[#6347](https://github.com/Kong/kubernetes-ingress-controller/pull/6347)
108+
[#6357](https://github.com/Kong/kubernetes-ingress-controller/pull/6357)
98109

99110
### Fixed
100111

112+
- Do not update `Programmed` condition in status of resources to `Unknown` when
113+
there are existing `Programmed` condition.
114+
[#6395](https://github.com/Kong/kubernetes-ingress-controller/pull/6395)
101115
- Bump `github.com/kong/go-database-reconciler` to v1.14.3 to include a fix for
102116
correctly comparing IPv6 addresses.
103117
[#6378](https://github.com/Kong/kubernetes-ingress-controller/pull/6378)
@@ -3615,6 +3629,7 @@ Please read the changelog and test in your environment.
36153629
- The initial versions were rapildy iterated to deliver
36163630
a working ingress controller.
36173631

3632+
[3.2.4]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.2.3...v3.2.4
36183633
[3.2.3]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.2.2...v3.2.3
36193634
[3.2.2]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.2.1...v3.2.2
36203635
[3.2.1]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.2.0...v3.2.1

0 commit comments

Comments
 (0)