You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/current.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ new features: |
48
48
Added support for sending Envoy Gateway route metadata to external authorization backends via `SecurityPolicy.spec.extAuth.includeRouteMetadata`.
49
49
Added support for path override in ExtAuth HTTP service.
50
50
Added support for bandwidth limit.
51
+
Added support for defining Envoy Proxy image, pullPolicy, and pullSecrets via the helm chart. Note that to merge these helm-configured values with EnvoyProxy resources, the EnvoyProxy must include `mergeType: StrategicMerge` or `mergeType: JSONMerge`.
51
52
52
53
bug fixes: |
53
54
Fixed local rate limit rules with identical sourceCIDR client selectors producing conflicting descriptors.
# Changes that are expected to cause an incompatibility with previous versions, such as deletions or modifications to existing APIs.
4
+
breaking changes: |
5
+
6
+
# Updates addressing vulnerabilities, security flaws, or compliance requirements.
7
+
security updates: |
8
+
Bumped `google.golang.org/grpc` to v1.79.3 to address CVE-2026-33186 (Critical, gRPC-Go authorization bypass via non-canonical HTTP/2 `:path` header).
9
+
Bumped `go.opentelemetry.io/otel/sdk` to v1.40.0 to address CVE-2026-24051 (High, OpenTelemetry Go SDK path hijacking on macOS/Darwin).
10
+
11
+
# New features or capabilities added in this release.
12
+
new features: |
13
+
14
+
bug fixes: |
15
+
Fixed a control plane panic caused by concurrent Status mutation racing with the watchable Map coalesce goroutine.
16
+
Fixed status conditions not being updated when a route is rejected due to multiple errors.
17
+
Fixed unresolved or unsupported HTTPRoute filters using `BackendNotFound` as the `ResolvedRefs` reason; they now correctly use `UnsupportedValue`.
18
+
Fixed benchmark JSON report emitting `0` for p99 and p999 percentiles by using the nearest Nighthawk histogram percentiles.
19
+
20
+
# Enhancements that improve performance.
21
+
performance improvements: |
22
+
Introduced a translator context with preprocessed resource maps in the Gateway API translator, reducing translation time by up to ~45% on large workloads.
23
+
24
+
# Deprecated features or APIs.
25
+
deprecations: |
26
+
27
+
# Other notable changes not covered by the above sections.
- Bumped `google.golang.org/grpc` to v1.79.3 to address [CVE-2026-33186](https://nvd.nist.gov/vuln/detail/CVE-2026-33186) (Critical, gRPC-Go authorization bypass via non-canonical HTTP/2 `:path` header).
13
+
- Bumped `go.opentelemetry.io/otel/sdk` to v1.40.0 to address [CVE-2026-24051](https://nvd.nist.gov/vuln/detail/CVE-2026-24051) (High, OpenTelemetry Go SDK path hijacking on macOS/Darwin).
14
+
15
+
## New features
16
+
-
17
+
18
+
## Bug fixes
19
+
- Fixed a control plane panic caused by concurrent Status mutation racing with the watchable Map coalesce goroutine.
20
+
- Fixed status conditions not being updated when a route is rejected due to multiple errors.
21
+
- Fixed unresolved or unsupported HTTPRoute filters using `BackendNotFound` as the `ResolvedRefs` reason; they now correctly use `UnsupportedValue`.
22
+
- Fixed benchmark JSON report emitting `0` for p99 and p999 percentiles by using the nearest Nighthawk histogram percentiles.
23
+
24
+
## Performance improvements
25
+
- Introduced a translator context with preprocessed resource maps in the Gateway API translator, reducing translation time by up to ~45% on large workloads.
0 commit comments