Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
c034e83
fix: upgrade vLLM to 0.19.0 (#5367)
cjohannsen-cloudera Apr 10, 2026
e4067ae
fix: enforce PSS restricted profile on LLMInferenceService default te…
alokdangre Apr 10, 2026
8cc3817
fix: recover multi download flag in default CSC (#5368)
israel-hdez Apr 13, 2026
928dc14
fix(agent): mirror user-defined httpGet path onto agent readiness pro…
reyshazni Apr 13, 2026
b3587fa
fix(llmisvc): shorten webhook name to comply with 63-char label limit…
spolti Apr 15, 2026
73a6053
fix: CVE-2026-33186 gRPC authorization bypass (#5342)
sivanantha321 Apr 15, 2026
c0557f3
docs: fix typo in OpenShift guide (#5197)
iranzo Apr 15, 2026
e46ad24
revert(llmisvc): restore original webhook names, reverts #5381 (#5398)
bartoszmajsak Apr 15, 2026
eaf73ba
fix: intermittent 403 Forbidden errors during S3 model download (#5393)
agoston Apr 15, 2026
b0d1012
feat(llmisvc): add SectionName support to Gateway refs (#5410)
bartoszmajsak Apr 16, 2026
b7b2886
build: add GOTAGS build arg to manager and agent Dockerfiles (#5403)
bartoszmajsak Apr 16, 2026
f6465a1
refactor(test): migrate credentials suite to NewEnvTest (#5397)
bartoszmajsak Apr 16, 2026
e21290c
fix: address CVE-2026-30922: pyasn1 Vulnerable to DoS (#5404)
spolti Apr 17, 2026
152baeb
feat(release): add Copilot CLI release automation (#5419)
Jooho Apr 18, 2026
bb9971b
release: prepare release v0.18.0-rc0 (#5422)
Jooho Apr 18, 2026
20b2d7e
fix(release): improve release orchestrator with safety and automation…
Jooho Apr 20, 2026
9b78477
feat(llmisvc): propagate spec.labels and annotations to service (#5365)
neelabhsinha Apr 20, 2026
ab7c4bb
fix: remove incorrect crds in llmisvc-crd (#5428)
Jooho Apr 20, 2026
8507665
fix: normalize legacy deploymentMode in status (#5427)
jlost Apr 21, 2026
36f6bba
release: prepare release v0.18.0-rc1 (#5434)
Jooho Apr 21, 2026
fc00012
fix: skip validation on update during deletion for all resource types…
jlost Apr 22, 2026
e1c0764
fix(llmisvc): allow stop when LLMInferenceServiceConfig is missing (#…
pierDipi Apr 22, 2026
3886ff8
fix: add approvers to reviewers in OWNERS (#5444)
Jooho Apr 22, 2026
8612775
fix(samples): add active-request-scorer and fix pluginRef typo (#5411)
dagrayvid Apr 22, 2026
3e17dfc
ci: add --maxfail=10 to e2e pytest invocation (#5445)
maskarb Apr 22, 2026
2f3c8ce
Merge remote-tracking branch 'upstream/master' into sync-upstream-202…
Apr 23, 2026
7e964a7
fix(owners): remove upstream users not in opendatahub-io org
Apr 23, 2026
13fd252
fix(e2e): remove duplicate securityContext key in fixtures.py
Apr 23, 2026
9be2024
chore: regenerate go.sum and uv.lock files after merge
Apr 23, 2026
6efebe1
feat(llmisvc): add heterogeneous GPUs load balancing sample (#5374)
pierDipi Apr 23, 2026
343d1c6
ci: add quick install e2e test for KServe + LocalModel + LLMISvc (#5429)
Jooho Apr 23, 2026
745375e
fix(e2e): omit explicit runAsUser in OpenShift to avoid SCC violations
Apr 23, 2026
56fa4f8
Merge pull request #1436 from pierDipi/sync-upstream-20260423-0828
openshift-merge-bot[bot] Apr 23, 2026
29c6893
chore: change docker.io image to quay.io for seaweedfs (#5421)
Jooho Apr 23, 2026
7b52c79
fix: add timeout_keep_alive to work with Istio/Envoy (#5448)
yuzisun Apr 24, 2026
7dd90ab
feat(llmisvc): add e2e autoscaling tests and CI for WVA scaling (#5407)
vivekk16 Apr 24, 2026
9d9bb81
fix: de-hardcode torch wheels; upgrade torch/vision (#5396)
jlost Apr 24, 2026
7dd5883
fix(ci): add MEMBER association to cherry-pick workflow permissions (…
Jooho Apr 24, 2026
93701d7
feat(llmisvc): add migration logic for llm-d v0.6 components upgrade …
vivekk16 Apr 24, 2026
e094d85
Merge remote-tracking branch 'upstream/master' into 260424_sync_upstream
vivekk16 Apr 24, 2026
4d78b11
fix: skip INFERENCE_SERVICE_NAME injection on pre-existing deployment…
andresllh Apr 27, 2026
caf6c0d
fix(ci): exclude autoscaling tests and disable upstream-only workflow
jlost Apr 29, 2026
bf5bee1
Merge pull request #1445 from vivekk16/260424_sync_upstream
openshift-merge-bot[bot] Apr 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .github/actions/kserve-dep-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ inputs:
required: false
default: 'serverless'
enable-keda:
description: 'Enable KEDA for autoscaling'
description: 'Enable KEDA for autoscaling (standard KServe path only)'
required: false
default: 'false'
deploy-llmisvc:
description: 'Deploy LLM Inference Service Controller'
required: false
default: 'false'
default: 'false'
autoscaler:
description: 'LLMISvc autoscaler type: hpa, keda, or none'
required: false
default: 'none'
runs:
using: "composite"
steps:
Expand All @@ -25,7 +29,7 @@ runs:
run: |
shopt -s nocasematch
echo "Selected network layer ${{ inputs.network-layer }}"
./test/scripts/gh-actions/setup-deps.sh ${{ inputs.deployment-mode }} "${{ inputs.network-layer }}" "${{ inputs.enable-keda }}" "${{ inputs.deploy-llmisvc }}"
./test/scripts/gh-actions/setup-deps.sh ${{ inputs.deployment-mode }} "${{ inputs.network-layer }}" "${{ inputs.enable-keda }}" "${{ inputs.deploy-llmisvc }}" "${{ inputs.autoscaler }}"


- name: Update test overlays
Expand Down
Loading
Loading