Skip to content

Commit

Permalink
v1.2.2 release note
Browse files Browse the repository at this point in the history
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
  • Loading branch information
zhaohuabing committed Nov 27, 2024
1 parent a383dd9 commit 0382be9
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.1
v1.2.2
7 changes: 1 addition & 6 deletions release-notes/current.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ breaking changes: |
The Container `ports` field of the gateway instance has been removed, which will cause the gateway Pod to be rebuilt when upgrading the version.
ClientTrafficPolicy previously treated an empty TLS ALPNProtocols list as being undefined and applied Envoy Gateway defaults.
An empty TLS ALPNProtocols list is now treated as user-defined disablement of the TLS ALPN extension.
Always use `::` and `IPv4Compact` enabled on dynamic listeners.
Use `V4_PREFERRED` instead of `V4_ONLY` by default for the cluster's `DnsLookupFamily`.
# Updates addressing vulnerabilities, security flaws, or compliance requirements.
security updates: |
Expand All @@ -18,10 +16,7 @@ new features: |
# Fixes for bugs identified in previous versions.
bug fixes: |
Fixed failed to update SecurityPolicy resources with the `backendRef` field specified
Fixed Envoy rejecting TCP Listeners that have no attached TCPRoutes
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
Add a bug fix here
# Enhancements that improve performance.
performance improvements: |
Expand Down
14 changes: 14 additions & 0 deletions release-notes/v1.2.2.yaml
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
19 changes: 19 additions & 0 deletions site/content/en/news/releases/notes/v1.2.2.md
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.
4 changes: 2 additions & 2 deletions site/layouts/shortcodes/helm-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
{{- "v1.1.3" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "v1.2") -}}
{{- "v1.2.1" -}}
{{- "v1.2.2" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "doc") -}}
{{- "v1.2.1" -}}
{{- "v1.2.2" -}}
{{- end -}}
4 changes: 2 additions & 2 deletions site/layouts/shortcodes/yaml-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
{{- "v1.1.3" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "v1.2") -}}
{{- "v1.2.1" -}}
{{- "v1.2.2" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "doc") -}}
{{- "v1.2.1" -}}
{{- "v1.2.2" -}}
{{- end -}}

0 comments on commit 0382be9

Please sign in to comment.