Skip to content
Merged
Show file tree
Hide file tree
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: 7 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,17 @@ Below is a matrix of supported Operating systems and the corresponding Kubernete
<tbody>
<tr style="background-color: white; color: black;">
<td style="background-color: #2c2c2c; color: white; border: 1px solid grey;">Ubuntu 22.04 LTS</td>
<td style="border: 1px solid grey;">1.29—1.33</td>
<td style="border: 1px solid grey;">1.29-1.34</td>
<td style="border: 1px solid grey;"></td>
</tr>
<tr style="background-color: lightgrey; color: black;">
<td style="background-color: #2c2c2c; color: white; border: 1px solid grey;">Ubuntu 24.04 LTS</td>
<td style="border: 1px solid grey;">1.29—1.33</td>
<td style="border: 1px solid grey;">1.29-1.34</td>
<td style="border: 1px solid grey;"></td>
</tr>
<tr style="background-color: lightgrey; color: black;">
<td style="background-color: #2c2c2c; color: white; border: 1px solid grey;">Debian 12</td>
<td style="border: 1px solid grey;">1.29-1.34 (driver management not supported)</td>
<td style="border: 1px solid grey;"></td>
</tr>
<tr style="background-color: white; color: black;">
Expand Down
10 changes: 9 additions & 1 deletion docs/releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## GPU Operator v1.4.1 Release Notes

The AMD GPU Operator v1.4.1 release extends platform support to OpenShift v4.20 and introduces the ability to build `amdgpu` kernel modules directly within air-gapped clusters.
The AMD GPU Operator v1.4.1 release extends platform support to OpenShift v4.20 and Debian 12, and introduces the ability to build `amdgpu` kernel modules directly within air-gapped OpenShift clusters.

### Important Notice

Expand Down Expand Up @@ -33,6 +33,14 @@ The AMD GPU Operator v1.4.1 release extends platform support to OpenShift v4.20
2. **Helm Chart default DeviceConfig Fix**
* Fixed an issue where the Helm chart could not render the metrics exporter's pod resource API socket path in the default DeviceConfig when specified via `values.yaml` or the `--set` option.

### Known Limitations

- **Test Runner**
- RVS-generated `result.json` files may contain redundant brackets at the end for newly introduced level-based recipes in v1.4.1, resulting in invalid JSON schema.
- **Device Config Manager**
- Memory partition operations may occasionally fail due to leaked device handlers that prevent the amdgpu driver from being unloaded when applying a new memory partition profile. This issue has been observed on Debian 12 with MI325X GPU when using the v1.4.1 Device Config Manager.
- **Workaround:** Reboot the affected worker nodes and retry the partitioning operation.

## GPU Operator v1.4.0 Release Notes

The AMD GPU Operator v1.4.0 adds MI35X platform support and updates all managed operands to ROCm 7 runtime libraries, aligning the full stack with the ROCm 7 release.
Expand Down
Loading