Update version release policy#147
Conversation
Signed-off-by: JesseStutler <chenzicong4@huawei.com>
|
@JesseStutler: The label(s) DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Code Review
This pull request updates the version-release.md documentation to comprehensively detail the Volcano community's release planning, versioning scheme, release cadence, branch management, stabilization, patch releases, and supported versions. The review feedback suggests minor improvements to the documentation, including correcting "user cases" to "use cases", capitalizing "Docker", and consistently formatting the master branch name with backticks.
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.
| Requirements are collected from common user scenarios, open issues, pull | ||
| requests, user cases, compatibility work, and maintainer proposals. The release |
There was a problem hiding this comment.
The term 'user cases' is non-standard in this context. It should be 'use cases' to refer to the software engineering concept of use cases.
| Requirements are collected from common user scenarios, open issues, pull | |
| requests, user cases, compatibility work, and maintainer proposals. The release | |
| Requirements are collected from common user scenarios, open issues, pull | |
| requests, use cases, compatibility work, and maintainer proposals. The release |
|
|
||
| Release related bug fixes, regression fixes, security fixes, documentation | ||
| fixes, and release engineering changes can be merged into the release branch. | ||
| Normal development may continue on master during the release period. |
| We will publish every official release and related artifacts, such as source | ||
| archives, release notes, docker images, charts, or packages according to the |
There was a problem hiding this comment.
Proper nouns like 'Docker' should be capitalized.
| We will publish every official release and related artifacts, such as source | |
| archives, release notes, docker images, charts, or packages according to the | |
| We will publish every official release and related artifacts, such as source | |
| archives, release notes, Docker images, charts, or packages according to the |
| maintained for master, `release-1.13`, `release-1.12`, and `release-1.11`. After | ||
| `release-1.14` is published, the maintained branches become master, |
There was a problem hiding this comment.
For consistency with other branch names like release-1.13, the master branch should also be enclosed in backticks.
| maintained for master, `release-1.13`, `release-1.12`, and `release-1.11`. After | |
| `release-1.14` is published, the maintained branches become master, | |
| maintained for `master`, `release-1.13`, `release-1.12`, and `release-1.11`. After | |
| `release-1.14` is published, the maintained branches become `master`, |
What type of PR is this?
/kind documentation
What this PR does / why we need it:
Update the version release document to match the current Volcano release practice.
This PR covers:
X.Y.Zversion meaning;Replaces #137 (re-opened from fork).
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
Does this PR introduce a user-facing change?