Skip to content

docs(changelog): add v2.1.3 section#160

Merged
coketaste merged 1 commit into
developfrom
coketaste/v2.1.3
Jul 16, 2026
Merged

docs(changelog): add v2.1.3 section#160
coketaste merged 1 commit into
developfrom
coketaste/v2.1.3

Conversation

@coketaste

Copy link
Copy Markdown
Collaborator

Summary

Test plan

  • Reviewed git log main..develop to confirm all three commits are captured
  • Verified CHANGELOG formatting matches existing entries (Keep a Changelog style, category headers, issue references)

Summarizes the develop-vs-main delta: amd-smi path resolution fix,
unscoped tag matching for dir-prefixed model names, and corrected
directory-scoped tag examples in the docs.
@coketaste coketaste self-assigned this Jul 15, 2026
Copilot AI review requested due to automatic review settings July 15, 2026 23:03

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-15 section 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.

Comment thread CHANGELOG.md

- **`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

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Skipped

@coketaste
coketaste merged commit ec4de0b into develop Jul 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants