Skip to content

Commit 21fca43

Browse files
authored
dynamic_modules: promote HTTP filter dynamic modules to GA (#44420)
## Description We are now promoting `envoy.filters.http.dynamic_modules` from alpha to stable (GA). The HTTP filter has had substantial production burn time and a stable ABI. Security posture updated from `unknown` to `requires_trusted_downstream_and_upstream`, consistent with all other dynamic modules extensions. All other dynamic modules extensions remain `alpha` for now. --- **Commit Message:** dynamic_modules: promote HTTP filter dynamic modules to GA **Additional Description:** Promoted `envoy.filters.http.dynamic_modules` from alpha to stable (GA). **Risk Level:** N/A **Testing:** N/A **Docs Changes:** Added **Release Notes:** Added Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>
1 parent f43ec18 commit 21fca43

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

changelogs/current.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,6 @@ new_features:
969969
- area: ratelimit
970970
change: |
971971
Support populating rate limit descriptors from cluster metadata.
972-
973972
- area: contrib
974973
change: |
975974
Added a new :ref:`Kafka stats sink <config_stat_sinks_kafka>` contrib extension
@@ -981,7 +980,6 @@ new_features:
981980
tag-as-label emission, and full librdkafka producer tuning (including TLS and SASL
982981
authentication) are supported via
983982
:ref:`KafkaStatsSinkConfig <envoy_v3_api_msg_extensions.stat_sinks.kafka.v3.KafkaStatsSinkConfig>`.
984-
985983
- area: tls
986984
change: |
987985
Added support for building Envoy with OpenSSL as an alternative to the default BoringSSL.
@@ -990,5 +988,9 @@ new_features:
990988
``--config=openssl``. HTTP/3 (QUIC) is disabled for OpenSSL builds. Note that OpenSSL builds are
991989
not currently covered by the `Envoy security policy <https://github.com/envoyproxy/envoy/blob/main/SECURITY.md>`_.
992990
See :repo:`bazel/SSL.md <bazel/SSL.md>` for details.
991+
- area: dynamic_modules
992+
change: |
993+
Promoted the dynamic modules HTTP filter (``envoy.filters.http.dynamic_modules``) from alpha
994+
to stable.
993995
994996
deprecated:

source/extensions/extensions_metadata.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2324,9 +2324,9 @@ envoy.filters.http.dynamic_modules:
23242324
categories:
23252325
- envoy.filters.http
23262326
- envoy.filters.http.upstream
2327-
security_posture: unknown
2328-
status: alpha
2329-
status_upstream: alpha
2327+
security_posture: requires_trusted_downstream_and_upstream
2328+
status: stable
2329+
status_upstream: stable
23302330
type_urls:
23312331
- envoy.extensions.filters.http.dynamic_modules.v3.DynamicModuleFilter
23322332
envoy.tls.certificate_selectors.on_demand_secret:

0 commit comments

Comments
 (0)