-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
- Loading branch information
1 parent
a383dd9
commit 0382be9
Showing
6 changed files
with
39 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v1.2.1 | ||
v1.2.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
date: November 27, 2024 | ||
|
||
breaking changes: | | ||
Always use `::` and `IPv4Compact` enabled on dynamic listeners. | ||
Use `V4_PREFERRED` instead of `V4_ONLY` by default for the cluster's `DnsLookupFamily`. | ||
bug fixes: | | ||
Fixed Envoy rejecting TCP Listeners that have no attached TCPRoutes | ||
Fixed failed to update SecurityPolicy resources with the `backendRef` field specified | ||
Fixed xDS translation failed when oidc tokenEndpoint and jwt remoteJWKS are specified in the same SecurityPolicy and using the same hostname | ||
Fixed frequent 503 errors when connecting to a Service experiencing high Pod churn | ||
Other changes: | | ||
Bump the RateLimit image to 49af5cca |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: "v1.2.2" | ||
publishdate: 2024-11-27 | ||
--- | ||
|
||
Date: November 27, 2024 | ||
|
||
## Breaking Changes | ||
- Always use `::` and `IPv4Compact` enabled on dynamic listeners. | ||
- Use `V4_PREFERRED` instead of `V4_ONLY` by default for the cluster's `DnsLookupFamily`. | ||
|
||
## Bug fixes | ||
- Fixed Envoy rejecting TCP Listeners that have no attached TCPRoutes. | ||
- Fixed failed to update SecurityPolicy resources with the `backendRef` field specified. | ||
- Fixed xDS translation failed when oidc tokenEndpoint and jwt remoteJWKS are specified in the same SecurityPolicy and using the same hostname. | ||
- Fixed frequent 503 errors when connecting to a Service experiencing high Pod churn. | ||
|
||
## Other changes | ||
- Bump the RateLimit image to 49af5cca. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters