docs(server): update README and versions for r26.07 - #8876
Merged
Conversation
Strip dev suffix for the 26.07 release: - TRITON_VERSION 2.71.0dev -> 2.71.0 - build.py release_version 2.71.0, triton_container_version 26.07, upstream_container_version 26.07 - bump container train 26.06 -> 26.07 and branch refs r26.06 -> r26.07 - appVersion/publishedVersion/chart version 2.70.0 -> 2.71.0 - remove main-branch dev warning banner from README
nv-rinig
approved these changes
Jul 8, 2026
mc-nv
marked this pull request as ready for review
July 8, 2026 22:55
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. Strips the
devsuffix and advances the container train across README text and version strings (24 files, matching the r26.05 release template one train forward).Key changes:
TRITON_VERSION2.71.0dev→2.71.0build.py:release_version2.71.0,triton_container_version26.07,upstream_container_version26.0726.06→26.07, branch refsr26.06→r26.07appVersion/publishedVersion/ gke chartversion2.70.0→2.71.0README.mdScoping notes:
docs/introduction/compatibility.mdintentionally left for the separate compatibility-matrix update; gke lagging fields (build_and_push.shMAJOR_VERSION, gke chartappVersion) left as-is per prior-release convention.Commit Type:
Related PRs:
Where should the reviewer start?
TRITON_VERSIONandbuild.py(DEFAULT_TRITON_VERSION_MAP).Test plan:
Documentation/version-string only change; no functional code paths affected. Validated no stray
26.06/*devreferences remain in scope.Caveats:
upstream_container_versionset to26.07(departs from the historical lag-by-one pattern where it trailed the train by one release).Background
Recurring code-freeze task tracked in TRI-1545.
Related Issues: