Skip to content

Commit

Permalink
chore: update latest component versions (#198)
Browse files Browse the repository at this point in the history
Update latest versions in various docs/scripts.


Signed-off-by: Paul Van Eck <pvaneck@us.ibm.com>
  • Loading branch information
pvaneck authored Jul 21, 2022
1 parent 2e413ae commit 8a1f6ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/component-versions.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Component versions

The following table shows the component versions for the latest modelmesh-serving release (v0.8.0).
The following table shows the component versions for the latest modelmesh-serving release (v0.9.0).
| Component | Description | Upstream Revision |
| - | - | - |
| ModelMesh | Serves as a general-purpose model serving management/routing layer | [v0.8.0](https://github.com/kserve/modelmesh/tree/v0.8.0) |
| ModelMesh Runtime Adapter | Contains the unified puller/runtime-adapter image | [v0.8.0](https://github.com/kserve/modelmesh-runtime-adapter/tree/v0.8.0) |
| REST Proxy | Supports inference requests using KServe V2 REST Predict Protocol | [v0.1.3](https://github.com/kserve/rest-proxy/tree/v0.1.3) |
| ModelMesh | Serves as a general-purpose model serving management/routing layer | [v0.9.0](https://github.com/kserve/modelmesh/tree/v0.9.0) |
| ModelMesh Runtime Adapter | Contains the unified puller/runtime-adapter image | [v0.9.0](https://github.com/kserve/modelmesh-runtime-adapter/tree/v0.9.0) |
| REST Proxy | Supports inference requests using KServe V2 REST Predict Protocol | [v0.1.4](https://github.com/kserve/rest-proxy/tree/v0.1.4) |
2 changes: 1 addition & 1 deletion docs/install/install-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ A secret named `model-serving-etcd` will be created and passed to the controller
Install the latest release of [modelmesh-serving](https://github.com/kserve/modelmesh-serving) by first cloning the corresponding release branch:

```shell
RELEASE=release-0.8
RELEASE=release-0.9
git clone -b $RELEASE --depth 1 --single-branch https://github.com/kserve/modelmesh-serving.git
cd modelmesh-serving
```
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup_user_namespaces.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ EOF

ctrl_ns="modelmesh-serving"
user_ns_array=()
modelmesh_release="v0.8.0" # The latest release is the default
modelmesh_release="v0.9.0" # The latest release is the default
create_storage_secret=false
deploy_serving_runtimes=false
dev_mode=false # When set to true, will use the locally cloned files instead of from a release
Expand Down

0 comments on commit 8a1f6ed

Please sign in to comment.