Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📖 add clarification about if is possible to migrate from V0 to V1 #1502

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,12 @@ For more details on the evolution of OLM and the roadmap for v1, explore the fol

- [Multi-Tenancy Challenges, Lessons Learned, and Design Shifts](project/olmv1_design_decisions.md)
- [OLM v1 Roadmap](project/olmv1_roadmap.md)

## Can I Migrate from OLMv0 to OLMv1?
camilamacedo86 marked this conversation as resolved.
Show resolved Hide resolved

There is currently no concrete migration strategy due to the [conceptual differences between OLMv0 and OLMv1](project/olmv1_design_decisions.md).
OLMv1, as of writing, supports a subset of the existing content supported by OLMv0.
For more information regarding the current limitations of OLMv1, see [limitations](project/olmv1_limitations.md).

If your current usage of OLMv0 is compatible with the limitations and expectations of OLMv1, you may be able to manually
transition to using OLMv1 following the standard workflows we have documented.
Loading