File tree 4 files changed +63
-4
lines changed
content/en/news/releases/notes
4 files changed +63
-4
lines changed Original file line number Diff line number Diff line change
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 number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 3
3
{{- "v0.0.0-latest" -}}
4
4
{{- end -}}
5
5
{{- with (strings.HasPrefix $pagePrefix "v1.1") -}}
6
- {{- "v1.1.2 " -}}
6
+ {{- "v1.1.3 " -}}
7
7
{{- end -}}
8
8
{{- with (strings.HasPrefix $pagePrefix "doc") -}}
9
- {{- "v1.1.2 " -}}
9
+ {{- "v1.1.3 " -}}
10
10
{{- end -}}
Original file line number Diff line number Diff line change 3
3
{{- "latest" -}}
4
4
{{- end -}}
5
5
{{- with (strings.HasPrefix $pagePrefix "v1.1") -}}
6
- {{- "v1.1.2 " -}}
6
+ {{- "v1.1.3 " -}}
7
7
{{- end -}}
8
8
{{- with (strings.HasPrefix $pagePrefix "doc") -}}
9
- {{- "v1.1.2 " -}}
9
+ {{- "v1.1.3 " -}}
10
10
{{- end -}}
You can’t perform that action at this time.
0 commit comments