Skip to content

Commit 1d7aa73

Browse files
committed
repo: Release v1.28.5
**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**: v1.28.4...v1.28.5 Signed-off-by: Ryan Northey <[email protected]>
1 parent 99b6e52 commit 1d7aa73

File tree

6 files changed

+11
-18
lines changed

6 files changed

+11
-18
lines changed

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.28.5-dev
1+
1.28.5

changelogs/1.27.7.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
date: June 28, 2024
2+
3+
bug_fixes:
4+
- area: http
5+
change: |
6+
Fixed a bug where additional :ref:`cookie attributes <envoy_v3_api_msg_config.route.v3.RouteAction.HashPolicy.cookie>`
7+
are not sent properly to clients.

changelogs/current.yaml

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
1-
date: Pending
2-
3-
behavior_changes:
4-
# *Changes that are expected to cause an incompatibility if applicable; deployment changes are likely required*
5-
6-
minor_behavior_changes:
7-
# *Changes that may cause incompatibilities for some users, but should not for most*
1+
date: June 30, 2024
82

93
bug_fixes:
10-
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
114
- area: http
125
change: |
136
Fixed a bug where additional :ref:`cookie attributes <envoy_v3_api_msg_config.route.v3.RouteAction.HashPolicy.cookie>`
147
are not sent properly to clients.
15-
16-
removed_config_or_runtime:
17-
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
18-
19-
new_features:
20-
21-
deprecated:

docs/inventories/v1.27/objects.inv

21 Bytes
Binary file not shown.

docs/inventories/v1.28/objects.inv

46 Bytes
Binary file not shown.

docs/versions.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"1.24": 1.24.12
2121
"1.25": 1.25.11
2222
"1.26": 1.26.8
23-
"1.27": 1.27.6
24-
"1.28": 1.28.3
23+
"1.27": 1.27.7
24+
"1.28": 1.28.4

0 commit comments

Comments
 (0)