@@ -7,6 +7,7 @@ Adding a new version? You'll need three changes:
7
7
* Add the diff link, like "[2.7.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v1.2.2...v1.2.3".
8
8
This is all the way at the bottom. It's the thing we always forget.
9
9
--->
10
+ - [ 3.2.4] ( #324 )
10
11
- [ 3.2.3] ( #323 )
11
12
- [ 3.2.2] ( #322 )
12
13
- [ 3.2.1] ( #321 )
@@ -94,10 +95,23 @@ Adding a new version? You'll need three changes:
94
95
- [ 0.0.5] ( #005 )
95
96
- [ 0.0.4 and prior] ( #004-and-prior )
96
97
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 )
98
109
99
110
### Fixed
100
111
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 )
101
115
- Bump ` github.com/kong/go-database-reconciler ` to v1.14.3 to include a fix for
102
116
correctly comparing IPv6 addresses.
103
117
[ #6378 ] ( https://github.com/Kong/kubernetes-ingress-controller/pull/6378 )
@@ -3615,6 +3629,7 @@ Please read the changelog and test in your environment.
3615
3629
- The initial versions were rapildy iterated to deliver
3616
3630
a working ingress controller.
3617
3631
3632
+ [ 3.2.4 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.2.3...v3.2.4
3618
3633
[ 3.2.3 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.2.2...v3.2.3
3619
3634
[ 3.2.2 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.2.1...v3.2.2
3620
3635
[ 3.2.1 ] : https://github.com/kong/kubernetes-ingress-controller/compare/v3.2.0...v3.2.1
0 commit comments