Skip to content

[None][chore] Bump version to 1.3.0rc9#12295

Merged
nv-guomingz merged 1 commit intomainfrom
preview/bump/main
Mar 18, 2026
Merged

[None][chore] Bump version to 1.3.0rc9#12295
nv-guomingz merged 1 commit intomainfrom
preview/bump/main

Conversation

@yuanjingx87
Copy link
Collaborator

@yuanjingx87 yuanjingx87 commented Mar 17, 2026

Summary by CodeRabbit

  • Chores
    • Version updated to 1.3.0rc9. All version references have been updated in documentation and configuration to ensure consistency across the project and reflect the latest release candidate.

Description

Test Coverage

PR Checklist

Please review the following before submitting your PR:

  • PR description clearly explains what and why. If using CodeRabbit's summary, please make sure it makes sense.

  • PR Follows TRT-LLM CODING GUIDELINES to the best of your knowledge.

  • Test cases are provided for new code paths (see test instructions)

  • Any new dependencies have been scanned for license and vulnerabilities

  • CODEOWNERS updated if ownership changes

  • Documentation updated as needed

  • Update tava architecture diagram if there is a significant design change in PR.

  • The reviewers assigned automatically/manually are appropriate for the PR.

  • Please check this after reviewing the above items as appropriate for this PR.

GitHub Bot Help

To see a list of available CI bot commands, please comment /bot help.

Signed-off-by: TensorRT LLM Release <90828364+tensorrt-cicd@users.noreply.github.com>
@yuanjingx87 yuanjingx87 requested a review from a team as a code owner March 17, 2026 21:06
@yuanjingx87
Copy link
Collaborator Author

/bot skip --comment "Version bumping"

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 17, 2026

📝 Walkthrough

Walkthrough

Version bump from release candidate 1.3.0rc8 to 1.3.0rc9 across README badge, Python constraints file, and package version definition. No functional logic or control-flow changes.

Changes

Cohort / File(s) Summary
Version Bump (1.3.0rc8 → 1.3.0rc9)
README.md, examples/constraints.txt, tensorrt_llm/version.py
Updated version references across documentation badge, dependency constraints, and package version constant.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • arysef
  • nv-guomingz
  • chzblych
🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is incomplete. While the author has checked the final checklist box, all substantive sections (Description and Test Coverage) are left empty with only template comments remaining. Complete the Description section explaining the version bump rationale and the Test Coverage section detailing how the changes are validated. Replace template placeholders with actual content.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: bumping the version from 1.3.0rc8 to 1.3.0rc9 across multiple files. It is concise, specific, and directly related to the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch preview/bump/main
📝 Coding Plan
  • Generate coding plan for human review comments

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

You can disable sequence diagrams in the walkthrough.

Disable the reviews.sequence_diagrams setting to disable sequence diagrams in the walkthrough.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
tensorrt_llm/version.py (1)

1-1: ⚠️ Potential issue | 🟡 Minor

Update the SPDX copyright year to include 2026.

This file was modified in 2026, but the header still ends at 2025. Please update the year range accordingly.

As per coding guidelines **/*.{cpp,h,cu,cuh,hpp,py}: All TensorRT-LLM source files should contain an NVIDIA copyright header with the year of the latest meaningful modification.

Also applies to: 15-15

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@tensorrt_llm/version.py` at line 1, Update the SPDX copyright header line to
include 2026 by changing the year range in the SPDX comment (the top-line string
starting with "# SPDX-FileCopyrightText:") so it reads 2022-2026; ensure the
same update is applied to the identical header occurrence noted (line with the
SPDX comment).
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Outside diff comments:
In `@tensorrt_llm/version.py`:
- Line 1: Update the SPDX copyright header line to include 2026 by changing the
year range in the SPDX comment (the top-line string starting with "#
SPDX-FileCopyrightText:") so it reads 2022-2026; ensure the same update is
applied to the identical header occurrence noted (line with the SPDX comment).

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 9ab7f0b8-062a-497c-aa98-be415d36173e

📥 Commits

Reviewing files that changed from the base of the PR and between 43d3ad8 and 29ea5d1.

📒 Files selected for processing (3)
  • README.md
  • examples/constraints.txt
  • tensorrt_llm/version.py

@yuanjingx87
Copy link
Collaborator Author

/bot skip --comment "Version bumping"

@tensorrt-cicd
Copy link
Collaborator

PR_Github #39320 [ skip ] triggered by Bot. Commit: 29ea5d1 Link to invocation

@tensorrt-cicd
Copy link
Collaborator

PR_Github #39320 [ skip ] completed with state SUCCESS. Commit: 29ea5d1
Skipping testing for commit 29ea5d1

Link to invocation

@nv-guomingz nv-guomingz merged commit 34082e4 into main Mar 18, 2026
12 of 13 checks passed
@nv-guomingz nv-guomingz deleted the preview/bump/main branch March 18, 2026 14:10
limin2021 pushed a commit to limin2021/TensorRT-LLM that referenced this pull request Mar 19, 2026
Signed-off-by: TensorRT LLM Release <90828364+tensorrt-cicd@users.noreply.github.com>
Co-authored-by: TensorRT LLM Release <90828364+tensorrt-cicd@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants