docs: add RHOAI to MaaS release mapping table [RHOAIENG-62677]#910
docs: add RHOAI to MaaS release mapping table [RHOAIENG-62677]#910jira-autofix[bot] wants to merge 3 commits into
Conversation
Add an authoritative version-mapping reference so support, CI, and field teams can look up the MaaS component version (and production image tag) for any given RHOAI GA release without reverse-engineering build artifacts. The new page lives under docs/content/reference/rhoai-maas-versions.md and is linked from both the mkdocs nav (Home section) and the existing release-strategy doc. Closes RHOAIENG-62677 Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Jamie Land <jland@redhat.com>
|
@jira-autofix[bot]: This pull request references RHOAIENG-62677 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target either version "5.0." or "openshift-5.0.", but it targets "rhoai-3.5" instead. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Hi @jira-autofix[bot]. Thanks for your PR. I'm waiting for a opendatahub-io member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
📝 WalkthroughWalkthroughThis PR adds a new reference page docs/content/reference/rhoai-maas-versions.md that documents RHOAI-to-MaaS version mappings, image/tag guidance, branch-to-RHOAI feed mappings, operator channel info, and an update rule for GA bumps. It also references the new page from docs/content/contributing/release-strategy.md and adds a “RHOAI ↔ MaaS Versions” entry to the site navigation in docs/mkdocs.yml. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/content/reference/rhoai-maas-versions.md`:
- Around line 11-12: The table currently lists RHOAI 3.4 twice mapped to MaaS
v0.1.1 and v0.1.0, causing ambiguity; update the table so each RHOAI release
maps to a single MaaS release by either (a) splitting RHOAI 3.4 into explicit
sub-releases (e.g., "RHOAI 3.4.0" vs "RHOAI 3.4.1") and updating the rows for
MaaS v0.1.0 and v0.1.1 accordingly, or (b) removing/marking the stale MaaS entry
(v0.1.0 or v0.1.1) as deprecated and leaving only the current mapping, and add a
brief note or new "Sub-release/Status" column to indicate upgrade relationships
so users can unambiguously determine which MaaS version corresponds to RHOAI
3.4.
- Line 14: Update the table row containing the MaaS version value "0.0.1" so it
uses the same "v" prefix as the other entries (change "0.0.1" to "v0.0.1" in the
row "| 3.0 | 0.0.1 | — | TP | Initial MaaS
release; tier-based access model, manual deployment only. |"), preserving
spacing/alignment so the table formatting remains consistent.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Central YAML (base), Organization UI (inherited)
Review profile: CHILL
Plan: Enterprise
Run ID: 64dfd1c3-2f44-45a9-96bd-c3002c63330f
📒 Files selected for processing (3)
docs/content/contributing/release-strategy.mddocs/content/reference/rhoai-maas-versions.mddocs/mkdocs.yml
Split duplicate RHOAI 3.4 entries into 3.4.0 and 3.4.1 sub-releases so readers can unambiguously identify which MaaS version corresponds to their RHOAI installation. Also add the missing "v" prefix to MaaS version 0.0.1 for consistency with all other rows in the table. Closes RHOAIENG-62677 Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Jamie Land <jland@redhat.com>
|
@jira-autofix[bot]: No Jira issue is referenced in the title of this pull request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@Jaland: changing LGTM is restricted to collaborators DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Jaland, jira-autofix[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Remove unreleased RHOAI 3.4.1 row and add missing RHOAI 3.1 and 3.3 entries to the version mapping table. Consolidate 3.4.0/3.4.1 into a single 3.4 row since only v0.1.0 has shipped with a GA RHOAI release. Closes RHOAIENG-62677 Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Jamie Land <jland@redhat.com>
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/content/reference/rhoai-maas-versions.md`:
- Line 11: The markdown table row contains a broken link
`../migration/upgrade-3.2-to-3.4.md` which fails link validation and blocks
deployment; fix by either creating the missing migration guide file at that path
with the upgrade content, or remove/replace the link in the table cell (the row
containing "3.4 | v0.1.0 | `v3.4` | GA | Subscription-driven...") so it uses
plain text or a valid existing link instead.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Central YAML (base), Organization UI (inherited)
Review profile: CHILL
Plan: Enterprise
Run ID: 3aa5e097-30d3-41c2-88b8-4886ecafad3c
📒 Files selected for processing (1)
docs/content/reference/rhoai-maas-versions.md
|
|
||
| | RHOAI Version | MaaS Version | RHOAI Image Tag | Status | Notes | | ||
| |---------------|--------------|-----------------|--------|-------| | ||
| | 3.4 | v0.1.0 | `v3.4` | GA | Subscription-driven access model; tier system removed. See [upgrade guide](../migration/upgrade-3.2-to-3.4.md). | |
There was a problem hiding this comment.
Broken link blocks deployment.
Pipeline failures confirm ../migration/upgrade-3.2-to-3.4.md does not exist. Link-validation check fails deployment. Either remove the link reference or create the migration guide file.
🔧 Immediate fix: remove broken link
-| 3.4 | v0.1.0 | `v3.4` | GA | Subscription-driven access model; tier system removed. See [upgrade guide](../migration/upgrade-3.2-to-3.4.md). |
+| 3.4 | v0.1.0 | `v3.4` | GA | Subscription-driven access model; tier system removed. |📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| | 3.4 | v0.1.0 | `v3.4` | GA | Subscription-driven access model; tier system removed. See [upgrade guide](../migration/upgrade-3.2-to-3.4.md). | | |
| | 3.4 | v0.1.0 | `v3.4` | GA | Subscription-driven access model; tier system removed. | |
🧰 Tools
🪛 GitHub Actions: Deploy Documentation to GitHub Pages / 1_link-validation.txt
[error] 11-120: mlc markup link checker failed: Target filename not found for relative link '../migration/upgrade-3.2-to-3.4.md'.
🪛 GitHub Actions: Deploy Documentation to GitHub Pages / link-validation
[error] 11-120: mlc link checker failed: target filename not found for reference '../migration/upgrade-3.2-to-3.4.md'.
🪛 GitHub Check: link-validation
[failure] 11-11: broken link
/github/workspace/docs/content/reference/../migration/upgrade-3.2-to-3.4.md. Target filename not found.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@docs/content/reference/rhoai-maas-versions.md` at line 11, The markdown table
row contains a broken link `../migration/upgrade-3.2-to-3.4.md` which fails link
validation and blocks deployment; fix by either creating the missing migration
guide file at that path with the upgrade content, or remove/replace the link in
the table cell (the row containing "3.4 | v0.1.0 | `v3.4` | GA |
Subscription-driven...") so it uses plain text or a valid existing link instead.
Add an authoritative version-mapping reference so support, CI, and field
teams can look up the MaaS component version (and production image tag)
for any given RHOAI GA release without reverse-engineering build artifacts.
The new page lives under docs/content/reference/rhoai-maas-versions.md
and is linked from both the mkdocs nav (Home section) and the existing
release-strategy doc.
Closes RHOAIENG-62677
Co-Authored-By: Claude noreply@anthropic.com
Signed-off-by: Jamie Land jland@redhat.com
Summary by CodeRabbit