Skip to content

beep boop 🤖: Bumping NeMo Curator to v1.2.1#2012

Open
nemo-automation-bot[bot] wants to merge 2 commits into
fake-release/06515713-ee41-4593-af40-4a973bd888c1from
deploy-release/f1ed9a75-e679-44fd-9e21-91051959b30a
Open

beep boop 🤖: Bumping NeMo Curator to v1.2.1#2012
nemo-automation-bot[bot] wants to merge 2 commits into
fake-release/06515713-ee41-4593-af40-4a973bd888c1from
deploy-release/f1ed9a75-e679-44fd-9e21-91051959b30a

Conversation

@nemo-automation-bot
Copy link
Copy Markdown

This is an automated PR to bump NeMo Curator to v1.2.1.

ko3n1g and others added 2 commits May 22, 2026 12:43
…anch protection)

Companion PR to NVIDIA-NeMo/FW-CI-templates#480, which mirrors the
branch-protection rule of `[rv][0-9].[0-9].[0-9]` onto `deploy-release/*` so
the validate-only release rehearsal is gated by the same required status
checks as a real release.

Pinned to commit a2d0fba9aaaf595d9bb3a0e8f3e71461983e0f15 on `ko3n1g/feat/mirror-release-branch-protection`.
Re-pin to a released tag once FW-CI-templates#480 lands.

Signed-off-by: oliver könig <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@nemo-automation-bot nemo-automation-bot Bot requested review from a team as code owners May 22, 2026 12:44
@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented May 22, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 22, 2026

Greptile Summary

This automated PR bumps NeMo Curator from v1.2.0 to v1.2.1 and pins the reusable release workflow to an immutable commit SHA.

  • nemo_curator/package_info.py: increments PATCH from 0 to 1, publishing the package as 1.2.1.
  • .github/workflows/release.yml: replaces the v1.0.0 tag reference for FW-CI-templates/_release_library.yml with a full commit SHA (a2d0fba9...), preventing any future tag mutation from silently changing workflow behavior.

Confidence Score: 5/5

This PR is safe to merge — it makes two small, well-scoped changes with no risk to runtime behaviour.

The version bump is a single integer increment in a dedicated constants file. The workflow change swaps a mutable tag for a pinned commit SHA, which is a straightforward hardening step with no functional side effects.

No files require special attention.

Important Files Changed

Filename Overview
nemo_curator/package_info.py Bumps PATCH version from 0 to 1, advancing the package version from v1.2.0 to v1.2.1.
.github/workflows/release.yml Replaces the named tag reference v1.0.0 for the reusable CI workflow with a pinned full commit SHA, hardening the workflow against tag mutation.

Sequence Diagram

sequenceDiagram
    participant Bot as nemo-automation-bot
    participant Repo as nvidia-nemo/curator
    participant CI as release.yml workflow
    participant Template as FW-CI-templates _release_library.yml@SHA
    participant PyPI as PyPI / GitHub Releases

    Bot->>Repo: Bump PATCH 0→1 (v1.2.1)
    Bot->>Repo: Pin CI template to commit SHA
    Repo->>CI: "workflow_dispatch (release-ref, dry-run=false)"
    CI->>Template: "uses @ a2d0fba9... (immutable)"
    Template->>PyPI: "Publish nemo_curator==1.2.1"
    Template->>Repo: Create GitHub Release v1.2.1
Loading

Reviews (1): Last reviewed commit: "beep boop 🤖: Bumping NeMo Curator to v1..." | Re-trigger Greptile

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.

1 participant