Skip to content

docs(server): update README and versions for r26.05#8780

Merged
mc-nv merged 1 commit into
r26.05from
mchornyi/TRI-1048/update-r26.05-readme-versions
May 13, 2026
Merged

docs(server): update README and versions for r26.05#8780
mc-nv merged 1 commit into
r26.05from
mchornyi/TRI-1048/update-r26.05-readme-versions

Conversation

@mc-nv
Copy link
Copy Markdown
Contributor

@mc-nv mc-nv commented May 13, 2026

What does the PR do?

Code-freeze release bump for the r26.05 branch. Strips the development suffix from version strings, removes the main-branch "under-development" WARNING banner from README, and bumps r26.04 / 26.04 NGC tag references to r26.05 / 26.05 across docs, deploy charts/schemas, Dockerfile.sdk, and QA model-repo scripts. Mirrors the prior r26.04 release commit 688a5fa9 docs(server): update README and versions for r26.04 (#8729).

Checklist

  • PR title reflects the change and is of format <commit_type>: <Title>
  • Changes are described in the pull request.
  • Related issues are referenced.
  • Populated github labels field
  • Added test plan and verified test passes.
  • Verified that the PR passes existing CI.
  • Verified copyright is correct on all changed files.
  • Added succinct git squash message before merging ref.
  • All template sections are filled out.
  • Optional: Additional screenshots for behavior/output changes with before/after.

Commit Type:

  • build
  • ci
  • docs
  • feat
  • fix
  • perf
  • refactor
  • revert
  • style
  • test

Related PRs:

Where should the reviewer start?

  • TRITON_VERSION and build.py DEFAULT_TRITON_VERSION_MAP for the canonical version source-of-truth.
  • README.md to confirm the WARNING banner is removed and NGC tags are bumped.
  • docs/introduction/release_notes.md header.
  • The deploy/* charts and schemas (appVersion / publishedVersion / image tag fields).

Test plan:

  • Verified git grep -nE "26\.0[34]|r26\.04|2\.68\.0|under-development" returns no hits outside the excluded docs/introduction/compatibility.md and the (intentionally retained) upstream_container_version=26.04 and src/python/build_wheel.py illustrative comment.

  • Verified TRITON_VERSION is exactly 2.69.0 (no dev).

  • pre-commit hooks pass locally.

  • CI Pipeline ID:

Caveats:

  • server/docs/introduction/compatibility.md is intentionally excluded; it is updated separately in the release runbook step.
  • upstream_container_version stays 26.04 (paired with the agreed release set).
  • Component versions in DEFAULT_TRITON_VERSION_MAP (ORT, OpenVINO, DCGM, RHEL Python) are not touched here.

Background

At code freeze for the 26.05 release the r26.05 branch must stop tracking the under-development banner that only belongs on main, and version strings must lose the dev suffix so release-train tags match across server, charts, and docs. See TRI-1048.

Related Issues:

  • Resolves: TRI-1048

Strip the development suffix from TRITON_VERSION (2.69.0dev -> 2.69.0)
and from build.py DEFAULT_TRITON_VERSION_MAP release_version /
triton_container_version (26.05dev -> 26.05). upstream_container_version
remains 26.04.

Remove the main-branch under-development WARNING banner from README.md
and bump r26.04 / 26.04 NGC tag references to r26.05 / 26.05 across
README, Dockerfile.sdk, deploy charts and schemas, docs, python/openai,
and qa model-repo scripts. Update release_notes.md to point to the
26.05 release page.

compatibility.md is excluded; it is updated separately as part of the
release runbook.

Refs TRI-1048
@mc-nv mc-nv self-assigned this May 13, 2026
@mc-nv mc-nv requested review from pskiran1, whoisj and yinggeh May 13, 2026 18:31
@mc-nv mc-nv marked this pull request as ready for review May 13, 2026 18:31
Comment thread docs/introduction/release_notes.md
@mc-nv mc-nv merged commit 2fd6de9 into r26.05 May 13, 2026
3 checks passed
@mc-nv mc-nv deleted the mchornyi/TRI-1048/update-r26.05-readme-versions branch May 13, 2026 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants