Skip to content

Commit

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

- [CVE-2024-39305](GHSA-fp35-g349-h66f) Fix a bug where additional cookie attributes are not sent properly to clients.

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

Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax authored and tedjpoole committed Jul 1, 2024
1 parent 2369e4d commit 146ba9f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 18 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.28.5-dev
1.28.5
7 changes: 7 additions & 0 deletions changelogs/1.27.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
date: June 28, 2024

bug_fixes:
- area: http
change: |
Fixed a bug where additional :ref:`cookie attributes <envoy_v3_api_msg_config.route.v3.RouteAction.HashPolicy.cookie>`
are not sent properly to clients.
16 changes: 1 addition & 15 deletions changelogs/current.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +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: June 30, 2024

bug_fixes:
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
- area: http
change: |
Fixed a bug where additional :ref:`cookie attributes <envoy_v3_api_msg_config.route.v3.RouteAction.HashPolicy.cookie>`
are not sent properly to clients.
removed_config_or_runtime:
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`

new_features:

deprecated:
Binary file modified docs/inventories/v1.27/objects.inv
Binary file not shown.
Binary file modified docs/inventories/v1.28/objects.inv
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"1.24": 1.24.12
"1.25": 1.25.11
"1.26": 1.26.8
"1.27": 1.27.6
"1.28": 1.28.3
"1.27": 1.27.7
"1.28": 1.28.4

0 comments on commit 146ba9f

Please sign in to comment.