-
Notifications
You must be signed in to change notification settings - Fork 206
fix(release): correctly update lora-syncer and epp image tags across RC and final releases #1916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…RC and final releases
✅ Deploy Preview for gateway-api-inference-extension ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
local test ➜ llm-instance-gateway git:(fix/script) MAJOR=1 MINOR=3 PATCH=0 RC=1 ./hack/release-quickstart.sh
Using release tag: v1.3.0-rc.1
Using vLLM GPU image version: 0.10.0
Using vLLM CPU image version: 0.10.0
Using vLLM Simulator image version: 0.3.2-fix
Updating version/version.go ...
Generating CRDs with new annotations in config/crd/
2025/12/01 09:42:30 generating CRD for InferenceModelRewrite.inference.networking.x-k8s.io
2025/12/01 09:42:30 generating CRD for InferenceObjective.inference.networking.x-k8s.io
2025/12/01 09:42:30 generating CRD for InferencePool.inference.networking.k8s.io
2025/12/01 09:42:30 generating CRD for InferencePool.inference.networking.x-k8s.io
2025/12/01 09:42:30 generating CRD for InferencePoolImport.inference.networking.x-k8s.io
Generated CRDs with new annotations in config/crd/
Updating pkg/README.md ...
Updating config/charts/inferencepool/values.yaml, config/charts/body-based-routing/values.yaml, and conformance/resources/base.yaml ...
Updating config/manifests/vllm/gpu-deployment.yaml ...
Updating config/manifests/vllm/cpu-deployment.yaml ...
Updating config/manifests/vllm/sim-deployment.yaml ...
Staging version/version.go config/crd/ pkg/README.md config/charts/inferencepool/values.yaml config/charts/body-based-routing/values.yaml conformance/resources/base.yaml config/manifests/vllm/gpu-deployment.yaml config/manifests/vllm/cpu-deployment.yaml config/manifests/vllm/sim-deployment.yaml site-src/guides/index.md files...
Cleaning up temporary backup files...
Release quickstart update complete.
➜ llm-instance-gateway git:(fix/script) ✗ grep -r "v1.3.0-rc.1" \
version/version.go \
config/charts/inferencepool/values.yaml \
conformance/resources/base.yaml \
config/manifests/vllm/gpu-deployment.yaml \
config/manifests/vllm/cpu-deployment.yaml \
site-src/guides/index.md
version/version.go: BundleVersion = "v1.3.0-rc.1"
config/charts/inferencepool/values.yaml: tag: v1.3.0-rc.1
config/charts/inferencepool/values.yaml: tag: v1.3.0-rc.1
config/charts/inferencepool/values.yaml: tag: v1.3.0-rc.1
conformance/resources/base.yaml: image: registry.k8s.io/gateway-api-inference-extension/epp:v1.3.0-rc.1
conformance/resources/base.yaml: image: registry.k8s.io/gateway-api-inference-extension/epp:v1.3.0-rc.1
conformance/resources/base.yaml: image: registry.k8s.io/gateway-api-inference-extension/epp:v1.3.0-rc.1
config/manifests/vllm/gpu-deployment.yaml: image: registry.k8s.io/gateway-api-inference-extension/lora-syncer:v1.3.0-rc.1
config/manifests/vllm/cpu-deployment.yaml: image: registry.k8s.io/gateway-api-inference-extension/lora-syncer:v1.3.0-rc.1
site-src/guides/index.md: kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0-rc.1/config/manifests/vllm/gpu-deployment.yaml
site-src/guides/index.md: kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0-rc.1/config/manifests/vllm/cpu-deployment.yaml
site-src/guides/index.md: kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0-rc.1/config/manifests/vllm/sim-deployment.yaml
site-src/guides/index.md:kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/releases/download/v1.3.0-rc.1/manifests.yaml
site-src/guides/index.md: export IGW_CHART_VERSION=v1.3.0-rc.1
site-src/guides/index.md: kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0-rc.1/config/manifests/gateway/gke/gateway.yaml
site-src/guides/index.md: kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0-rc.1/config/manifests/gateway/gke/httproute.yaml
site-src/guides/index.md: kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0-rc.1/config/manifests/gateway/agentgateway/gateway.yaml
site-src/guides/index.md: kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0-rc.1/config/manifests/gateway/agentgateway/httproute.yaml
site-src/guides/index.md: kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0-rc.1/config/manifests/inferenceobjective.yaml
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0-rc.1/config/manifests/inferenceobjective.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0-rc.1/config/manifests/vllm/cpu-deployment.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0-rc.1/config/manifests/vllm/gpu-deployment.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0-rc.1/config/manifests/vllm/sim-deployment.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/releases/download/v1.3.0-rc.1/manifests.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0-rc.1/config/manifests/gateway/gke/gateway.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0-rc.1/config/manifests/gateway/gke/healthcheck.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0-rc.1/config/manifests/gateway/gke/gcp-backend-policy.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0-rc.1/config/manifests/gateway/gke/httproute.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0-rc.1/config/manifests/gateway/istio/gateway.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0-rc.1/config/manifests/gateway/istio/httproute.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0-rc.1/config/manifests/gateway/agentgateway/gateway.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0-rc.1/config/manifests/gateway/agentgateway/httproute.yaml --ignore-not-found
➜ llm-instance-gateway git:(fix/script) ✗
➜ llm-instance-gateway git:(fix/script) ✗
➜ llm-instance-gateway git:(fix/script) ✗ MAJOR=1 MINOR=3 PATCH=0 ./hack/release-quickstart.sh
Using release tag: v1.3.0
Using vLLM GPU image version: 0.10.0
Using vLLM CPU image version: 0.10.0
Using vLLM Simulator image version: 0.3.2-fix
Updating version/version.go ...
Generating CRDs with new annotations in config/crd/
2025/12/01 09:46:50 generating CRD for InferenceModelRewrite.inference.networking.x-k8s.io
2025/12/01 09:46:50 generating CRD for InferenceObjective.inference.networking.x-k8s.io
2025/12/01 09:46:50 generating CRD for InferencePool.inference.networking.k8s.io
2025/12/01 09:46:50 generating CRD for InferencePool.inference.networking.x-k8s.io
2025/12/01 09:46:50 generating CRD for InferencePoolImport.inference.networking.x-k8s.io
Generated CRDs with new annotations in config/crd/
Updating pkg/README.md ...
Updating config/charts/inferencepool/values.yaml, config/charts/body-based-routing/values.yaml, and conformance/resources/base.yaml ...
Updating config/manifests/vllm/gpu-deployment.yaml ...
Updating config/manifests/vllm/cpu-deployment.yaml ...
Updating config/manifests/vllm/sim-deployment.yaml ...
Staging version/version.go config/crd/ pkg/README.md config/charts/inferencepool/values.yaml config/charts/body-based-routing/values.yaml conformance/resources/base.yaml config/manifests/vllm/gpu-deployment.yaml config/manifests/vllm/cpu-deployment.yaml config/manifests/vllm/sim-deployment.yaml site-src/guides/index.md files...
Cleaning up temporary backup files...
Release quickstart update complete.
➜ llm-instance-gateway git:(fix/script) ✗ grep -r "v1.3.0" \
version/version.go \
config/charts/inferencepool/values.yaml \
conformance/resources/base.yaml \
config/manifests/vllm/gpu-deployment.yaml \
config/manifests/vllm/cpu-deployment.yaml \
site-src/guides/index.md
version/version.go: BundleVersion = "v1.3.0"
config/charts/inferencepool/values.yaml: tag: v1.3.0
config/charts/inferencepool/values.yaml: tag: v1.3.0
config/charts/inferencepool/values.yaml: tag: v1.3.0
conformance/resources/base.yaml: image: gcr.io/k8s-staging-gateway-api/echo-basic:v20251106-v1.3.0-263-g47c3435c
conformance/resources/base.yaml: image: gcr.io/k8s-staging-gateway-api/echo-basic:v20251106-v1.3.0-263-g47c3435c
conformance/resources/base.yaml: image: registry.k8s.io/gateway-api-inference-extension/epp:v1.3.0
conformance/resources/base.yaml: image: registry.k8s.io/gateway-api-inference-extension/epp:v1.3.0
conformance/resources/base.yaml: image: gcr.io/k8s-staging-gateway-api/echo-basic:v20251106-v1.3.0-263-g47c3435c
conformance/resources/base.yaml: image: gcr.io/k8s-staging-gateway-api/echo-basic:v20251106-v1.3.0-263-g47c3435c
conformance/resources/base.yaml: image: gcr.io/k8s-staging-gateway-api/echo-basic:v20251106-v1.3.0-263-g47c3435c
conformance/resources/base.yaml: image: registry.k8s.io/gateway-api-inference-extension/epp:v1.3.0
config/manifests/vllm/gpu-deployment.yaml: image: registry.k8s.io/gateway-api-inference-extension/lora-syncer:v1.3.0
config/manifests/vllm/cpu-deployment.yaml: image: registry.k8s.io/gateway-api-inference-extension/lora-syncer:v1.3.0
site-src/guides/index.md: kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0/config/manifests/vllm/gpu-deployment.yaml
site-src/guides/index.md: kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0/config/manifests/vllm/cpu-deployment.yaml
site-src/guides/index.md: kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0/config/manifests/vllm/sim-deployment.yaml
site-src/guides/index.md:kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/releases/download/v1.3.0/manifests.yaml
site-src/guides/index.md: export IGW_CHART_VERSION=v1.3.0
site-src/guides/index.md: kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0/config/manifests/gateway/gke/gateway.yaml
site-src/guides/index.md: kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0/config/manifests/gateway/gke/httproute.yaml
site-src/guides/index.md: kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0/config/manifests/gateway/agentgateway/gateway.yaml
site-src/guides/index.md: kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0/config/manifests/gateway/agentgateway/httproute.yaml
site-src/guides/index.md: kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0/config/manifests/inferenceobjective.yaml
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0/config/manifests/inferenceobjective.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0/config/manifests/vllm/cpu-deployment.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0/config/manifests/vllm/gpu-deployment.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0/config/manifests/vllm/sim-deployment.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/releases/download/v1.3.0/manifests.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0/config/manifests/gateway/gke/gateway.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0/config/manifests/gateway/gke/healthcheck.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0/config/manifests/gateway/gke/gcp-backend-policy.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0/config/manifests/gateway/gke/httproute.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0/config/manifests/gateway/istio/gateway.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0/config/manifests/gateway/istio/httproute.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0/config/manifests/gateway/agentgateway/gateway.yaml --ignore-not-found
site-src/guides/index.md: kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.3.0/config/manifests/gateway/agentgateway/httproute.yaml --ignore-not-found
➜ llm-instance-gateway git:(fix/script) ✗ grep -r "v1.3.0-rc.1" \
version/version.go \
config/charts/inferencepool/values.yaml \
conformance/resources/base.yaml \
config/manifests/vllm/gpu-deployment.yaml \
config/manifests/vllm/cpu-deployment.yaml \
site-src/guides/index.md
➜ llm-instance-gateway git:(fix/script) ✗ yq '.spec.template.spec.containers[].image' conformance/resources/base.yaml
gcr.io/k8s-staging-gateway-api/echo-basic:v20251106-v1.3.0-263-g47c3435c
---
gcr.io/k8s-staging-gateway-api/echo-basic:v20251106-v1.3.0-263-g47c3435c
---
registry.k8s.io/gateway-api-inference-extension/epp:v1.3.0
---
registry.k8s.io/gateway-api-inference-extension/epp:v1.3.0
---
gcr.io/k8s-staging-gateway-api/echo-basic:v20251106-v1.3.0-263-g47c3435c
gcr.io/k8s-staging-gateway-api/echo-basic:v20251106-v1.3.0-263-g47c3435c
gcr.io/k8s-staging-gateway-api/echo-basic:v20251106-v1.3.0-263-g47c3435c
---
registry.k8s.io/gateway-api-inference-extension/epp:v1.3.0
|
Verification Steps
|
|
/test pull-gateway-api-inference-extension-test-unit-main |
|
/lgtm Thanks! |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: googs1025, nirrozenbaum 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 |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #1915
Does this PR introduce a user-facing change?: