[CP 1609] docs(release): claim Radeon AI PRO support and 1.5.1 GA updates#607
Merged
spraveenio merged 3 commits intoJul 17, 2026
Conversation
* docs(release): claim Radeon AI PRO support and 1.5.1 GA updates Claim AMD Radeon AI PRO support in product-level docs where the operator was framed as Instinct-only, bump the supported version matrix (k8s 1.36, OpenShift 4.22), and promote the v1.5.1 release notes from beta to GA including the driver-upgrade reboot exec-format-error fix. Plan: docs-internal/knowledge/plans/2026-07-17-gpuop-990-radeon-docs-1.5.1-ga.md Jira: GPUOP-990 Co-Authored-By: Claude <noreply@anthropic.com> * docs(release): note ROCm 7.14 packaged in v1.5.1 operand images Co-Authored-By: Claude <noreply@anthropic.com> * docs(release): scope ROCm 7.14 note to exporter, test runner, DCM Co-Authored-By: Claude <noreply@anthropic.com> * Update docs/releasenotes.md * Update releasenotes.md with cper working --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Praveen Kumar Shanmugam <58961022+spraveenio@users.noreply.github.com> (cherry picked from commit e3a807d4ac36647f9ae6c73998970fcd84d366af)
Contributor
Author
AI-Assisted Cherry-PickSource PR: #1609 The cherry-pick operation encountered merge conflicts which were resolved automatically using AI assistance. Files with conflicts (resolved by AI):
Original conflict in docs/installation/kubernetes-helm.md<<<<<<< HEAD
- Kubernetes cluster v1.29.0 or later
=======
- Kubernetes cluster v1.29.0 to v1.36.x
>>>>>>> e3a807d4... docs(release): claim Radeon AI PRO support and 1.5.1 GA updates (#1609)Cherry-pick triggered by: ACP-Automation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cp of pensando/gpu-operator#1609
Source PR Description (pensando/gpu-operator#1609):
Summary
Documentation-only change for GPUOP-990. The public docs framed the operator as managing AMD Instinct-only accelerators even though v1.5.1 adds AMD Radeon™ AI PRO (RDNA 4) support.
docs/index.md,README.mdintros). Theindex.mdhardware table already listed the Radeon AI PRO SKUs.1.29-1.35→1.29-1.36; RHCOS/OpenShift4.16—4.20→4.16—4.22(docs/index.md,docs/installation/kubernetes-helm.md).exec format errorfix (sync-before-reboot + DRA in pre-reboot drain list), linked to #1604.Feature-specific "Instinct" references (DCM partitioning, XGMI topology scheduling, AFID event lists, KubeVirt VF examples) are intentionally left unchanged — those are CDNA-only features that do not apply to Radeon (RDNA) GPUs.
Plan:
docs-internal/knowledge/plans/2026-07-17-gpuop-990-radeon-docs-1.5.1-ga.mdTest plan
docs/) renders without errors🤖 Generated with Claude Code
Cherrypick triggered by: ACP-Automation