docs(changelog): add v2.1.3 section#160
Merged
Merged
Conversation
coketaste
requested review from
Cemberk,
Rohan138,
gargrahul and
leconcio
as code owners
July 15, 2026 23:03
There was a problem hiding this comment.
Pull request overview
Adds a new v2.1.3 release section to CHANGELOG.md, documenting the set of changes merged on develop since v2.1.2 (covering #156, #159, and #158) in the project’s changelog format.
Changes:
- Add a new
## [2.1.3] - 2026-07-15section with release notes for #159 (tag matching behavior), #156 (amd-smi path resolution), and #158 (docs example fixes). - Organize the new entries into release-note categories (Added/Fixed/Docs).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| - **`amd-smi` path resolution in `get_gpu_renderD_nodes`** (#156, ROCM-27727): `amd-smi` was invoked as a bare command, relying on `PATH`, while every other call site in `core/context.py` resolves it via `self._rocm_path`. On hosts where `/opt/rocm*/bin` is not on `PATH`, this caused GPU detection to fail with exit code 127. The call now resolves through `self._rocm_path` like the rest of the file. | ||
|
|
||
| ### Docs |
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.
Summary
Test plan