istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/38088.yaml (about) 1 apiVersion: release-notes/v2 2 kind: bug-fix 3 area: traffic-management 4 issue: 5 - 38082 6 releaseNotes: 7 - | 8 **Fixed** xDS may not be updated when there are multiple destinationRules for a service are merged. 9 In this case the merged rule does only record one name/namespace pair of all the destinationRules. 10 however this meta is used to record config dependencies of a sidecar. 11 12 In this fix, we inroduce a new struct `consolidatedDestRule` and record all the destinationrules' meta. 13 And then we will not miss any destinationRule dependency.