Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.4.3
v1.4.4
12 changes: 12 additions & 0 deletions release-notes/v1.4.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
date: September 15, 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`.
19 changes: 19 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,19 @@
---
title: "v1.4.4"
publishdate: 2025-09-15
---

Date: September 15, 2025

## Security updates

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

## Bug fixes

Comment thread
shawnh2 marked this conversation as resolved.
- 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`.
Loading