Skip to content

docs: add Volcano v1.15.0 release blog post#514

Merged
volcano-sh-bot merged 9 commits into
volcano-sh:masterfrom
yashisrani:blog/v.1.5.0
Jun 16, 2026
Merged

docs: add Volcano v1.15.0 release blog post#514
volcano-sh-bot merged 9 commits into
volcano-sh:masterfrom
yashisrani:blog/v.1.5.0

Conversation

@yashisrani

Copy link
Copy Markdown
Contributor

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
/kind documentation

What this PR does / why we need it:

This PR adds the official release blog post for Volcano v1.15.0 to the website/blog. The blog covers all major features, enhancements, security fixes, stability improvements, and upgrade instructions from the v1.15.0 release, following the same structure and style as previous release blogs (e.g., v1.13.0).

Key topics covered:

  • Gang-Aware Preemption and Resource Reclamation (Alpha)
  • DRA Queue Quota in Capacity Plugin
  • Pluggable Multi-Sharding Policy Support (Alpha)
  • Volcano Benchmark and Performance Observability
  • Scheduling Gates for Queue Admission (Alpha)
  • NodeGroup Preferred Ordering for Queues
  • Capacity Ancestor Reclaim Level
  • GPU and vGPU Incremental Improvements
  • Pod-Level Resource Request and Limit Settings
  • Kubernetes 1.35 Support
  • MPI Validation and Argo MPI Examples
  • Security fix for CVE-2026-44247
  • Stability and correctness highlights
  • Upgrade instructions and full contributors acknowledgment

All PR links and contributor mentions have been verified against the official v1.15.0 release notes.

  • Which issue(s) this PR fixes:

fix: #513

Signed-off-by: Yash Israni <118755067+yashisrani@users.noreply.github.com>
@volcano-sh-bot volcano-sh-bot added the kind/documentation Categorizes issue or PR as related to documentation. label Jun 2, 2026
@volcano-sh-bot

Copy link
Copy Markdown
Collaborator

Welcome @yashisrani! It looks like this is your first PR to volcano-sh/website 🎉

@volcano-sh-bot volcano-sh-bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jun 2, 2026

@gemini-code-assist gemini-code-assist 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.

Code Review

This pull request adds a comprehensive release blog post for Volcano v1.15, detailing new features such as Gang-Aware Preemption, DRA Queue Quota, and pluggable multi-sharding policies. Feedback on the release notes identifies a recurring grammatical error ("Sincerely thanks to") and suggests correcting it to "Sincere thanks to" or "Sincerely thank" across the document.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread blog/Volcano-1.15.0-release-en.md Outdated

Related PRs: [#5250](https://github.com/volcano-sh/volcano/pull/5250), [#4780](https://github.com/volcano-sh/volcano/pull/4780), [#5170](https://github.com/volcano-sh/volcano/pull/5170)

Sincerely thanks to community developer: @[vzhou-p](https://github.com/vzhou-p)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The phrase "Sincerely thanks to" is grammatically incorrect. It should be "Sincere thanks to" or "Sincerely thank". Please update this occurrence and all other similar occurrences throughout the document.

Suggested change
Sincerely thanks to community developer: @[vzhou-p](https://github.com/vzhou-p)
Sincere thanks to community developer: @[vzhou-p](https://github.com/vzhou-p)

Signed-off-by: Yash Israni <118755067+yashisrani@users.noreply.github.com>
Signed-off-by: Yash Israni <118755067+yashisrani@users.noreply.github.com>
@yashisrani

Copy link
Copy Markdown
Contributor Author

@JesseStutler

Copy link
Copy Markdown
Member

/cc Review it now!

@JesseStutler JesseStutler left a comment

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.

@yashisrani Could you refer to my doc and do some refactoring: https://github.com/JesseStutler/volcano/blob/release-note-v1.15.0-preview/release-note-v1.15.0-blog-en.md, thanks!

And also can add the chinese blog into it: https://github.com/JesseStutler/volcano/blob/release-note-v1.15.0-preview/release-note-v1.15.0-wechat-cn.md

Please also together sign off my email or co-author my email

Comment thread blog/Volcano-1.15.0-release-en.md Outdated
Comment thread blog/Volcano-1.15.0-release-en.md
…ancements

Co-authored-by: JesseStutler <jessestutler@gmail.com>
Signed-off-by: Yash Israni <118755067+yashisrani@users.noreply.github.com>
@volcano-sh-bot volcano-sh-bot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jun 12, 2026
yashisrani and others added 2 commits June 12, 2026 23:18
Co-authored-by: JesseStutler <jessestutler@gmail.com>
Signed-off-by: Yash Israni <118755067+yashisrani@users.noreply.github.com>
Co-authored-by: JesseStutler <jessestutler@gmail.com>
Signed-off-by: Yash Israni <118755067+yashisrani@users.noreply.github.com>
Comment thread blog/Volcano-1.15.0-release-cn.md Outdated
Comment thread blog/Volcano-1.15.0-release-en.md Outdated
Co-authored-by: JesseStutler <chenzicong4@huawei.com>
Signed-off-by: Yash Israni <118755067+yashisrani@users.noreply.github.com>
@yashisrani yashisrani requested a review from JesseStutler June 15, 2026 09:37
yashisrani and others added 2 commits June 16, 2026 12:56
Co-authored-by: JesseStutler <chenzicong4@huawei.com>
Signed-off-by: Yash Israni <118755067+yashisrani@users.noreply.github.com>
Co-authored-by: JesseStutler <chenzicong4@huawei.com>
Signed-off-by: Yash Israni <118755067+yashisrani@users.noreply.github.com>
@yashisrani

Copy link
Copy Markdown
Contributor Author

@JesseStutler now, PR is ready to merge ..

@JesseStutler

Copy link
Copy Markdown
Member

/approve
/lgtm
Thanks

@volcano-sh-bot volcano-sh-bot added the lgtm Indicates that a PR is ready to be merged. label Jun 16, 2026
@volcano-sh-bot

Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: JesseStutler

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@volcano-sh-bot volcano-sh-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 16, 2026
@volcano-sh-bot volcano-sh-bot merged commit e4daca6 into volcano-sh:master Jun 16, 2026
7 checks passed
@JesseStutler

Copy link
Copy Markdown
Member

@yashisrani Yash could you also push forward this PR? #515, since @sahil-v001 didn't reply

@yashisrani

Copy link
Copy Markdown
Contributor Author

@yashisrani Yash could you also push forward this PR? #515, since @sahil-v001 didn't reply

Sure !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/documentation Categorizes issue or PR as related to documentation. lgtm Indicates that a PR is ready to be merged. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create Blog post on Volcano v.1.15.0

3 participants