chore(post-release): Update default branches post-26.07 - #8909
Merged
mc-nv merged 2 commits intoJul 29, 2026
Merged
Conversation
Move the default branch onto the just-released 26.07 upstream containers: bump upstream_container_version, NGC image tags, deploy chart versions, docs, and QA model-repository defaults from 26.06/2.70.0 to 26.07/2.71.0. Leaves the dev-train values (TRITON_VERSION 2.72.0dev, release_version 2.72.0dev, triton_container_version 26.08dev) untouched.
This was referenced Jul 29, 2026
mc-nv
marked this pull request as ready for review
July 29, 2026 15:11
Greptile SummaryAdvances main-branch release defaults to Triton 2.71.0 and NGC 26.07.
Confidence Score: 5/5The PR appears safe to merge, with the release, container, deployment, documentation, and QA defaults advanced consistently. The changed values follow the established post-release pairing of the 2.72.0dev development train with released 26.07 upstream artifacts, and no concrete changed-code failure was identified. Important Files Changed
Reviews (1): Last reviewed commit: "docs: Update compatibility md (#8902)" | Re-trigger Greptile |
yinggeh
approved these changes
Jul 29, 2026
mc-nv
deleted the
mchornyi/TRI-1601/before-ngc-release-advance-master-branch-to-next-upstream-release
branch
July 29, 2026 17:25
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?
26.07 has released to NGC, so
mainmoves onto the same upstream containers as thejust-released
r26.07branch. Bumpsupstream_container_version, NGC image tags, deploychart versions, docs, and QA model-repository defaults from
26.06/2.70.0to26.07/2.71.0, and carries forward the 26.07 compatibility-matrix rows.The dev-train values are deliberately untouched:
TRITON_VERSIONstays2.72.0dev, andbuild.py'srelease_version/triton_container_versionstay2.72.0dev/26.08dev(set at code freeze). Also frozen, matching every prior cycle:
build_and_push.shMAJOR_VERSION=2.67, gkeChart.yamlappVersion "2.68", and the semver examples insrc/python/build_wheel.py.The diff matches the previous cycle's
post: Update default branch post-26.05(#8804)file-for-file and line-for-line, with one addition:
qa/L2_build_presets/README.md, whichdid not exist then.
Checklist
<commit_type>: <Title>Commit Type:
Check the conventional commit type
box here and add the label to the github PR.
Related PRs:
Where should the reviewer start?
build.py— confirm onlyupstream_container_versionmoved insideDEFAULT_TRITON_VERSION_MAPand the two dev-train fields are unchanged. Everything else isa mechanical tag/semver replacement.
Test plan:
git grep "26\.06"returns only the historical rows indocs/introduction/compatibility.md.The
[!WARNING]main-branch notice at the top ofREADME.mdis intact, with only itsversion number and NGC tag updated.
git diff --statmatches258a8cbcfper file and per line count.pre-commit run --files <changed>passes.CI Pipeline ID: 60058404
Caveats:
tutorials/Build_Guide/RHEL_Manylinux/README.mdstill targets 2.69.0 / NGC 26.05. It ismain-only (added after the r26.07 cut) so no cherry-pick reaches it, and its 26.05
references are coupled to a stated CUDA / TensorRT / PyTorch tuple — bumping the NGC number
alone would make that tuple wrong. Left for a separate doc refresh.
Background
Release step "[Before NGC Release] Advance master branch to next upstream release".
Follows
post: Update default branch post-26.05(#8804) andpost(TRI-1431): advance main with r26.06 upstream-tracking cherry-picks(#8861).Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)
- Resolves: TRI-1601
CI (internal): [#60058404](http://tritonserver.local/ci/pipelines/60058404)