Add v1.9.1 release notes - #9871
Conversation
Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
✅ Deploy Preview for cerulean-figolla-1f9435 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
|
||
| # Changes that are expected to cause an incompatibility with previous versions, such as deletions or modifications to existing APIs. | ||
| breaking changes: | | ||
| Reverted initial time out 0s setting for SDS. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 19c9e62746
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9871 +/- ##
==========================================
+ Coverage 76.52% 81.22% +4.69%
==========================================
Files 263 263
Lines 44906 40747 -4159
==========================================
- Hits 34365 33097 -1268
+ Misses 8267 7650 -617
+ Partials 2274 0 -2274 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
|
|
||
| # Changes that are expected to cause an incompatibility with previous versions, such as deletions or modifications to existing APIs. | ||
| breaking changes: | | ||
| Reverted initial time out 0s setting for SDS and RDS. |
There was a problem hiding this comment.
Can we make it clearer:
| Reverted initial time out 0s setting for SDS and RDS. | |
| Reverted the `0s` initial timeout for SDS and RDS because it could cause Envoy to wait indefinitely and block subsequent xDS updates. Both now use the default 15-second initial timeout. |
Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
* Add v1.9.1 release notes (#9871) * add v1.9.1 release notes Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com> * update release notes Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com> * update release notes Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com> * fix dates Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com> * bump version Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com> * revert layouts version Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com> * update release notes Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com> --------- Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com> * fix: target branch in go bench Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com> * chore: fix OSV Signed-off-by: zirain <zirain2009@gmail.com> --------- Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com> Signed-off-by: zirain <zirain2009@gmail.com> Co-authored-by: zirain <zirain2009@gmail.com>
What this PR does / why we need it:
Added release notes for v1.9.1
Ref: https://github.com/envoyproxy/gateway/pulls?q=is%3Apr+label%3Acherrypick%2Frelease-v1.9.1+is%3Aclosed
Which issue(s) this PR fixes:
Fixes #