From f3c9e404219f2af0523c5a5dfc070108fc587384 Mon Sep 17 00:00:00 2001 From: Guy Daich Date: Mon, 2 Dec 2024 11:14:35 -0600 Subject: [PATCH] Revert "[release/v1.1] release: v1.1.4 (#4795)" This reverts commit 7f3f5d043cc33db620464e718c186fe441b25127. Signed-off-by: Guy Daich --- release-notes/v1.1.4.yaml | 22 ---------------- site/content/en/news/releases/notes/v1.1.4.md | 25 ------------------- site/layouts/shortcodes/helm-version.html | 2 +- site/layouts/shortcodes/yaml-version.html | 2 +- 4 files changed, 2 insertions(+), 49 deletions(-) delete mode 100644 release-notes/v1.1.4.yaml delete mode 100644 site/content/en/news/releases/notes/v1.1.4.md diff --git a/release-notes/v1.1.4.yaml b/release-notes/v1.1.4.yaml deleted file mode 100644 index 29f47c99fd2..00000000000 --- a/release-notes/v1.1.4.yaml +++ /dev/null @@ -1,22 +0,0 @@ -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 deleted file mode 100644 index b439d29c4a9..00000000000 --- a/site/content/en/news/releases/notes/v1.1.4.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -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 - diff --git a/site/layouts/shortcodes/helm-version.html b/site/layouts/shortcodes/helm-version.html index b21ca9586b8..421a5cae3d2 100644 --- a/site/layouts/shortcodes/helm-version.html +++ b/site/layouts/shortcodes/helm-version.html @@ -3,7 +3,7 @@ {{- "v0.0.0-latest" -}} {{- end -}} {{- with (strings.HasPrefix $pagePrefix "v1.1") -}} -{{- "v1.1.4" -}} +{{- "v1.1.3" -}} {{- end -}} {{- with (strings.HasPrefix $pagePrefix "v1.2") -}} {{- "v1.2.3" -}} diff --git a/site/layouts/shortcodes/yaml-version.html b/site/layouts/shortcodes/yaml-version.html index d68a435454c..d5f7514e571 100644 --- a/site/layouts/shortcodes/yaml-version.html +++ b/site/layouts/shortcodes/yaml-version.html @@ -3,7 +3,7 @@ {{- "latest" -}} {{- end -}} {{- with (strings.HasPrefix $pagePrefix "v1.1") -}} -{{- "v1.1.4" -}} +{{- "v1.1.3" -}} {{- end -}} {{- with (strings.HasPrefix $pagePrefix "v1.2") -}} {{- "v1.2.3" -}}