From be4f1cfd31c79fc05651efa2f88429b3c03d1d9e Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Thu, 18 Apr 2024 13:30:24 +0000 Subject: [PATCH] repo: Release v1.27.5 **Summary of changes**: * Fix for potential TLS/SNI (`auto_sni`) crash [CVE pending](https://github.com/envoyproxy/envoy/security/advisories/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**: https://github.com/envoyproxy/envoy/compare/v1.27.4...v1.27.5 Signed-off-by: Ryan Northey --- VERSION.txt | 2 +- changelogs/current.yaml | 17 +---------------- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 3057fc1429d6..bd9c63786b1f 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.27.5-dev +1.27.5 diff --git a/changelogs/current.yaml b/changelogs/current.yaml index 8cdc4928cd36..ec9a51b0eb0a 100644 --- a/changelogs/current.yaml +++ b/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 ` if the downstream request ``:authority`` was longer than 255 characters. - - -removed_config_or_runtime: -# *Normally occurs at the end of the* :ref:`deprecation period ` - -new_features: - -deprecated: