You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: upgrade vllm CPU build from v0.15.0 to v0.15.1 (#294)
Addresses CVE-2025-69223 (aiohttp) and CVE-2026-0994 (protobuf) patched
in the v0.15.1 security release of vllm.
Closes#284
Signed-off-by: Mike Spreitzer <mspreitz@us.ibm.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/upstream-versions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,5 +13,5 @@
13
13
|**k8s.io/client-go**|`v0.34.0`| tag |`go.mod` line 9 |[kubernetes/client-go](https://github.com/kubernetes/client-go)|
14
14
|**sigs.k8s.io/controller-runtime**|`v0.22.1`| tag |`go.mod` line 12 |[kubernetes-sigs/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime)|
15
15
|**vllm/vllm-openai**|`v0.10.2`| tag |`cmd/requester/README.md`|[vllm-project/vllm](https://github.com/vllm-project/vllm)|
16
-
|**vllm (CPU build)**|`v0.15.0`| tag |`dockerfiles/Dockerfile.launcher.cpu`|[vllm-project/vllm](https://github.com/vllm-project/vllm)|
16
+
|**vllm (CPU build)**|`v0.15.1`| tag |`dockerfiles/Dockerfile.launcher.cpu`|[vllm-project/vllm](https://github.com/vllm-project/vllm)|
17
17
|**nvidia/cuda**|`12.8.0-base-ubuntu22.04`| tag |`dockerfiles/Dockerfile.requester`|[NVIDIA CUDA](https://hub.docker.com/r/nvidia/cuda)|
0 commit comments