From 3afc987ff12b0d49edb69d707c83eb262a9504e1 Mon Sep 17 00:00:00 2001 From: Matteo Mortari Date: Tue, 24 Sep 2024 15:09:33 +0200 Subject: [PATCH] py: show Kubeflow alpha banner like website (#422) Signed-off-by: Matteo Mortari --- clients/python/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/clients/python/README.md b/clients/python/README.md index f5e0cb88..05419dcf 100644 --- a/clients/python/README.md +++ b/clients/python/README.md @@ -7,6 +7,12 @@ This library provides a high level interface for interacting with a model registry server. +> **Alpha** +> +> This Kubeflow component has **alpha** status with limited support. +> See the [Kubeflow versioning policies](https://www.kubeflow.org/docs/started/support/#application-status). +> The Kubeflow team is interested in your [feedback](https://github.com/kubeflow/model-registry) about the usability of the feature. + ## Installation In your Python environment, you can install the latest version of the Model Registry Python client with: