Skip to content

Commit

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

- Fix [CVE-2024-23324](GHSA-gq3v-vvhj-96j6)
- Fix [CVE-2024-23325](GHSA-5m7c-mrwr-pm26)
- Fix [CVE-2024-23322](GHSA-6p83-mfmh-qv38)
- Fix [CVE-2024-23323](GHSA-x278-4w4x-r7ch)
- Fix [CVE-2024-23327](GHSA-4h5x-x9vh-m29j)

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

Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Feb 9, 2024
1 parent a6d0728 commit a0e5804
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.26.7-dev
1.26.7
16 changes: 1 addition & 15 deletions changelogs/current.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
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: February 9, 2024

bug_fixes:
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
- area: buffer
change: |
Fixed a bug (https://github.com/envoyproxy/envoy/issues/28760) that the internal listener causes an undefined
Expand All @@ -33,10 +26,3 @@ bug_fixes:
- area: url matching
change: |
Fixed excessive CPU utilization when using regex URL template matcher.
removed_config_or_runtime:
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`

new_features:

deprecated:
Binary file modified docs/inventories/v1.26/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"1.23": 1.23.12
"1.24": 1.24.12
"1.25": 1.25.11
"1.26": 1.26.5
"1.26": 1.26.6

0 comments on commit a0e5804

Please sign in to comment.