Skip to content

Commit

Permalink
release: v1.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Guy Daich <guy.daich@sap.com>
  • Loading branch information
guydc committed Nov 27, 2024
1 parent a383dd9 commit 1f34584
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 2 deletions.
22 changes: 22 additions & 0 deletions release-notes/v1.1.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
date: November 27, 2024

# Changes that are expected to cause an incompatibility with previous versions, such as deletions or modifications to existing APIs.
breaking changes: |
# New features or capabilities added in this release.
new features: |
# Fixes for bugs identified in previous versions.
bug fixes: |
Fixed validate proto messages before converting them to anypb.Any
Fixed BackendTlsPolicy specify multiple targetRefs of the same service, only one will work
Fixed Envoy rejecting TCP Listeners that have no attached TCPRoutes
Fixed frequent 503 errors when connecting to a Service experiencing high Pod churn
# Enhancements that improve performance.
performance improvements: |
# Other notable changes not covered by the above sections.
Other changes: |
Bumped Rate Limit to 49af5cca
25 changes: 25 additions & 0 deletions site/content/en/news/releases/notes/v1.1.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "v1.1.4"
publishdate: 2024-27-01
---

Date: November 27, 2024

## Breaking changes
-

## New features
-

## Bug fixes
- Fixed validate proto messages before converting them to anypb.Any
- Fixed BackendTlsPolicy specify multiple targetRefs of the same service, only one will work
- Fixed Envoy rejecting TCP Listeners that have no attached TCPRoutes
- Fixed frequent 503 errors when connecting to a Service experiencing high Pod churn

## Performance improvements
-

## Other changes
- Bumped Rate Limit to 49af5cca

2 changes: 1 addition & 1 deletion site/layouts/shortcodes/helm-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{- "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.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 @@ -3,7 +3,7 @@
{{- "latest" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "v1.1") -}}
{{- "v1.1.3" -}}
{{- "v1.1.4" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "v1.2") -}}
{{- "v1.2.1" -}}
Expand Down

0 comments on commit 1f34584

Please sign in to comment.