From 4a630f0c9620453130b922b21d026260432f7ae2 Mon Sep 17 00:00:00 2001 From: Guy Daich Date: Thu, 31 Oct 2024 19:14:28 -0500 Subject: [PATCH 1/2] release: v1.1.3 Signed-off-by: Guy Daich --- release-notes/v1.1.3.yaml | 29 +++++++++++++++++ site/content/en/news/releases/notes/v1.1.3.md | 32 +++++++++++++++++++ site/layouts/shortcodes/helm-version.html | 4 +-- site/layouts/shortcodes/yaml-version.html | 4 +-- 4 files changed, 65 insertions(+), 4 deletions(-) create mode 100644 release-notes/v1.1.3.yaml create mode 100644 site/content/en/news/releases/notes/v1.1.3.md diff --git a/release-notes/v1.1.3.yaml b/release-notes/v1.1.3.yaml new file mode 100644 index 00000000000..c6af0771d4b --- /dev/null +++ b/release-notes/v1.1.3.yaml @@ -0,0 +1,29 @@ +date: November 1, 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 unsupported listener protocol type causing an error while updating Gateway Status + Fixed some status updates were being discarded by the status updater + Fixed error level logging for admin and metrics modules + Fix Dashboard typos + Fixed Ratelimit Deployment ignoring pod labels and annotation merge + Fixed the API Server receives unnecessary requests + Fixed set invalid Listener.SupportedKinds to empty list + Fixed losing timeout settings that originate from the route when translating the backend traffic policy + Fixed xds translation failure when wasm http code source configured without sha + +# Enhancements that improve performance. +performance improvements: | + +# Other notable changes not covered by the above sections. +Other changes: | + Bumped Envoy proxy to 1.31.3 + Bumped Gatewy-API to v1.1.1 + Bumped github.com/docker/docker to 27.3.1+incompatible + diff --git a/site/content/en/news/releases/notes/v1.1.3.md b/site/content/en/news/releases/notes/v1.1.3.md new file mode 100644 index 00000000000..fa6ff90c6a7 --- /dev/null +++ b/site/content/en/news/releases/notes/v1.1.3.md @@ -0,0 +1,32 @@ +--- +title: "v1.1.3" +publishdate: 2024-11-01 +--- + +Date: November 1, 2024 + +## Breaking changes +- + +## New features +- + +## Bug fixes +- Fixed unsupported listener protocol type causing an error while updating Gateway Status +- Fixed some status updates were being discarded by the status updater +- Fixed error level logging for admin and metrics modules +- Fix Dashboard typos +- Fixed Ratelimit Deployment ignoring pod labels and annotation merge +- Fixed the API Server receives unnecessary requests +- Fixed set invalid Listener.SupportedKinds to empty list +- Fixed losing timeout settings that originate from the route when translating the backend traffic policy +- Fixed xds translation failure when wasm http code source configured without sha + +## Performance improvements +- + +## Other changes +- Bumped Envoy proxy to 1.31.3 +- Bumped Gatewy-API to v1.1.1 +- Bumped github.com/docker/docker to 27.3.1+incompatible + diff --git a/site/layouts/shortcodes/helm-version.html b/site/layouts/shortcodes/helm-version.html index 704c3dfde80..0bdf6092027 100644 --- a/site/layouts/shortcodes/helm-version.html +++ b/site/layouts/shortcodes/helm-version.html @@ -3,8 +3,8 @@ {{- "v0.0.0-latest" -}} {{- end -}} {{- with (strings.HasPrefix $pagePrefix "v1.1") -}} -{{- "v1.1.2" -}} +{{- "v1.1.3" -}} {{- end -}} {{- with (strings.HasPrefix $pagePrefix "doc") -}} -{{- "v1.1.2" -}} +{{- "v1.1.3" -}} {{- end -}} diff --git a/site/layouts/shortcodes/yaml-version.html b/site/layouts/shortcodes/yaml-version.html index eced902814a..fd96ac1799e 100644 --- a/site/layouts/shortcodes/yaml-version.html +++ b/site/layouts/shortcodes/yaml-version.html @@ -3,8 +3,8 @@ {{- "latest" -}} {{- end -}} {{- with (strings.HasPrefix $pagePrefix "v1.1") -}} -{{- "v1.1.2" -}} +{{- "v1.1.3" -}} {{- end -}} {{- with (strings.HasPrefix $pagePrefix "doc") -}} -{{- "v1.1.2" -}} +{{- "v1.1.3" -}} {{- end -}} From bffeda387616bc9263098dfb10f4a12576519aaf Mon Sep 17 00:00:00 2001 From: Guy Daich Date: Fri, 1 Nov 2024 07:09:23 -0500 Subject: [PATCH 2/2] remove gw-api, fix style Signed-off-by: Guy Daich --- release-notes/v1.1.3.yaml | 3 +-- site/content/en/news/releases/notes/v1.1.3.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/release-notes/v1.1.3.yaml b/release-notes/v1.1.3.yaml index c6af0771d4b..7e2f9070888 100644 --- a/release-notes/v1.1.3.yaml +++ b/release-notes/v1.1.3.yaml @@ -11,7 +11,7 @@ bug fixes: | Fixed unsupported listener protocol type causing an error while updating Gateway Status Fixed some status updates were being discarded by the status updater Fixed error level logging for admin and metrics modules - Fix Dashboard typos + Fixed Dashboard typos Fixed Ratelimit Deployment ignoring pod labels and annotation merge Fixed the API Server receives unnecessary requests Fixed set invalid Listener.SupportedKinds to empty list @@ -24,6 +24,5 @@ performance improvements: | # Other notable changes not covered by the above sections. Other changes: | Bumped Envoy proxy to 1.31.3 - Bumped Gatewy-API to v1.1.1 Bumped github.com/docker/docker to 27.3.1+incompatible diff --git a/site/content/en/news/releases/notes/v1.1.3.md b/site/content/en/news/releases/notes/v1.1.3.md index fa6ff90c6a7..97128c1cc6c 100644 --- a/site/content/en/news/releases/notes/v1.1.3.md +++ b/site/content/en/news/releases/notes/v1.1.3.md @@ -15,7 +15,7 @@ Date: November 1, 2024 - Fixed unsupported listener protocol type causing an error while updating Gateway Status - Fixed some status updates were being discarded by the status updater - Fixed error level logging for admin and metrics modules -- Fix Dashboard typos +- Fixed Dashboard typos - Fixed Ratelimit Deployment ignoring pod labels and annotation merge - Fixed the API Server receives unnecessary requests - Fixed set invalid Listener.SupportedKinds to empty list @@ -27,6 +27,5 @@ Date: November 1, 2024 ## Other changes - Bumped Envoy proxy to 1.31.3 -- Bumped Gatewy-API to v1.1.1 - Bumped github.com/docker/docker to 27.3.1+incompatible