Skip to content

Commit d4cf16e

Browse files
committed
add rn and version bump
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com>
1 parent 092cc67 commit d4cf16e

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.7.2
1+
v1.7.3

release-notes/v1.7.3.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
date: April 28, 2026
2+
3+
# Changes that are expected to cause an incompatibility with previous versions, such as deletions or modifications to existing APIs.
4+
breaking changes: |
5+
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).
6+
Bumped `go.opentelemetry.io/otel/sdk` to v1.40.0 to address CVE-2026-24051 (High, OpenTelemetry Go SDK path hijacking on macOS/Darwin).
7+
8+
# Updates addressing vulnerabilities, security flaws, or compliance requirements.
9+
security updates: |
10+
11+
# New features or capabilities added in this release.
12+
new features: |
13+
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`.
14+
15+
bug fixes: |
16+
Fixed a control plane panic caused by concurrent Status mutation racing with the watchable Map coalesce goroutine.
17+
Fixed `ws` and `wss` Backend appProtocols to force HTTP/1.1 upstream connections instead of negotiating HTTP/2, avoiding compatibility issues with WebSocket backends that do not support RFC 8441 extended CONNECT.
18+
Fixed status conditions not being updated when a route is rejected due to multiple errors.
19+
Fixed benchmark JSON report emitting `0` for p99 and p999 percentiles by using the nearest Nighthawk histogram percentiles.
20+
21+
# Enhancements that improve performance.
22+
performance improvements: |
23+
24+
25+
# Deprecated features or APIs.
26+
deprecations: |
27+
28+
# Other notable changes not covered by the above sections.
29+
Other changes: |

0 commit comments

Comments
 (0)