Skip to content

Commit da539ba

Browse files
authored
[release/v1.4] release notes for v1.4.6 (#7580)
[release/v1.4] release notes Signed-off-by: sh2 <[email protected]>
1 parent fe4fd4b commit da539ba

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

release-notes/v1.4.6.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
date: November 15, 2025
2+
3+
bug fixes: |
4+
Fixed 500 errors caused by partially invalid BackendRefs; traffic is now correctly routed between valid backends and 500 responses according to their configured weights.
5+
# Enhancements that improve performance.
6+
performance improvements: |
7+
Fixed an memory leak issue where `watchable.Maps`` never closed when shutting down the provider.
8+
Coalesced updates to reduce intermediate updates.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "v1.4.6"
3+
publishdate: 2025-11-15
4+
---
5+
6+
Date: November 15, 2025
7+
8+
## Bug fixes
9+
10+
- Fixed 500 errors caused by partially invalid BackendRefs; traffic is now correctly routed between valid backends and 500 responses according to their configured weights.
11+
12+
## Other changes
13+
14+
- Fixed an memory leak issue where `watchable.Maps`` never closed when shutting down the provider.
15+
- Coalesced updates to reduce intermediate updates.

site/layouts/shortcodes/helm-version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{{- "v1.3.3" -}}
1313
{{- end -}}
1414
{{- with (strings.HasPrefix $pagePrefix "v1.4") -}}
15-
{{- "v1.4.5" -}}
15+
{{- "v1.4.6" -}}
1616
{{- end -}}
1717
{{- with (strings.HasPrefix $pagePrefix "v1.5") -}}
1818
{{- "v1.5.5" -}}

site/layouts/shortcodes/yaml-version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{{- "v1.3.3" -}}
1313
{{- end -}}
1414
{{- with (strings.HasPrefix $pagePrefix "v1.4") -}}
15-
{{- "v1.4.5" -}}
15+
{{- "v1.4.6" -}}
1616
{{- end -}}
1717
{{- with (strings.HasPrefix $pagePrefix "v1.5") -}}
1818
{{- "v1.5.5" -}}

0 commit comments

Comments
 (0)