Skip to content
Merged
Show file tree
Hide file tree
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
16 changes: 16 additions & 0 deletions release-notes/v1.4.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
date: September 17, 2025

security updates: |
Updated the Go module package `xz` to fix CVE-2025-58058.
Updated the distroless image to resolve glibc CVEs.

bug fixes: |
Fixed an issue in handling context-related transient errors to prevent incorrect state reconciliation and unintended behavior.
Fixed an issue where the `exclusiveMaximum` field in the CRD was set incorrectly.
Fixed validation for gRPC routes with extension ref filters.
Fixed an issue where route status had dangling conditions and was not cleaned up.
Added missing patch annotations to the `Compression` struct for proper `Merge`.

other changes: |
Updated Envoy Proxy to v1.34.7.
Updated Ratelimit tag version to `e74a664a`.
24 changes: 24 additions & 0 deletions site/content/en/news/releases/notes/v1.4.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: "v1.4.4"
publishdate: 2025-09-17
---

Date: September 17, 2025

## Security updates

- Updated the Go module package `xz` to fix CVE-2025-58058.
- Updated the distroless image to resolve glibc CVEs.

## Bug fixes

- Fixed an issue in handling context-related transient errors to prevent incorrect state reconciliation and unintended behavior.
- Fixed an issue where the `exclusiveMaximum` field in the CRD was set incorrectly.
- Fixed validation for gRPC routes with extension ref filters.
- Fixed an issue where route status had dangling conditions and was not cleaned up.
- Added missing patch annotations to the `Compression` struct for proper `Merge`.

## Other changes

- Updated Envoy Proxy to v1.34.7.
- Updated Ratelimit tag version to `e74a664a`.
2 changes: 1 addition & 1 deletion site/layouts/shortcodes/helm-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{{- "v1.3.3" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "v1.4") -}}
{{- "v1.4.3" -}}
{{- "v1.4.4" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "v1.5") -}}
{{- "v1.5.1" -}}
Expand Down
2 changes: 1 addition & 1 deletion site/layouts/shortcodes/yaml-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{{- "v1.3.3" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "v1.4") -}}
{{- "v1.4.3" -}}
{{- "v1.4.4" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "v1.5") -}}
{{- "v1.5.1" -}}
Expand Down