From c4f24c16797d6ae7b9a2a05586ba4bdfd512b3d7 Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Wed, 14 Feb 2024 16:42:11 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc4e942f07..a79f2bd29f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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))