diff --git a/content/en/docs/started/installing-kubeflow/index.md b/content/en/docs/started/installing-kubeflow/index.md
index 4e337b327e..88283a8d7c 100644
--- a/content/en/docs/started/installing-kubeflow/index.md
+++ b/content/en/docs/started/installing-kubeflow/index.md
@@ -214,6 +214,21 @@ The following table lists distributions which are maintained by their r
Website
+
+
+ prokube.ai
+ prokube MLOps
+ |
+
+ {{< kf-version-notice >}}{{% prokube/latest-version %}}{{< /kf-version-notice >}}
+ |
+
+ Multiple Kubernetes distributions
+ |
+
+ Website
+ |
+
|
QBO GPU Cloud
diff --git a/content/en/docs/started/installing-kubeflow/release-info/v1.11.0.json b/content/en/docs/started/installing-kubeflow/release-info/v1.11.0.json
new file mode 100644
index 0000000000..e236c1b594
--- /dev/null
+++ b/content/en/docs/started/installing-kubeflow/release-info/v1.11.0.json
@@ -0,0 +1,6 @@
+{
+ "tag": "v1.11.0",
+ "url": "https://github.com/kubeflow/manifests/releases/tag/v1.11.0",
+ "commit_date": "2025-12-15T19:58:09Z",
+ "publish_date": "2025-12-15T20:43:23Z"
+}
diff --git a/layouts/shortcodes/prokube/latest-version.html b/layouts/shortcodes/prokube/latest-version.html
new file mode 100644
index 0000000000..1cac385c6c
--- /dev/null
+++ b/layouts/shortcodes/prokube/latest-version.html
@@ -0,0 +1 @@
+1.11.0
|