Skip to content

Commit 941a53e

Browse files
committed
auto-merge envoyproxy/envoy[release/v1.32] into envoyproxy/envoy-openssl[release/v1.32]
* upstream/release/v1.32: [release/v1.32] repo: Release v1.32.12 (#40982) changelogs: Add summary changelog: Add for docker/distroless fix docker/release: Fix distroless hash to use nonroot (#40956) repo: Dev v1.32.12 (#40971) Signed-off-by: tedjpoole <[email protected]>
2 parents 14113b3 + fbbda16 commit 941a53e

File tree

7 files changed

+15
-9
lines changed

7 files changed

+15
-9
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.12

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/current.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
date: September 2, 2025
1+
date: September 4, 2025
22

33
bug_fixes:
4-
- area: oauth2
4+
- area: release
55
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>`_).
6+
Fix distroless image to ensure nonroot.

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)