From 72d6c0a4b02ea3fa649435f6ed106204294871d4 Mon Sep 17 00:00:00 2001 From: Guy Daich Date: Thu, 28 Nov 2024 09:19:33 -0600 Subject: [PATCH] [release/v1.1] Release v1.1.4 (#4800) release: v1.1.4 (cherry picked from commit 1f34584da06b215685355ff81445d07452061793) Signed-off-by: Guy Daich --- VERSION | 2 +- release-notes/v1.1.4.yaml | 22 ++++++++++++++++ site/content/en/news/releases/notes/v1.1.4.md | 25 +++++++++++++++++++ 3 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 release-notes/v1.1.4.yaml create mode 100644 site/content/en/news/releases/notes/v1.1.4.md diff --git a/VERSION b/VERSION index 99a4aef0c4d..c641220244f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.1.3 +v1.1.4 diff --git a/release-notes/v1.1.4.yaml b/release-notes/v1.1.4.yaml new file mode 100644 index 00000000000..29f47c99fd2 --- /dev/null +++ b/release-notes/v1.1.4.yaml @@ -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 + diff --git a/site/content/en/news/releases/notes/v1.1.4.md b/site/content/en/news/releases/notes/v1.1.4.md new file mode 100644 index 00000000000..3d4b407ffd9 --- /dev/null +++ b/site/content/en/news/releases/notes/v1.1.4.md @@ -0,0 +1,25 @@ +--- +title: "v1.1.4" +publishdate: 2024-11-27 +--- + +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 +