Skip to content

Commit a88e6eb

Browse files
authored
[release/v1.1] release v1.1.3 (envoyproxy#4600)
* 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]>
1 parent b51c66a commit a88e6eb

File tree

4 files changed

+63
-4
lines changed

4 files changed

+63
-4
lines changed

release-notes/v1.1.3.yaml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
date: November 1, 2024
2+
3+
# Changes that are expected to cause an incompatibility with previous versions, such as deletions or modifications to existing APIs.
4+
breaking changes: |
5+
6+
# New features or capabilities added in this release.
7+
new features: |
8+
9+
# Fixes for bugs identified in previous versions.
10+
bug fixes: |
11+
Fixed unsupported listener protocol type causing an error while updating Gateway Status
12+
Fixed some status updates were being discarded by the status updater
13+
Fixed error level logging for admin and metrics modules
14+
Fixed Dashboard typos
15+
Fixed Ratelimit Deployment ignoring pod labels and annotation merge
16+
Fixed the API Server receives unnecessary requests
17+
Fixed set invalid Listener.SupportedKinds to empty list
18+
Fixed losing timeout settings that originate from the route when translating the backend traffic policy
19+
Fixed xds translation failure when wasm http code source configured without sha
20+
21+
# Enhancements that improve performance.
22+
performance improvements: |
23+
24+
# Other notable changes not covered by the above sections.
25+
Other changes: |
26+
Bumped Envoy proxy to 1.31.3
27+
Bumped github.com/docker/docker to 27.3.1+incompatible
28+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: "v1.1.3"
3+
publishdate: 2024-11-01
4+
---
5+
6+
Date: November 1, 2024
7+
8+
## Breaking changes
9+
-
10+
11+
## New features
12+
-
13+
14+
## Bug fixes
15+
- Fixed unsupported listener protocol type causing an error while updating Gateway Status
16+
- Fixed some status updates were being discarded by the status updater
17+
- Fixed error level logging for admin and metrics modules
18+
- Fixed Dashboard typos
19+
- Fixed Ratelimit Deployment ignoring pod labels and annotation merge
20+
- Fixed the API Server receives unnecessary requests
21+
- Fixed set invalid Listener.SupportedKinds to empty list
22+
- Fixed losing timeout settings that originate from the route when translating the backend traffic policy
23+
- Fixed xds translation failure when wasm http code source configured without sha
24+
25+
## Performance improvements
26+
-
27+
28+
## Other changes
29+
- Bumped Envoy proxy to 1.31.3
30+
- Bumped github.com/docker/docker to 27.3.1+incompatible
31+

site/layouts/shortcodes/helm-version.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{{- "v0.0.0-latest" -}}
44
{{- end -}}
55
{{- with (strings.HasPrefix $pagePrefix "v1.1") -}}
6-
{{- "v1.1.2" -}}
6+
{{- "v1.1.3" -}}
77
{{- end -}}
88
{{- with (strings.HasPrefix $pagePrefix "doc") -}}
9-
{{- "v1.1.2" -}}
9+
{{- "v1.1.3" -}}
1010
{{- end -}}

site/layouts/shortcodes/yaml-version.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{{- "latest" -}}
44
{{- end -}}
55
{{- with (strings.HasPrefix $pagePrefix "v1.1") -}}
6-
{{- "v1.1.2" -}}
6+
{{- "v1.1.3" -}}
77
{{- end -}}
88
{{- with (strings.HasPrefix $pagePrefix "doc") -}}
9-
{{- "v1.1.2" -}}
9+
{{- "v1.1.3" -}}
1010
{{- end -}}

0 commit comments

Comments
 (0)