[Doc] Add 0.8.5rc1 release note (#756)

### What this PR does / why we need it?
Add 0.8.5rc1 release note and bump vllm version to v0.8.5.post1

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?

CI passed

---------

Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
This commit is contained in:
Yikun Jiang
2025-05-06 23:46:35 +08:00
committed by GitHub
parent 2cd036ee8e
commit ec27af346a
7 changed files with 45 additions and 26 deletions

View File

@@ -63,15 +63,15 @@ myst_substitutions = {
# the branch of vllm, used in vllm clone
# - main branch: 'main'
# - vX.Y.Z branch: 'vX.Y.Z'
'vllm_version': 'v0.8.4',
'vllm_version': 'v0.8.5.post1',
# the branch of vllm-ascend, used in vllm-ascend clone and image tag
# - main branch: 'main'
# - vX.Y.Z branch: latest vllm-ascend release tag
'vllm_ascend_version': 'v0.8.4rc2',
'vllm_ascend_version': 'v0.8.5rc1',
# the newest release version of vllm-ascend and matched vLLM, used in pip install.
# This value should be updated when cut down release.
'pip_vllm_ascend_version': "0.8.4rc2",
'pip_vllm_version': "0.8.4",
'pip_vllm_ascend_version': "0.8.5rc1",
'pip_vllm_version': "0.8.5.post1",
# CANN image tag
'cann_image_tag': "8.1.rc1-910b-ubuntu22.04-py3.10",
}