Skip to content

Commit bdb5efd

Browse files
authored
[release/v1.6] cherry pick release notes + bump version (#8867)
* [release/v1.6] update docs for v1.6.7 (#8865) Signed-off-by: Rudrakh Panigrahi <rudrakh97@gmail.com> * bump VERSION Signed-off-by: Rudrakh Panigrahi <rudrakh97@gmail.com> --------- Signed-off-by: Rudrakh Panigrahi <rudrakh97@gmail.com>
1 parent 56a0796 commit bdb5efd

3 files changed

Lines changed: 60 additions & 1 deletion

File tree

VERSION

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

release-notes/v1.6.7.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
date: April 27, 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+
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.
28+
Other changes: |
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: "v1.6.7"
3+
publishdate: 2026-04-27
4+
---
5+
6+
Date: April 27, 2026
7+
8+
## Breaking changes
9+
-
10+
11+
## Security updates
12+
- 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.
26+
27+
## Deprecations
28+
-
29+
30+
## Other changes
31+
-

0 commit comments

Comments
 (0)