[Doc][Release] Prepare v0.18.0rc1 release state#7638
[Doc][Release] Prepare v0.18.0rc1 release state#7638yiz-liu wants to merge 1 commit intovllm-project:mainfrom
Conversation
Align the v0.18.0rc1 release notes, version references, contributor list, and manual release workflow options so the RC state is consistent without checking in temporary release-note workspace files. Signed-off-by: Yizhou Liu <liu_yizhou@outlook.com>
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request focuses on preparing the vLLM Ascend project for its Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Ignored Files
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
Suggested PR Title:
[Doc][Feature] Update documentation for v0.18.0rc1 releaseSuggested PR Summary:
### What this PR does / why we need it?
This pull request updates various documentation and configuration files to reflect the release of `vLLM Ascend v0.18.0rc1` and its compatibility with `vLLM v0.18.0`. Key changes include:
- Updating `CANN` and `vLLM` version numbers in `README.md` and `README.zh.md`.
- Adding `v0.18.0rc1` to the release compatibility matrix and release cadence in `versioning_policy.md`.
- Updating `vLLM` and `vLLM Ascend` versions in `conf.py`.
- Adding a new FAQ entry for `v0.18.0rc1` and clarifying the versioning policy in `faqs.md`.
- Incorporating comprehensive release notes for `v0.18.0rc1` in `release_notes.md`, detailing new features, performance optimizations, dependency upgrades, and bug fixes.
- Updating the contributors list in `contributors.md`.
These updates are necessary to keep the project documentation current with the latest release candidate.
Fixes #
### Does this PR introduce _any_ user-facing change?
Yes, this PR introduces user-facing changes in the documentation, including updated version numbers, compatibility information, release notes detailing new features and fixes, and an updated FAQ section. These changes provide users with current information about the `v0.18.0rc1` release.
### How was this patch tested?
The changes are primarily documentation updates. No new tests were added. The existing CI should ensure that the documentation builds correctly.|
👋 Hi! Thank you for contributing to the vLLM Ascend project. The following points will speed up your PR merge:
If CI fails, you can run linting and testing checks locally according Contributing and Testing. |
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Summary
Pending milestone PRs to watch
The following open
v0.18.0rc1milestone PRs look most relevant to release readiness or user-facing messaging:--block-sizeDoes this PR introduce any user-facing change?
Yes.
It updates the published v0.18.0rc1 release notes and the user-facing documentation/version references that point users at the current RC.
How was this patch tested?
created and updated the v0.18.0rc1 feedback issue and release checklist during release prep
validated the modified workflow YAML files with
yaml.safe_load()verified
docs/source/conf.pysubstitutions by executing the file and checking the emitted version valuesmanually reviewed the release note citations against the merged PRs used for this RC prep
vLLM version: v0.18.0
vLLM main: vllm-project/vllm@ed359c4