Skip to content

Commit

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

- Update curl lib to resolve CVE-2024-7264
- Assorted fixes
- Updated container images

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

Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: publish-envoy[bot] <140627008+publish-envoy[bot]@users.noreply.github.com>

Signed-off-by: publish-envoy[bot] <140627008+publish-envoy[bot]@users.noreply.github.com>
  • Loading branch information
publish-envoy[bot] authored and phlax committed Sep 14, 2024
1 parent 695c800 commit 1f44388
Show file tree
Hide file tree
Showing 10 changed files with 33 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.31.1-dev
1.31.1
9 changes: 9 additions & 0 deletions changelogs/1.28.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
date: September 13, 2024

bug_fixes:
- area: stateful_session
change: |
Support 0 TTL for proto-encoded cookies, which disables cookie expiration by Envoy.
- area: dependencies
change: |
Update curl to mitigate CVE-2024-7264.
9 changes: 9 additions & 0 deletions changelogs/1.29.8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
date: September 14, 2024

bug_fixes:
- area: stateful_session
change: |
Support 0 TTL for proto-encoded cookies, which disables cookie expiration by Envoy.
- area: dependencies
change: |
Update curl to mitigate CVE-2024-7264.
6 changes: 6 additions & 0 deletions changelogs/1.30.5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
date: September 14, 2024

bug_fixes:
- area: dependencies
change: |
Update curl to mitigate CVE-2024-7264.
17 changes: 4 additions & 13 deletions changelogs/current.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,15 @@
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: September 14, 2024

bug_fixes:
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
- area: c-ares
change: |
Applying a C-ares patch to fix DNS resoultion by the Google gRPC library.
removed_config_or_runtime:
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
- area: dependencies
change: |
Update curl to mitigate CVE-2024-7264.
new_features:
- area: access_log
change: |
added %UPSTREAM_CLUSTER_RAW% access log formatter to log the original upstream cluster name, regadless of whether
``alt_stat_name`` is set.
deprecated:
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.
Binary file added docs/inventories/v1.31/objects.inv
Binary file not shown.
7 changes: 4 additions & 3 deletions docs/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"1.25": 1.25.11
"1.26": 1.26.8
"1.27": 1.27.7
"1.28": 1.28.5
"1.29": 1.29.7
"1.30": 1.30.4
"1.28": 1.28.6
"1.29": 1.29.8
"1.30": 1.30.5
"1.31": 1.31.0

0 comments on commit 1f44388

Please sign in to comment.