Skip to content

Commit 7f0b371

Browse files
committed
docs: Update version tags after v0.12.0 release
Signed-off-by: Edgar Hernández <[email protected]>
1 parent f8cc7aa commit 7f0b371

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

docs/component-versions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Component versions
22

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

55
| Component | Description | Upstream Revision |
6-
| ------------------------- | ------------------------------------------------------------------ | --------------------------------------------------------------------------- |
7-
| ModelMesh | Serves as a general-purpose model serving management/routing layer | [v0.11.2](https://github.com/kserve/modelmesh/tree/v0.11.2) |
8-
| ModelMesh Runtime Adapter | Contains the unified puller/runtime-adapter image | [v0.11.2](https://github.com/kserve/modelmesh-runtime-adapter/tree/v0.11.2) |
9-
| REST Proxy | Supports inference requests using KServe V2 REST Predict Protocol | [v0.11.2](https://github.com/kserve/rest-proxy/tree/v0.11.2) |
6+
| ------------------------- | ------------------------------------------------------------------ |-----------------------------------------------------------------------------|
7+
| ModelMesh | Serves as a general-purpose model serving management/routing layer | [v0.12.0](https://github.com/kserve/modelmesh/tree/v0.12.0) |
8+
| ModelMesh Runtime Adapter | Contains the unified puller/runtime-adapter image | [v0.12.0](https://github.com/kserve/modelmesh-runtime-adapter/tree/v0.12.0) |
9+
| REST Proxy | Supports inference requests using KServe V2 REST Predict Protocol | [v0.12.0](https://github.com/kserve/rest-proxy/tree/v0.12.0) |

docs/install/install-script.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ A secret named `model-serving-etcd` will be created and passed to the controller
4343
<!-- Remove the following note on the `release-*` branch -->
4444

4545
To install the most recent _stable release_ of [modelmesh-serving](https://github.com/kserve/modelmesh-serving/releases/latest)
46-
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`.
46+
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`.
4747

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

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

5252
```shell
5353
RELEASE="main"

docs/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To quickly get started using ModelMesh Serving, here is a brief guide.
77
> **Note**: This document describes how to install the _latest unreleased_
88
> version of ModelMesh for developers and early adopters. To install the
99
> most recent _stable release_, please follow the
10-
> [Quick Start Guide for version 0.11.2](https://github.com/kserve/modelmesh-serving/blob/release-0.11.2/docs/quickstart.md).
10+
> [Quick Start Guide for version 0.12.0](https://github.com/kserve/modelmesh-serving/blob/release-0.12.0/docs/quickstart.md).
1111
1212
## Prerequisites
1313

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

2323
### Clone the ModelMesh repository
2424

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

2727
```shell
2828
RELEASE="main"

scripts/setup_user_namespaces.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ EOF
3131

3232
ctrl_ns="modelmesh-serving"
3333
user_ns_array=()
34-
modelmesh_release="v0.11.2" # The latest release is the default
34+
modelmesh_release="v0.12.0" # The latest release is the default
3535
create_storage_secret=false
3636
deploy_serving_runtimes=false
3737
dev_mode=false # Set to true to use locally cloned files instead of from a release

0 commit comments

Comments
 (0)