Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kubernetes/customresourcedefinitions.gen.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networking/v1alpha3/envoy_filter.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion networking/v1alpha3/envoy_filter.proto
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ message EnvoyFilter {
// The service port to match on.
// If not specified, matches all ports.
//
// +kubebuilder:validation:XValidation:message="port must be between 1-65535",rule="0 < self && self <= 65535
// +kubebuilder:validation:XValidation:message="port must be between 1-65535",rule="0 < self && self <= 65535"
uint32 port_number = 1;

// Conditions specified in `RouteMatch` must be met for the patch
Expand Down
8 changes: 8 additions & 0 deletions releasenotes/notes/3688.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: release-notes/v2
kind: bug-fix
area: traffic-management
issue:
- https://github.com/istio/api/pull/3688
releaseNotes:
- |
**Fixed** EnvoyFilter port validation rule for `WaypointMatch` which had a truncated upper bound (`6553` instead of `65535`).