-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release/v1.1] Release/v1.1.3 (#4613)
* [release/v1.1] release v1.1.3 (#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]> (cherry picked from commit a88e6eb) Signed-off-by: Guy Daich <[email protected]> * release: v1.1.3 Signed-off-by: Guy Daich <[email protected]> * update yml2md to new format Signed-off-by: Guy Daich <[email protected]> --------- Signed-off-by: Guy Daich <[email protected]>
- Loading branch information
Showing
4 changed files
with
102 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v1.1.2 | ||
v1.1.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters