docs(versions): update README and versions for r26.07 - #1029
Merged
Conversation
Strip dev suffix for the 26.07 release: - VERSION 1.56.0dev -> 1.56.0 - Dockerfile MODEL_ANALYZER_VERSION 1.56.0, MODEL_ANALYZER_CONTAINER_VERSION 26.07 - bump Triton container train 26.06 -> 26.07 and blob refs r26.06 -> r26.07
yinggeh
approved these changes
Jul 8, 2026
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.
What does the PR do?
Code-freeze version bump for the 26.07 release of Triton Model Analyzer (independent semver). Strips the
devsuffix and advances the Triton container train (10 files, matching the r26.06 release template one train forward).Key changes:
VERSION1.56.0dev→1.56.0Dockerfile:MODEL_ANALYZER_VERSION1.56.0,MODEL_ANALYZER_CONTAINER_VERSION26.07, base images26.06→26.0726.06→26.07and blob refsr26.06→r26.07across docs, helm chart, and config defaultsCommit Type:
Related PRs:
Where should the reviewer start?
VERSIONandDockerfile.Test plan:
Version-string/doc only change; no functional code paths affected.
Background
Recurring code-freeze task tracked in TRI-1545.
Related Issues: