docs: document ROADMAP.md per current process (#1110)

Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
This commit is contained in:
Matteo Mortari 2025-05-16 12:57:23 +02:00 committed by GitHub
parent 8a77105829
commit 62755e8bc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 26 additions and 1 deletions

View File

@ -14,11 +14,13 @@ The contributor's guide:
* and [describes](https://www.kubeflow.org/docs/about/contributing/#owners-files-and-pr-workflow) the pull request and review workflow in detail, including the * and [describes](https://www.kubeflow.org/docs/about/contributing/#owners-files-and-pr-workflow) the pull request and review workflow in detail, including the
OWNERS files and automated workflow tool OWNERS files and automated workflow tool
The [Kubeflow Community calendar](https://www.kubeflow.org/docs/about/community/#kubeflow-community-calendar) provides an overview of the community calls and specifically the bi-weekly Kubeflow Model Registry meeting.
<hr/> <hr/>
The remainder of this document focuses on technical aspects while contributing to the Model Registry project specifically. The remainder of this document focuses on technical aspects while contributing to the Model Registry project specifically.
Don't forget to reference the [Model Registry documentation](https://github.com/kubeflow/model-registry?tab=readme-ov-file#documentation-links) that details: what is a Model Registry, how to Install, logical model Concepts, how the MR python client works, Tutorials, FAQs and most importantly the [Technical References](https://github.com/kubeflow/model-registry?tab=readme-ov-file#documentation-links:~:text=FAQs-,Development,-introduction%20to%20local)! The [Model Registry documentation](https://github.com/kubeflow/model-registry?tab=readme-ov-file#documentation-links) provides details about: what is a Model Registry, how to Install, logical model Concepts, how the MR python client works, Tutorials, FAQs and most importantly the [Technical References](https://github.com/kubeflow/model-registry?tab=readme-ov-file#documentation-links:~:text=FAQs-,Development,-introduction%20to%20local)!
# Contributing to Model Registry using Apple-silicon/ARM-based computers # Contributing to Model Registry using Apple-silicon/ARM-based computers

23
ROADMAP.md Normal file
View File

@ -0,0 +1,23 @@
# Kubeflow Model Registry Roadmap
## Overview
The Kubeflow Model Registry project roadmap is tracked using [GitHub Milestones](https://github.com/kubeflow/model-registry/milestones), following the Kubeflow Release Team's request: this approach has been recommended in order to maintain a detailed view of all the items intended for upcoming Kubeflow releases, organized by "themes". The roadmap is continuously updated as we make progress towards a Kubeflow Release.
## Current Roadmap
The current roadmap and upcoming features are tracked in our [GitHub Milestones](https://github.com/kubeflow/model-registry/milestones). Each milestone tracks specific or future Kubeflow release and contains the planned features, enhancements, and bug fixes. For each milestone, a GitHub Issue is typically attached serving as a Tracker record to provide additional details.
## Past Roadmaps
- Model Registry in Kubeflow 1.10
- [Milestone](https://github.com/kubeflow/model-registry/milestone/1)
- [Tracker for details](https://github.com/kubeflow/model-registry/issues/175)
- Model Registry in Kubeflow 1.9
- [Tracker for details](https://github.com/kubeflow/model-registry/issues/3)
## See also
For more information about contributing to this project including the roadmap, refer to our [CONTRIBUTING.md](./CONTRIBUTING.md) file.
For more information about the release process, refer to our [RELEASE.md](./RELEASE.md) file.