Skip to content
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

Code sync with upstream #133

Merged
merged 40 commits into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
79f2a48
Make storage initializer image configurable (#3145)
yuzisun Sep 24, 2023
1cc7e6c
chore: Add design doc template links to feature request template (#3155)
ckadner Sep 30, 2023
a86fab9
Increase pytest workers for kourier e2e test (#3151)
sivanantha321 Sep 30, 2023
a8c1dbd
Upgrade istio Api and migrate to v1beta1 Api version (#3150)
sivanantha321 Sep 30, 2023
ece9de0
Unpack archive files for hdfs (#3093)
sivanantha321 Sep 30, 2023
f8fc0fa
Removing update op from pod-mutator webhook (#3163)
rachitchauhan43 Oct 5, 2023
ef8ee1f
Fix quick install script (#3164)
dtrifiro Oct 5, 2023
c8aa91b
Fix self-signed-ca installation (#3165)
sivanantha321 Oct 7, 2023
fe3411f
Generate client-go for StorageContainer CR (#3152)
sivanantha321 Oct 7, 2023
4f44acb
Add S3_VERIFY_SSL to storage.py for S3 (#3172)
Jooho Oct 7, 2023
16f3da2
Allow disabling creation of the HPA in raw deployment mode (#3086)
andyi2it Oct 7, 2023
d03649d
Restrict workflow concurrency (#3167)
vignesh-murugani2i Oct 7, 2023
294a104
Refractor v1 vs. v2 endpoint unit tests in kserve/test/test_server.py…
guohaoyu110 Oct 8, 2023
b91e2b1
Fix runtime not found for triton due to wrong default protocolVersion…
sivanantha321 Oct 16, 2023
eea3ae9
Make ModelServer to stop correctly when using more than 1 worker (#3174)
andyi2it Oct 16, 2023
804637d
Added custom request timeout for inferencegraph. (#3173)
andyi2it Oct 17, 2023
90be96b
Fix serving runtime webhook cert namespace for kubeflow installation …
sivanantha321 Oct 19, 2023
34bc800
Add go security scan for PRs and set it up to run on a regular schedu…
sivanantha321 Oct 21, 2023
1b16899
RawDeployment support for Inference Graph (#3194)
bmopuri Oct 24, 2023
430da16
Revert "RawDeployment support for Inference Graph" (#3198)
rachitchauhan43 Oct 24, 2023
b22bf22
Verify codegen in CI (#3189)
sivanantha321 Oct 29, 2023
6e0548e
Fix knative config-defaults values overrided by kserve (#3130)
sivanantha321 Oct 30, 2023
215e583
Fix qpext metrics port (#3209)
yuzisun Oct 30, 2023
563e50b
docs: fix some typos (#3214)
daixiang0 Oct 31, 2023
60f42d0
chore: Add new PR reviewers and approvers (#3213)
ckadner Nov 3, 2023
632b93c
Added async with postprocess method. (#3204)
andyi2it Nov 5, 2023
045ddc4
Remove the redundant python lint check in CI environment (#3184)
nilakshi104 Nov 5, 2023
18eb9d4
Move pmml worker validation to runtime (#3182)
sivanantha321 Nov 5, 2023
9458fc4
Bump torchserve version to 0.9.0 (#3217)
gavrissh Nov 5, 2023
3498a01
CVE-2023-44487 - qpext (#3203)
spolti Nov 5, 2023
85b3dd7
Allow ray >=2.7,<3 (#3075)
ddelange Nov 6, 2023
35e600a
Fix lightgbm model input conversion when input is list of lists (#3226)
sivanantha321 Nov 7, 2023
bd5a5d9
CVE-2023-44487 (#3202)
spolti Nov 14, 2023
8d5f574
Sanitize a command line argument in agent (#3245)
israel-hdez Nov 15, 2023
b2ae1bf
Validation added for ensuring same model format has same priority for…
andyi2it Nov 18, 2023
d269e71
Fix: Unexpected Panic in Inference graph when it fails to create http…
HAO2167 Nov 18, 2023
6f4bf79
Add default clusterstoragecontainer cr into resources (#3219)
homily707 Nov 18, 2023
829c79e
Support verify variable with storage-config json style (fix-3263) (#3…
Jooho Nov 23, 2023
bb3615b
Merge branch 'kserve/master' into odh/master
israel-hdez Nov 23, 2023
694bf54
Fix OpenShift-CI: renaming of overlays/test/runtimes
israel-hdez Nov 24, 2023
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
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ assignees: ''

**Anything else you would like to add:**
[Miscellaneous information that will assist in solving the issue.]


**Links to the design documents:**
[Optional, start with the short-form [RFC template](https://docs.google.com/document/d/1UcBeLfZ_JMGpVrPJmYtEIVH_9Y4U3AEKQdq_IKuOMrU) to outline your ideas and get early feedback.]
[Required, use the longer-form [design doc template](https://docs.google.com/document/d/1Mtoui_PP2a9N59NjYHnsvrdJ8t2iKFwIJAx1zRO_I1c) to specify and discuss your design in more detail]
4 changes: 4 additions & 0 deletions .github/workflows/agent-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ on:
env:
IMAGE_NAME: kserve-agent

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
# Run tests.
# See also https://docs.docker.com/docker-hub/builds/automated-testing/
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/alibiexplainer-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ on:
pull_request:

env:
IMAGE_NAME: alibi-explainer
IMAGE_NAME: alibi-explainer

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
# Run tests.
Expand Down Expand Up @@ -59,7 +63,7 @@ jobs:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Export version variable
- name: Export version variable
run: |
IMAGE_ID=kserve/$IMAGE_NAME

Expand All @@ -86,5 +90,3 @@ jobs:
file: python/alibiexplainer.Dockerfile
push: true
tags: ${{ env.IMAGE_ID }}:${{ env.VERSION }}


4 changes: 4 additions & 0 deletions .github/workflows/artexplainer-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
env:
IMAGE_NAME: art-explainer

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
# Run tests.
# See also https://docs.docker.com/docker-hub/builds/automated-testing/
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/cherry-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
- master
types: ["closed"]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
cherry_pick_release_0_10:
runs-on: ubuntu-latest
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/custom-model-grpc-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
env:
IMAGE_NAME: custom-model-grpc

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
# Run tests.
# See also https://docs.docker.com/docker-hub/builds/automated-testing/
Expand Down Expand Up @@ -72,4 +76,3 @@ jobs:

docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
docker push $IMAGE_ID:$VERSION

Loading