Skip to content

Add v1.9.1 release notes - #9871

Merged
kkk777-7 merged 7 commits into
envoyproxy:mainfrom
kkk777-7:v1.9.1-release-notes
Aug 28, 2026
Merged

Add v1.9.1 release notes#9871
kkk777-7 merged 7 commits into
envoyproxy:mainfrom
kkk777-7:v1.9.1-release-notes

Conversation

@kkk777-7

@kkk777-7 kkk777-7 commented Aug 27, 2026

Copy link
Copy Markdown
Member

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 #


Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
@kkk777-7
kkk777-7 requested a review from a team as a code owner August 27, 2026 16:10
@netlify

netlify Bot commented Aug 27, 2026

Copy link
Copy Markdown

Deploy Preview for cerulean-figolla-1f9435 ready!

Name Link
🔨 Latest commit 6eac752
🔍 Latest deploy log https://app.netlify.com/projects/cerulean-figolla-1f9435/deploys/6a910e115ad41b0008e87554
😎 Deploy Preview https://deploy-preview-9871--cerulean-figolla-1f9435.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Comment thread release-notes/v1.9.1.yaml Outdated

# 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.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this note for #9747

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread site/content/en/news/releases/notes/v1.9.1.md Outdated
Comment thread site/content/en/news/releases/notes/v1.9.1.md
Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
zhaohuabing
zhaohuabing previously approved these changes Aug 27, 2026
@zirain

zirain commented Aug 28, 2026

Copy link
Copy Markdown
Member

@kkk777-7 can you include the release message from #9873

@kkk777-7

Copy link
Copy Markdown
Member Author

@kkk777-7 can you include the release message from #9873

Got it!

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

codecov Bot commented Aug 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.22%. Comparing base (c31cd66) to head (6eac752).
⚠️ Report is 5 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

zirain
zirain previously approved these changes Aug 28, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should change this later.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
zirain
zirain previously approved these changes Aug 28, 2026
Comment thread release-notes/v1.9.1.yaml Outdated

# 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.

@zhaohuabing zhaohuabing Aug 28, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make it clearer:

Suggested change
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.

@kkk777-7 kkk777-7 Aug 28, 2026

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed: 6eac752

Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
@kkk777-7
kkk777-7 merged commit 500ccb7 into envoyproxy:main Aug 28, 2026
93 of 100 checks passed
@kkk777-7
kkk777-7 deleted the v1.9.1-release-notes branch August 28, 2026 07:14
kkk777-7 added a commit that referenced this pull request Aug 28, 2026
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants