Skip to content

Conversation

danehans
Copy link
Contributor

Fixes minor release tolling issues specific to the release-1.0 branch.

What type of PR is this?
/kind bug

What this PR does / why we need it:

Which issue(s) this PR fixes:

N/A

Does this PR introduce a user-facing change?:

NONE

@k8s-ci-robot k8s-ci-robot added kind/bug Categorizes issue or PR as related to a bug. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Oct 14, 2025
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Oct 14, 2025
@kfswain
Copy link
Collaborator

kfswain commented Oct 14, 2025

/lgtm
/approve

Comment on lines +34 to +38
VLLM_GPU="${VLLM_GPU:-0.8.5}"
# The CPU image is from https://gallery.ecr.aws/q9t5s3a7/vllm-cpu-release-repo
VLLM_CPU="${VLLM_CPU:-0.10.0}"
VLLM_CPU="${VLLM_CPU:-0.8.5}"
# The sim image is from https://github.com/llm-d/llm-d-inference-sim/pkgs/container/llm-d-inference-sim
VLLM_SIM="${VLLM_SIM:-0.3.2-fix}"
VLLM_SIM="${VLLM_SIM:-0.4.0}"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These are the versions currently used in the release-1.0 branch. In my opinion, they should not get bumped in a patch release unless any of the images contain a bug that should be resolved.

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Oct 14, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: danehans, kfswain

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

The pull request process is described here

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


.PHONY: release
release: artifacts release-quickstart verify test # Create a release.
release: artifacts release-quickstart api-ref-docs apix-ref-docs verify test # Create a release.
Copy link
Contributor Author

@danehans danehans Oct 14, 2025

Choose a reason for hiding this comment

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

This ensures any changes in the patch release are reflected in the API docs. Although we don't currently have versioned docs, this will be helpful if we do in the future.

@k8s-ci-robot k8s-ci-robot merged commit ffb66e1 into kubernetes-sigs:release-1.0 Oct 14, 2025
5 checks passed
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants