Skip to content

Commit

Permalink
docs: Update version tags after v0.12.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Edgar Hernández <23639005+israel-hdez@users.noreply.github.com>
  • Loading branch information
israel-hdez committed Jul 9, 2024
1 parent f8cc7aa commit 7f0b371
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions docs/component-versions.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Component versions

The following table shows the component versions for the latest ModelMesh Serving release (v0.11.2).
The following table shows the component versions for the latest ModelMesh Serving release (v0.12.0).

| Component | Description | Upstream Revision |
| ------------------------- | ------------------------------------------------------------------ | --------------------------------------------------------------------------- |
| ModelMesh | Serves as a general-purpose model serving management/routing layer | [v0.11.2](https://github.com/kserve/modelmesh/tree/v0.11.2) |
| ModelMesh Runtime Adapter | Contains the unified puller/runtime-adapter image | [v0.11.2](https://github.com/kserve/modelmesh-runtime-adapter/tree/v0.11.2) |
| REST Proxy | Supports inference requests using KServe V2 REST Predict Protocol | [v0.11.2](https://github.com/kserve/rest-proxy/tree/v0.11.2) |
| ------------------------- | ------------------------------------------------------------------ |-----------------------------------------------------------------------------|
| ModelMesh | Serves as a general-purpose model serving management/routing layer | [v0.12.0](https://github.com/kserve/modelmesh/tree/v0.12.0) |
| ModelMesh Runtime Adapter | Contains the unified puller/runtime-adapter image | [v0.12.0](https://github.com/kserve/modelmesh-runtime-adapter/tree/v0.12.0) |
| REST Proxy | Supports inference requests using KServe V2 REST Predict Protocol | [v0.12.0](https://github.com/kserve/rest-proxy/tree/v0.12.0) |
4 changes: 2 additions & 2 deletions docs/install/install-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ A secret named `model-serving-etcd` will be created and passed to the controller
<!-- Remove the following note on the `release-*` branch -->

To install the most recent _stable release_ of [modelmesh-serving](https://github.com/kserve/modelmesh-serving/releases/latest)
follow the [Installation instructions](https://github.com/kserve/modelmesh-serving/blob/release-0.11.2/docs/install/install-script.md) for version `v0.11.2`.
follow the [Installation instructions](https://github.com/kserve/modelmesh-serving/blob/release-0.12.0/docs/install/install-script.md) for version `v0.12.0`.

Start by cloning the [modelmesh-serving](https://github.com/kserve/modelmesh-serving.git) repository:

<!-- Replace with RELEASE="release-0.12" on the `release-0.12` branch -->
<!-- Replace with RELEASE="release-0.13" on the `release-0.13` branch -->

```shell
RELEASE="main"
Expand Down
4 changes: 2 additions & 2 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To quickly get started using ModelMesh Serving, here is a brief guide.
> **Note**: This document describes how to install the _latest unreleased_
> version of ModelMesh for developers and early adopters. To install the
> most recent _stable release_, please follow the
> [Quick Start Guide for version 0.11.2](https://github.com/kserve/modelmesh-serving/blob/release-0.11.2/docs/quickstart.md).
> [Quick Start Guide for version 0.12.0](https://github.com/kserve/modelmesh-serving/blob/release-0.12.0/docs/quickstart.md).
## Prerequisites

Expand All @@ -22,7 +22,7 @@ To quickly get started using ModelMesh Serving, here is a brief guide.

### Clone the ModelMesh repository

<!-- Replace with RELEASE="release-0.12" on the `release-0.12` branch -->
<!-- Replace with RELEASE="release-0.13" on the `release-0.13` branch -->

```shell
RELEASE="main"
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.11.2" # The latest release is the default
modelmesh_release="v0.12.0" # The latest release is the default
create_storage_secret=false
deploy_serving_runtimes=false
dev_mode=false # Set to true to use locally cloned files instead of from a release
Expand Down

0 comments on commit 7f0b371

Please sign in to comment.