Skip to content

docs: replace deprecated match_config with match in tap filter examples#43955

Merged
paul-r-gall merged 1 commit intoenvoyproxy:mainfrom
kovan:tap-filter-deprecated-match-config
Mar 16, 2026
Merged

docs: replace deprecated match_config with match in tap filter examples#43955
paul-r-gall merged 1 commit intoenvoyproxy:mainfrom
kovan:tap-filter-deprecated-match-config

Conversation

@kovan
Copy link
Copy Markdown
Contributor

@kovan kovan commented Mar 13, 2026

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 #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

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>
@repokitteh-read-only
Copy link
Copy Markdown

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 Envoy/Prechecks (docs) job completes.

🐱

Caused by: #43955 was opened by kovan.

see: more, trace.

@paul-r-gall paul-r-gall merged commit 9a7db4c into envoyproxy:main Mar 16, 2026
29 checks passed
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix Deprecated Tap Request Examples

2 participants