Skip to content

Commit

Permalink
[release/v1.1] release v1.1.3 (envoyproxy#4600)
Browse files Browse the repository at this point in the history
* release: v1.1.3

Signed-off-by: Guy Daich <[email protected]>

* remove gw-api, fix style

Signed-off-by: Guy Daich <[email protected]>

---------

Signed-off-by: Guy Daich <[email protected]>
(cherry picked from commit a88e6eb)
Signed-off-by: Huabing Zhao <[email protected]>
  • Loading branch information
guydc authored and zhaohuabing committed Nov 6, 2024
1 parent f14503c commit c652ff3
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 4 deletions.
28 changes: 28 additions & 0 deletions release-notes/v1.1.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
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
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
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 github.com/docker/docker to 27.3.1+incompatible
31 changes: 31 additions & 0 deletions site/content/en/news/releases/notes/v1.1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
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
- 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
- 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 github.com/docker/docker to 27.3.1+incompatible

4 changes: 2 additions & 2 deletions site/layouts/shortcodes/helm-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}
4 changes: 2 additions & 2 deletions site/layouts/shortcodes/yaml-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}

0 comments on commit c652ff3

Please sign in to comment.