Skip to content

Commit

Permalink
repo: Release v1.30.4
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.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]>
  • Loading branch information
publish-envoy[bot] authored and phlax committed Jul 1, 2024
1 parent 50b384c commit 3211331
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 20 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.30.4-dev
1.30.4
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.
7 changes: 7 additions & 0 deletions changelogs/1.28.5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
date: June 30, 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.
7 changes: 7 additions & 0 deletions changelogs/1.29.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
date: June 30, 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.
Binary file modified docs/inventories/v1.29/objects.inv
Binary file not shown.
Binary file modified docs/inventories/v1.30/objects.inv
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"1.24": 1.24.12
"1.25": 1.25.11
"1.26": 1.26.8
"1.27": 1.27.6
"1.28": 1.28.4
"1.29": 1.29.6
"1.30": 1.30.2
"1.27": 1.27.7
"1.28": 1.28.5
"1.29": 1.29.7
"1.30": 1.30.3

0 comments on commit 3211331

Please sign in to comment.