Skip to content

ci: bump _release_library.yml to v1.4.3#2046

Merged
thomasdhc merged 2 commits into
mainfrom
ko3n1g/ci/bump-release-workflow-v1.4.3
Jun 3, 2026
Merged

ci: bump _release_library.yml to v1.4.3#2046
thomasdhc merged 2 commits into
mainfrom
ko3n1g/ci/bump-release-workflow-v1.4.3

Conversation

@ko3n1g

@ko3n1g ko3n1g commented Jun 3, 2026

Copy link
Copy Markdown
Contributor
Claude summary

What changed

  • Bump the _release_library.yml reusable-workflow pin from v1.4.0 to v1.4.3 (latest FW-CI-templates release).

Details

  • .github/workflows/release.yml: _release_library.yml@v1.4.0@v1.4.3.
  • The nested _build_test_publish_wheel.yml is called via a local ./ path, so it inherits whichever tag this entry point pins.

Keep the reusable release workflow pinned to the latest FW-CI-templates
tag (v1.4.3).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: oliver könig <okoenig@nvidia.com>
@ko3n1g ko3n1g requested a review from a team as a code owner June 3, 2026 16:31
@greptile-apps

greptile-apps Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Bumps the reusable CI workflow pin for the release pipeline from v1.4.0 to v1.4.3 of NVIDIA-NeMo/FW-CI-templates/_release_library.yml. No logic changes are made to the local workflow file itself.

  • .github/workflows/release.yml: single-line version tag bump on the uses: reference for the release job.

Confidence Score: 5/5

Safe to merge — the change is a single-line version-tag bump on a pinned external reusable workflow with no local logic modifications.

The only change is advancing the _release_library.yml pin from v1.4.0 to v1.4.3. All release logic lives in the external template; the local workflow file passes the same inputs and secrets as before. No conditional logic, inputs, permissions, or concurrency settings were altered.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/release.yml Single-line bump of the _release_library.yml reusable workflow tag from v1.4.0 to v1.4.3; no other changes.

Sequence Diagram

sequenceDiagram
    participant GH as GitHub Actions
    participant Local as release.yml (local)
    participant FW as FW-CI-templates/_release_library.yml@v1.4.3

    GH->>Local: trigger (push / workflow_dispatch)
    Local->>FW: "uses: _release_library.yml@v1.4.3"
    FW-->>Local: build / validate / publish result
    Local->>Local: release-summary job checks conclusions
Loading

Reviews (1): Last reviewed commit: "Merge branch 'main' into ko3n1g/ci/bump-..." | Re-trigger Greptile

@thomasdhc thomasdhc merged commit ac283c3 into main Jun 3, 2026
59 of 60 checks passed
Vmjkom pushed a commit to Vmjkom/Curator that referenced this pull request Jun 11, 2026
Keep the reusable release workflow pinned to the latest FW-CI-templates
tag (v1.4.3).

Signed-off-by: oliver könig <okoenig@nvidia.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Dong Hyuk Chang <9426164+thomasdhc@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.

2 participants