istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/merge-svc.yaml (about) 1 apiVersion: release-notes/v2 2 3 # This YAML file describes the format for specifying a release notes entry for Istio. 4 # This should be filled in for all user facing changes. 5 6 # kind describes the type of change that this represents. 7 # Valid Values are: 8 # - bug-fix -- Used to specify that this change represents a bug fix. 9 # - security-fix -- Used to specify that this change represents a security fix. 10 # - feature -- Used to specify a new feature that has been added. 11 # - test -- Used to describe additional testing added. This file is optional for 12 # tests, but included for completeness. 13 kind: feature 14 area: traffic-management 15 16 # releaseNotes is a markdown listing of any user facing changes. This will appear in the 17 # release notes. 18 releaseNotes: 19 - | 20 **Added** checking services' Resolution, LabelSelector in addition to ServiceRegistry and Namespace when merging services during SidecarScope construction.