Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.32.11
1.32.13-dev
7 changes: 7 additions & 0 deletions changelogs/1.32.11.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
date: September 2, 2025

bug_fixes:
- area: oauth2
change: |
Fixed an issue where cookies prefixed with ``__Secure-`` or ``__Host-`` were not receiving a
Secure attribute (`CVE-2025-55162 <https://github.com/envoyproxy/envoy/security/advisories/GHSA-95j4-hw7f-v2rh>`_).
6 changes: 6 additions & 0 deletions changelogs/1.32.12.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
date: September 4, 2025

bug_fixes:
- area: release
change: |
Fix distroless image to ensure nonroot.
20 changes: 15 additions & 5 deletions changelogs/current.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
date: September 2, 2025
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*

bug_fixes:
- area: oauth2
change: |
Fixed an issue where cookies prefixed with ``__Secure-`` or ``__Host-`` were not receiving a
Secure attribute (`CVE-2025-55162 <https://github.com/envoyproxy/envoy/security/advisories/GHSA-95j4-hw7f-v2rh>`_).
# *Changes expected to improve the state of the world and are unlikely to have negative effects*

removed_config_or_runtime:
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`

new_features:

deprecated:
4 changes: 2 additions & 2 deletions changelogs/summary.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**Summary of changes**:

* Security fixes:
- Fix for OAuth cookie issue [CVE-2025-55162](https://github.com/envoyproxy/envoy/security/advisories/GHSA-95j4-hw7f-v2rh).
* Docker images:
- Fix for distroless images to ensure nonroot.
2 changes: 1 addition & 1 deletion distribution/docker/Dockerfile-envoy
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ COPY --chown=0:0 --chmod=755 \


# STAGE: envoy-distroless
FROM gcr.io/distroless/base-nossl-debian12:nonroot@sha256:6fe9fd551fab9d442b7ee7096b8fcf286047ff91bac31bc577270bb77afa0184 AS envoy-distroless
FROM gcr.io/distroless/base-nossl-debian12:nonroot@sha256:8981b63f968e829d21351ea9d28cc21127e5f034707f1d8483d2993d9577be0b AS envoy-distroless
EXPOSE 10000
ENTRYPOINT ["/usr/local/bin/envoy"]
CMD ["-c", "/etc/envoy/envoy.yaml"]
Expand Down
Binary file modified docs/inventories/v1.32/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
"1.29": 1.29.12
"1.30": 1.30.11
"1.31": 1.31.10
"1.32": 1.32.10
"1.32": 1.32.11