Skip to content

Commit 1ff11ab

Browse files
authored
Mark oauth2 extension as stable (#40193)
oauth2 extension is widely used and has been stable for some time. Risk Level: Low Testing: n/a Docs Changes: n/a Release Notes: Yes Platform Specific Features: n/a --------- Signed-off-by: Yan Avlasov <[email protected]>
1 parent dc10d4a commit 1ff11ab

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelogs/current.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ minor_behavior_changes:
101101
change: |
102102
Now the ``METADATA`` and ``CEL`` substitution formatters could access or log the metadata of
103103
virtual host in case the route is not matched but the virtual host is found.
104+
- area: oauth2
105+
change: |
106+
Extension status changed from ``alpha`` to ``stable``.
104107
105108
bug_fixes:
106109
# *Changes expected to improve the state of the world and are unlikely to have negative effects*

source/extensions/extensions_metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ envoy.filters.http.oauth2:
512512
categories:
513513
- envoy.filters.http
514514
security_posture: robust_to_untrusted_downstream
515-
status: alpha
515+
status: stable
516516
type_urls:
517517
- envoy.extensions.filters.http.oauth2.v3.OAuth2
518518
envoy.filters.http.on_demand:

0 commit comments

Comments
 (0)