istio.io/istio@v0.0.0-20240520182934-d79c90f27776/releasenotes/notes/enable-enhanced-scope.yaml (about) 1 apiVersion: release-notes/v2 2 kind: feature 3 area: security 4 releaseNotes: 5 - | 6 **Updated** default value of the feature flag `ENABLE_AUTO_ENHANCED_RESOURCE_SCOPING` to true. 7 upgradeNotes: 8 - title: Default value of the feature flag `ENHANCED_RESOURCE_SCOPING` to true 9 content: | 10 `ENHANCED_RESOURCE_SCOPING` is enabled by default. This means that the pilot will processes only the Istio CustomResource configurations that are in 11 scope of what is specified from meshConfig.discoverySelectors. Root-ca certificate distribution is also affected. 12 13 If this is not desired, use the new `compatibilityVersion` feature to fallback to old behavior. 14