Skip to content

Commit 39e56f6

Browse files
authored
chore: rename model-registry to hub (#952)
Replace references to kubeflow/model-registry with kubeflow/hub Signed-off-by: Paul Boyd <paul@pboyd.io>
1 parent fbf0a14 commit 39e56f6

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

ADOPTERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For adopters of specific Kubeflow Projects, please refer to the respective compo
1414
|-------------------------|-------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|
1515
| Kubeflow Katib | [`kubeflow/katib`](https://github.com/kubeflow/katib) | [`ADOPTERS.md`](https://github.com/kubeflow/katib/blob/master/ADOPTERS.md) |
1616
| Kubeflow MPI Operator | [`kubeflow/mpi-operator`](https://github.com/kubeflow/mpi-operator) | [`ADOPTERS.md`](https://github.com/kubeflow/mpi-operator/blob/master/ADOPTERS.md) |
17-
| Kubeflow Model Registry | [`kubeflow/model-registry`](https://github.com/kubeflow/model-registry) | [`ADOPTERS.md`](https://github.com/kubeflow/model-registry/blob/master/ADOPTERS.md) |
17+
| Kubeflow Hub | [`kubeflow/hub`](https://github.com/kubeflow/hub) | [`ADOPTERS.md`](https://github.com/kubeflow/hub/blob/master/ADOPTERS.md) |
1818
| Kubeflow Notebooks | [`kubeflow/notebooks`](https://github.com/kubeflow/notebooks) | [`ADOPTERS.md`](https://github.com/kubeflow/notebooks/blob/main/ADOPTERS.md) |
1919
| Kubeflow Pipelines | [`kubeflow/pipelines`](https://github.com/kubeflow/pipelines) | [`ADOPTERS.md`](https://github.com/kubeflow/pipelines/blob/master/ADOPTERS.md) |
2020
| Kubeflow Spark Operator | [`kubeflow/spark-operator`](https://github.com/kubeflow/spark-operator) | [`ADOPTERS.md`](https://github.com/kubeflow/spark-operator/blob/master/ADOPTERS.md) |

KUBEFLOW-GENERAL-TECHNICAL-REVIEW.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For more information, check ROADMAP for each Kubeflow Project:
6767
- [Kubeflow Spark Operator](https://github.com/kubeflow/spark-operator/blob/master/ROADMAP.md)
6868
- [Kubeflow Trainer](https://github.com/kubeflow/trainer/blob/master/ROADMAP.md)
6969
- [Kubeflow Katib](https://github.com/kubeflow/katib/blob/master/ROADMAP.md)
70-
- [Kubeflow Model Registry](https://github.com/kubeflow/model-registry/blob/main/ROADMAP.md)
70+
- [Kubeflow Hub](https://github.com/kubeflow/hub/blob/main/ROADMAP.md)
7171
- [Kubeflow Pipelines](https://github.com/kubeflow/pipelines/blob/master/ROADMAP.md)
7272

7373
Community-wide changes are proposed as [Kubeflow Enhancement proposals (KEPs)](https://github.com/kubeflow/community/tree/master/proposals)
@@ -262,7 +262,7 @@ The API is documented using swagger and examples about its usage
262262
- Kubeflow Model Registry
263263

264264
Model Registry REST API is available under the `/api/model_registry/` HTTP path. More information
265-
[can be found here](https://www.kubeflow.org/docs/components/model-registry/reference/rest-api/)
265+
[can be found here](https://www.kubeflow.org/docs/components/hub/reference/rest-api/)
266266

267267
The Model Catalog Service provides a read-only discovery service for ML models across multiple
268268
catalog sources. It acts as a federated metadata aggregation layer, allowing users to search and

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Kubeflow projects approvers and reviewers can be found in the corresponding
2020

2121
- [Kubeflow Katib](https://github.com/kubeflow/katib/blob/master/OWNERS)
2222
- [Kubeflow Manifests](https://github.com/kubeflow/manifests/blob/master/OWNERS)
23-
- [Kubeflow Model Registry](https://github.com/kubeflow/model-registry/blob/main/OWNERS)
23+
- [Kubeflow Hub](https://github.com/kubeflow/hub/blob/main/OWNERS)
2424
- [Kubeflow Notebooks](https://github.com/kubeflow/notebooks/blob/main/OWNERS)
2525
- [Kubeflow Pipelines](https://github.com/kubeflow/pipelines/blob/master/OWNERS)
2626
- [Kubeflow SDK](https://github.com/kubeflow/sdk/blob/main/OWNERS)

wg-data/charter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For example: Data Preparation, Feature Store, and Model Registry have been recen
1919
- Onboarding and maintenance of the Spark operator for scalable and distributed data processing.
2020
[See also](https://github.com/kubeflow/spark-operator)
2121
- Continued development of the Model Registry to manage and version machine learning models efficiently.
22-
[See also](https://github.com/kubeflow/model-registry)
22+
[See also](https://github.com/kubeflow/hub)
2323
- Model Registry REST server
2424
- Model Registry Python client
2525
- deployment Manifests

wgs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ workinggroups:
192192
- name: wg-data-leads
193193
description: Team of Data Working Group leads
194194
subprojects:
195-
- name: model-registry
195+
- name: hub
196196
owners:
197-
- https://raw.githubusercontent.com/kubeflow/model-registry/main/OWNERS
197+
- https://raw.githubusercontent.com/kubeflow/hub/main/OWNERS
198198
- name: spark-operator
199199
owners:
200200
- https://raw.githubusercontent.com/kubeflow/spark-operator/blob/master/OWNERS

0 commit comments

Comments
 (0)