Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.2.2 release note (#4788) #4797

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
v1.2.2 release note (#4788)
* v1.2.2 release note

Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>

* Update release-notes/v1.2.2.yaml

Co-authored-by: Arko Dasgupta <arkodg@users.noreply.github.com>
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>

* Update release-notes/v1.2.2.yaml

Co-authored-by: Arko Dasgupta <arkodg@users.noreply.github.com>
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>

* Update release-notes/v1.2.2.yaml

Co-authored-by: Arko Dasgupta <arkodg@users.noreply.github.com>
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>

* Update release-notes/v1.2.2.yaml

Co-authored-by: Arko Dasgupta <arkodg@users.noreply.github.com>
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>

* Update release-notes/v1.2.2.yaml

Co-authored-by: Arko Dasgupta <arkodg@users.noreply.github.com>
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>

* Update release-notes/v1.2.2.yaml

Co-authored-by: Arko Dasgupta <arkodg@users.noreply.github.com>
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>

* address comment

Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>

---------

Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
Co-authored-by: Arko Dasgupta <arkodg@users.noreply.github.com>
(cherry picked from commit 215bc84)
zhaohuabing committed Nov 28, 2024
commit 39198e26046579c3fb21c58426d36ae491c10f58
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
14 changes: 2 additions & 12 deletions release-notes/current.yaml
Original file line number Diff line number Diff line change
@@ -2,8 +2,7 @@ date: Pending

# Changes that are expected to cause an incompatibility with previous versions, such as deletions or modifications to existing APIs.
breaking changes: |
Always use `::` and `IPv4Compact` enabled on dynamic listeners.
Use `V4_PREFERRED` instead of `V4_ONLY` by default for the cluster's `DnsLookupFamily`.
Add a breaking change here

# Updates addressing vulnerabilities, security flaws, or compliance requirements.
security updates: |
@@ -15,16 +14,7 @@ new features: |

# Fixes for bugs identified in previous versions.
bug fixes: |
Only log endpoint configuration in verbose logging mode (`-v 4` or higher)
The xDS translation failed when wasm http code source configured without a sha
HTTPRoute status only shows one parent when targeting multiple Gateways from different GatewayClasses
Route with multiple parents has incorrect namespace in parentRef status
BackendTlsPolicy specify multiple targetRefs of the same service, only one will work
Helm chart fails for Flux HelmRelease
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
Add a bug fix here

# Enhancements that improve performance.
performance improvements: |
12 changes: 12 additions & 0 deletions release-notes/v1.2.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
date: November 28, 2024

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.
Always use `::` and `IPv4Compact` enabled on dynamic listeners.
Use `V4_PREFERRED` instead of `V4_ONLY` by default for the cluster's `DnsLookupFamily`.
17 changes: 17 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,17 @@
---
title: "v1.2.2"
publishdate: 2024-11-28
---

Date: November 28, 2024

## 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.
- Always use `::` and `IPv4Compact` enabled on dynamic listeners.
- Use `V4_PREFERRED` instead of `V4_ONLY` by default for the cluster's `DnsLookupFamily`.
7 changes: 5 additions & 2 deletions site/layouts/shortcodes/helm-version.html
Original file line number Diff line number Diff line change
@@ -3,8 +3,11 @@
{{- "v0.0.0-latest" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "v1.1") -}}
{{- "v1.1.3" -}}
{{- "v1.1.4" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "v1.2") -}}
{{- "v1.2.2" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "doc") -}}
{{- "v1.1.3" -}}
{{- "v1.2.2" -}}
{{- end -}}
7 changes: 5 additions & 2 deletions site/layouts/shortcodes/yaml-version.html
Original file line number Diff line number Diff line change
@@ -3,8 +3,11 @@
{{- "latest" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "v1.1") -}}
{{- "v1.1.3" -}}
{{- "v1.1.4" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "v1.2") -}}
{{- "v1.2.2" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "doc") -}}
{{- "v1.1.3" -}}
{{- "v1.2.2" -}}
{{- end -}}