docs: replace deprecated match_config with match in tap filter examples#43955
Merged
paul-r-gall merged 1 commit intoenvoyproxy:mainfrom Mar 16, 2026
Merged
Conversation
The tap filter documentation uses the deprecated match_config field (deprecated since v3.0) in all 7 YAML examples. Replace with the current match field. The structure is identical since both use the same MatchPredicate type. Risk Level: Low (docs only) Testing: N/A Docs Changes: Updated all tap filter examples from match_config to match Release Notes: N/A Fixes envoyproxy#20190 Signed-off-by: Kit <kit@kovan.dev> Signed-off-by: kovan <xaum.io@gmail.com>
|
Docs for this Pull Request will be rendered here: https://storage.googleapis.com/envoy-cncf-pr/43955/docs/index.html The docs are (re-)rendered each time the CI |
paul-r-gall
approved these changes
Mar 16, 2026
fishcakez
pushed a commit
to fishcakez/envoy
that referenced
this pull request
Mar 25, 2026
…es (envoyproxy#43955) ## Summary - Replace the deprecated `match_config` field with `match` in all 7 YAML examples in the tap filter documentation - `match_config` has been deprecated since v3.0 (see `api/envoy/config/tap/v3/common.proto`) - Both fields use the same `MatchPredicate` type so the YAML structure is unchanged Fixes envoyproxy#20190 Continues the work from envoyproxy#20194. Risk Level: Low (docs only) Testing: N/A Docs Changes: Updated all tap filter examples Release Notes: N/A Signed-off-by: Kit <kit@kovan.dev> 🤖 Generated with [Claude Code](https://claude.com/claude-code) Signed-off-by: Kit <kit@kovan.dev> Signed-off-by: kovan <xaum.io@gmail.com>
kpramesh2212
pushed a commit
to kpramesh2212/envoy
that referenced
this pull request
Apr 14, 2026
…es (envoyproxy#43955) ## Summary - Replace the deprecated `match_config` field with `match` in all 7 YAML examples in the tap filter documentation - `match_config` has been deprecated since v3.0 (see `api/envoy/config/tap/v3/common.proto`) - Both fields use the same `MatchPredicate` type so the YAML structure is unchanged Fixes envoyproxy#20190 Continues the work from envoyproxy#20194. Risk Level: Low (docs only) Testing: N/A Docs Changes: Updated all tap filter examples Release Notes: N/A Signed-off-by: Kit <kit@kovan.dev> 🤖 Generated with [Claude Code](https://claude.com/claude-code) Signed-off-by: Kit <kit@kovan.dev> Signed-off-by: kovan <xaum.io@gmail.com>
krinkinmu
pushed a commit
to grnmeira/envoy
that referenced
this pull request
Apr 20, 2026
…es (envoyproxy#43955) ## Summary - Replace the deprecated `match_config` field with `match` in all 7 YAML examples in the tap filter documentation - `match_config` has been deprecated since v3.0 (see `api/envoy/config/tap/v3/common.proto`) - Both fields use the same `MatchPredicate` type so the YAML structure is unchanged Fixes envoyproxy#20190 Continues the work from envoyproxy#20194. Risk Level: Low (docs only) Testing: N/A Docs Changes: Updated all tap filter examples Release Notes: N/A Signed-off-by: Kit <kit@kovan.dev> 🤖 Generated with [Claude Code](https://claude.com/claude-code) Signed-off-by: Kit <kit@kovan.dev> Signed-off-by: kovan <xaum.io@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
match_configfield withmatchin all 7 YAML examples in the tap filter documentationmatch_confighas been deprecated since v3.0 (seeapi/envoy/config/tap/v3/common.proto)MatchPredicatetype so the YAML structure is unchangedFixes #20190
Continues the work from #20194.
Risk Level: Low (docs only)
Testing: N/A
Docs Changes: Updated all tap filter examples
Release Notes: N/A
Signed-off-by: Kit kit@kovan.dev
🤖 Generated with Claude Code