[None][infra] Bump version to 1.2.1#12755
Conversation
|
/bot run |
📝 WalkthroughWalkthroughVersion identifier updated from 1.2.0 to 1.2.1 across the project's main version file, README documentation, and example constraints configuration. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@tensorrt_llm/version.py`:
- Line 15: Update the file header year range to include 2026: open
tensorrt_llm/version.py and modify the top-of-file NVIDIA copyright header so
the year range that currently ends in 2025 is updated to end in 2026; keep all
other header text intact and do not change the __version__ value or any other
code.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: eba9d4a9-4f06-4e38-bdd3-ee74bdc5c095
📒 Files selected for processing (3)
README.mdexamples/constraints.txttensorrt_llm/version.py
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
| __version__ = "1.2.0" | ||
| __version__ = "1.2.1" |
There was a problem hiding this comment.
Update the NVIDIA copyright year range for this modified file.
This file was modified for the 1.2.1 bump, but Line 1 still ends at 2025. Please include 2026 in the header year range.
Suggested fix
-# SPDX-FileCopyrightText: Copyright (c) 2022-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+# SPDX-FileCopyrightText: Copyright (c) 2022-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.As per coding guidelines "**/*.{cpp,cc,cxx,h,hpp,py}: Add NVIDIA copyright header to ALL new files; update year on modified files".
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@tensorrt_llm/version.py` at line 15, Update the file header year range to
include 2026: open tensorrt_llm/version.py and modify the top-of-file NVIDIA
copyright header so the year range that currently ends in 2025 is updated to end
in 2026; keep all other header text intact and do not change the __version__
value or any other code.
|
PR_Github #41759 [ run ] triggered by Bot. Commit: |
|
PR_Github #41759 [ run ] completed with state
|
|
/bot run |
|
PR_Github #41803 [ run ] triggered by Bot. Commit: |
|
PR_Github #41803 [ run ] completed with state
|
|
/bot run --stage-list Release-Check |
|
PR_Github #42274 [ run ] triggered by Bot. Commit: |
|
PR_Github #42274 [ run ] completed with state
|
Signed-off-by: Yuanjing Xue <197832395+yuanjingx87@users.noreply.github.com>
923edbc to
59e4d17
Compare
|
/bot run |
|
PR_Github #42306 [ run ] triggered by Bot. Commit: |
|
PR_Github #42306 [ run ] completed with state |
Summary by CodeRabbit
Description
Bump version to 1.2.1
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.