File tree Expand file tree Collapse file tree 8 files changed +33
-10
lines changed Expand file tree Collapse file tree 8 files changed +33
-10
lines changed Original file line number Diff line number Diff line change 1
- 1.32.11
1
+ 1.32.13-dev
Original file line number Diff line number Diff line change
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>`_).
Original file line number Diff line number Diff line change
1
+ date : September 4, 2025
2
+
3
+ bug_fixes :
4
+ - area : release
5
+ change : |
6
+ Fix distroless image to ensure nonroot.
Original file line number Diff line number Diff line change 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*
2
8
3
9
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 :
Original file line number Diff line number Diff line change 1
1
** Summary of changes** :
2
2
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 .
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ COPY --chown=0:0 --chmod=755 \
59
59
60
60
61
61
# 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
63
63
EXPOSE 10000
64
64
ENTRYPOINT ["/usr/local/bin/envoy"]
65
65
CMD ["-c", "/etc/envoy/envoy.yaml"]
Original file line number Diff line number Diff line change 25
25
" 1.29 " : 1.29.12
26
26
" 1.30 " : 1.30.11
27
27
" 1.31 " : 1.31.10
28
- " 1.32 " : 1.32.10
28
+ " 1.32 " : 1.32.11
You can’t perform that action at this time.
0 commit comments