Skip to content

Commit 3211331

Browse files
publish-envoy[bot]phlax
authored andcommittedJul 1, 2024
repo: Release v1.30.4
**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.30.4 **Docs**: https://www.envoyproxy.io/docs/envoy/v1.30.4/ **Release notes**: https://www.envoyproxy.io/docs/envoy/v1.30.4/version_history/v1.30/v1.30.4 **Full changelog**: v1.30.3...v1.30.4 Signed-off-by: Ryan Northey <[email protected]>
1 parent 50b384c commit 3211331

File tree

10 files changed

+27
-20
lines changed

10 files changed

+27
-20
lines changed
 

‎VERSION.txt

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

‎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/1.28.5.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
date: June 30, 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/1.29.7.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
date: June 30, 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

38 Bytes
Binary file not shown.

‎docs/inventories/v1.29/objects.inv

62 Bytes
Binary file not shown.

‎docs/inventories/v1.30/objects.inv

52 Bytes
Binary file not shown.

‎docs/versions.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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.4
25-
"1.29": 1.29.6
26-
"1.30": 1.30.2
23+
"1.27": 1.27.7
24+
"1.28": 1.28.5
25+
"1.29": 1.29.7
26+
"1.30": 1.30.3

0 commit comments

Comments
 (0)