Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 go mod package `xz` to fix cve-2025-58058.
Updated distroless image to resolve glibc CVEs.

bug fixes: |
Fixed issue where handling of context-related transient errors to prevent incorrect state reconciliation and unintended behavior.
Fixed issue where the `exclusiveMaximum` field in CRD is being set incorrectly.
Fixed issue where validation for grpc routes with extension ref filters.
Fixed issue where route status has dangling conditions and not cleanup.
Fixed issue where add missing patch annotations to `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 go mod package `xz` to fix cve-2025-58058.
- Updated distroless image to resolve glibc CVEs.

## Bug fixes

Comment thread
shawnh2 marked this conversation as resolved.
- Fixed issue where handling of context-related transient errors to prevent incorrect state reconciliation and unintended behavior.
- Fixed issue where the `exclusiveMaximum` field in CRD is being set incorrectly.
- Fixed issue where validation for grpc routes with extension ref filters.
- Fixed issue where route status has dangling conditions and not cleanup.
- Fixed issue where add missing patch annotations to `Compression` struct for proper `Merge`.