Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo committed Jul 18, 2023
1 parent bfa24d1 commit ce4964c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ Adding a new version? You'll need three changes:
Gateways using `/status/ready` as their health check ready after receiving the
initial configuration (even if it's empty).
[#4316](https://github.com/Kong/kubernetes-ingress-controller/pull/4316)
- Gateway Discovery feature was adapted to handle Gateways that are not ready yet
in terms of accepting data-plane traffic, but are ready to accept configuration
updates. The controller will now send configuration to such Gateways and will
actively monitor their readiness for accepting configuration updates.
[#4368](https://github.com/Kong/kubernetes-ingress-controller/pull/4368

### Changed

Expand All @@ -126,6 +131,10 @@ Adding a new version? You'll need three changes:
sending stage (we've observed around 35% reduced time in config marshalling
time but be aware that your mileage may vary).
[#4222](https://github.com/Kong/kubernetes-ingress-controller/pull/4222)
- Changed the Gateway's readiness probe in all-in-one manifests from `/status`
to `/status/ready`. Gateways will be considered ready only after an initial
configuration is applied by the controller.
[#4368](https://github.com/Kong/kubernetes-ingress-controller/pull/4368

[gojson]: https://github.com/goccy/go-json
[httproute-specification]: https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1beta1.HTTPRoute
Expand Down

0 comments on commit ce4964c

Please sign in to comment.