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

Fix: Update kserve to version 0.11.2 #2616

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ This repo periodically syncs all official Kubeflow components from their respect
| Volumes Web App | apps/volumes-web-app/upstream | [v1.8.0-rc.0](https://github.com/kubeflow/kubeflow/tree/v1.8.0-rc.0/components/crud-web-apps/volumes/manifests) |
| Katib | apps/katib/upstream | [v0.16.0-rc.1](https://github.com/kubeflow/katib/tree/v0.16.0-rc.1/manifests/v1beta1) |
| KServe | contrib/kserve/kserve | [v0.11.0](https://github.com/kserve/kserve/tree/v0.11.0/install/v0.11.0) |
| KServe Models Web App | contrib/kserve/models-web-app | [v0.10.0](https://github.com/kserve/models-web-app/tree/v0.10.0/config) |
| KServe Models Web App | contrib/kserve/models-web-app | [v0.11.2](https://github.com/kserve/models-web-app/tree/v0.11.2/config) |
| Kubeflow Pipelines | apps/pipeline/upstream | [2.0.1](https://github.com/kubeflow/pipelines/tree/2.0.1/manifests/kustomize) |
| Kubeflow Tekton Pipelines | apps/kfp-tekton/upstream | [v2.0.0](https://github.com/kubeflow/kfp-tekton/tree/v2.0.0/manifests/kustomize) |

Expand Down
2 changes: 1 addition & 1 deletion contrib/kserve/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KSERVE_VERSION ?= 0.10.0
KSERVE_VERSION ?= 0.11.2
MODELS_WEBAPP_VERSION ?= 0.8.1
MODELS_WEBAPP_RELEASE_VERSION := $(shell echo ${MODELS_WEBAPP_VERSION} | cut -d "." -f1-2)

Expand Down
4 changes: 2 additions & 2 deletions contrib/kserve/UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
1. Set the desired version to upgrade.

```sh
export KSERVE_VERSION=0.10.0-rc0
export KSERVE_VERSION=0.11.2-rc0
```

2. Rebuild the manifests.
Expand Down Expand Up @@ -65,4 +65,4 @@ If you are using another OS, please make sure to update the Makefile commands.
> **_NOTE:_** If resource/crd installation fails please re-run the commands.

### Testing
For testing refer [kserve readme](README.md#testing-models-webapp).
For testing refer [kserve readme](README.md#testing-models-webapp).
2 changes: 1 addition & 1 deletion contrib/kserve/models-web-app/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ commonLabels:
images:
- name: kserve/models-web-app
newName: kserve/models-web-app
newTag: v0.10.0
newTag: v0.11.2
configMapGenerator:
- name: kserve-models-web-app-config
literals:
Expand Down
4 changes: 2 additions & 2 deletions contrib/kserve/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest>=7.0.0
kserve>=0.10.0
kserve>=0.11.2
kubernetes>=18.20.0
requests>=2.18.4
requests>=2.18.4
Loading