Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abernix authored Feb 14, 2024
1 parent 2f6e7e3 commit c4f24c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ fn process_response(response) {

By [@lrlna](https://github.com/lrlna) in https://github.com/apollographql/router/pull/4632

### Helm update to allow a list of gateways to `VirtualService` ([Issue #4464](https://github.com/apollographql/router/issues/4464))

Configuration of the router's Helm chart has been updated to allow multiple gateways. This enables configuration of multiple gateways in an Istio `VirtualService`.

The previous configuration for a single `virtualservice.gatewayName` has been deprecated in favor of a configuration for an array of `virtualservice.gatewayNames`.

By [@marcantoine-bibeau](https://github.com/marcantoine-bibeau) in https://github.com/apollographql/router/pull/4520

### Configure logging format automatically based on terminal ([Issue #4369](https://github.com/apollographql/router/issues/4369))

Expand Down

0 comments on commit c4f24c1

Please sign in to comment.