Skip to content

Commit

Permalink
changelog: fix a small typo in rbac deprecation line (#37082)
Browse files Browse the repository at this point in the history
## Description

This PR fixes a very small typo in the change logs for RBAC `metadata`
deprecation line which is mistakenly spelled as `sourced_metadata`.

---

**Commit Message:** ****
**Additional Description:** Fixes a very small typo in the change logs
for RBAC `metadata` deprecation line which is mistakenly spelled as
`sourced_metadata`.
**Risk Level:** N/A
**Testing:** N/A
**Docs Changes:** N/A
**Release Notes:** N/A

Signed-off-by: Rohit Agrawal <[email protected]>
  • Loading branch information
agrawroh authored Nov 10, 2024
1 parent c6f41b6 commit 874f7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelogs/current.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,5 @@ new_features:
deprecated:
- area: rbac
change: |
metadata :ref:`sourced_metadata <envoy_v3_api_field_config.rbac.v3.Permission.metadata>` is now deprecated in the
metadata :ref:`metadata <envoy_v3_api_field_config.rbac.v3.Permission.metadata>` is now deprecated in the
favor of :ref:`sourced_metadata <envoy_v3_api_field_config.rbac.v3.Permission.sourced_metadata>`.

0 comments on commit 874f7f5

Please sign in to comment.