Skip to content

Commit

Permalink
update changelog for release 3.2.4 (#6413)
Browse files Browse the repository at this point in the history
* update changelog for release 3.2.4

* update release date in changelog

* add changelog entry for concurrently check GWs
  • Loading branch information
randmonkey authored Aug 20, 2024
1 parent 649ced2 commit 56f88ba
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Adding a new version? You'll need three changes:
* Add the diff link, like "[2.7.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v1.2.2...v1.2.3".
This is all the way at the bottom. It's the thing we always forget.
--->
- [3.2.4](#324)
- [3.2.3](#323)
- [3.2.2](#322)
- [3.2.1](#321)
Expand Down Expand Up @@ -94,10 +95,23 @@ Adding a new version? You'll need three changes:
- [0.0.5](#005)
- [0.0.4 and prior](#004-and-prior)

## Unreleased
## [3.2.4]

> Release date: 2024-08-20
### Changed

- Check Kong Gateway readiness concurrently. This greatly reduces the time which
is required to check all Gateway instances readiness, especially when there's many
of them. Increased individual readiness check timeout from 1s to 5s.
[#6347](https://github.com/Kong/kubernetes-ingress-controller/pull/6347)
[#6357](https://github.com/Kong/kubernetes-ingress-controller/pull/6357)

### Fixed

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

[3.2.4]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.2.3...v3.2.4
[3.2.3]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.2.2...v3.2.3
[3.2.2]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/kong/kubernetes-ingress-controller/compare/v3.2.0...v3.2.1
Expand Down

0 comments on commit 56f88ba

Please sign in to comment.