Skip to content

Commit

Permalink
repo: Release v1.27.5
Browse files Browse the repository at this point in the history
**Summary of changes**:

* Fix for potential TLS/SNI (`auto_sni`) crash [CVE pending](GHSA-3mh5-6q8v-25wj).

**Docker images**:
    https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.27.5
**Docs**:
    https://www.envoyproxy.io/docs/envoy/v1.27.5/
**Release notes**:
    https://www.envoyproxy.io/docs/envoy/v1.27.5/version_history/v1.27/v1.27.5
**Full changelog**:
    v1.27.4...v1.27.5

Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Apr 18, 2024
1 parent 81fb519 commit be4f1cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
@@ -1 +1 @@
1.27.5-dev
1.27.5
17 changes: 1 addition & 16 deletions changelogs/current.yaml
@@ -1,22 +1,7 @@
date: Pending

behavior_changes:
# *Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required*

minor_behavior_changes:
# *Changes that may cause incompatibilities for some users, but should not for most*
date: April 18, 2024

bug_fixes:
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
- area: tls
change: |
Fix a RELEASE_ASSERT when using :ref:`auto_sni <envoy_v3_api_field_config.core.v3.UpstreamHttpProtocolOptions.auto_sni>`
if the downstream request ``:authority`` was longer than 255 characters.
removed_config_or_runtime:
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`

new_features:

deprecated:

0 comments on commit be4f1cf

Please sign in to comment.