Skip to content

Commit 7ea4e09

Browse files
committed
Add release note
Signed-off-by: Jackie Elliott <jaellio@microsoft.com>
1 parent 9113803 commit 7ea4e09

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

mesh/v1alpha1/config.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mesh/v1alpha1/config.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ message MeshConfig {
448448
// Scope configuration to be applied to matching services.
449449
//
450450
// For example, the following configures the scope of all services with the "istio.io/global" label
451-
// to be global:
451+
// to be available globally:
452452
//
453453
// ```yaml
454454
// serviceSettings:

mesh/v1alpha1/istio.mesh.v1alpha1.pb.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apiVersion: release-notes/v2
2+
kind: feature
3+
area: traffic-management
4+
issue:
5+
- https://github.com/istio/istio/issues/54245
6+
7+
releaseNotes:
8+
- |
9+
**Added** API to configure service scopes in the MeshConfig.

0 commit comments

Comments
 (0)