docs(server): update README and versions for r26.06#8844
Merged
Conversation
Strip dev suffixes for the 26.06 release and align coupled version strings across README, build.py, deploy charts, docs, and QA scripts. - release_version 2.70.0dev -> 2.70.0 - triton_container_version 26.06dev -> 26.06 (upstream stays 26.05) - README current release 2.69.0/26.05 -> 2.70.0/26.06 - deploy/docs/qa image tags and versions 26.05/2.69.0 -> 26.06/2.70.0 Part of TRI-1404.
whoisj
approved these changes
Jun 16, 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
Release version bump for 26.06 / 2.70.0 (TRI-1404). Strips
devsuffixes and aligns all coupled version strings.build.py:release_version2.70.0dev → 2.70.0,triton_container_version26.06dev → 26.06 (upstream_container_versionstays 26.05, lags one train per convention)README.md: current release 2.69.0/26.05 → 2.70.0/26.06 + clone/docker examplesDockerfile.sdk,deploy/**(Helm appVersion/version, publishedVersion, image tags, GCS paths, MINOR_VERSION),docs/**,python/openai/README.md,qa/common/gen_*: 26.05 → 26.06, 2.69.0 → 2.70.0TRITON_VERSIONwas already 2.70.0 from the 26.06 prep commit; no change needed. 23 files, mirrors the prior r26.05 release-bump checklist. pre-commit clean.triton-inference-server/model_analyzer#1026
Part of TRI-1404.