Skip to content

Commit a832b15

Browse files
authored
Merge pull request #298 from envoyproxy/auto-merge-release-v1-32
auto-merge envoyproxy/envoy[release/v1.32] into envoyproxy/envoy-openssl[release/v1.32]
2 parents 14113b3 + 95106da commit a832b15

File tree

8 files changed

+33
-10
lines changed

8 files changed

+33
-10
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.32.11
1+
1.32.13-dev

changelogs/1.32.11.yaml

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

changelogs/1.32.12.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
date: September 4, 2025
2+
3+
bug_fixes:
4+
- area: release
5+
change: |
6+
Fix distroless image to ensure nonroot.

changelogs/current.yaml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
date: September 2, 2025
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*
28

39
bug_fixes:
4-
- area: oauth2
5-
change: |
6-
Fixed an issue where cookies prefixed with ``__Secure-`` or ``__Host-`` were not receiving a
7-
Secure attribute (`CVE-2025-55162 <https://github.com/envoyproxy/envoy/security/advisories/GHSA-95j4-hw7f-v2rh>`_).
10+
# *Changes expected to improve the state of the world and are unlikely to have negative effects*
11+
12+
removed_config_or_runtime:
13+
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
14+
15+
new_features:
16+
17+
deprecated:

changelogs/summary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
**Summary of changes**:
22

3-
* Security fixes:
4-
- Fix for OAuth cookie issue [CVE-2025-55162](https://github.com/envoyproxy/envoy/security/advisories/GHSA-95j4-hw7f-v2rh).
3+
* Docker images:
4+
- Fix for distroless images to ensure nonroot.

distribution/docker/Dockerfile-envoy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ COPY --chown=0:0 --chmod=755 \
5959

6060

6161
# STAGE: envoy-distroless
62-
FROM gcr.io/distroless/base-nossl-debian12:nonroot@sha256:6fe9fd551fab9d442b7ee7096b8fcf286047ff91bac31bc577270bb77afa0184 AS envoy-distroless
62+
FROM gcr.io/distroless/base-nossl-debian12:nonroot@sha256:8981b63f968e829d21351ea9d28cc21127e5f034707f1d8483d2993d9577be0b AS envoy-distroless
6363
EXPOSE 10000
6464
ENTRYPOINT ["/usr/local/bin/envoy"]
6565
CMD ["-c", "/etc/envoy/envoy.yaml"]

docs/inventories/v1.32/objects.inv

29 Bytes
Binary file not shown.

docs/versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
"1.29": 1.29.12
2626
"1.30": 1.30.11
2727
"1.31": 1.31.10
28-
"1.32": 1.32.10
28+
"1.32": 1.32.11

0 commit comments

Comments
 (0)