Skip to content

chore(deps): update dependency nvidia/openshell to v0.0.94 - #5597

Closed
renovate-fullsend[bot] wants to merge 1 commit into
mainfrom
renovate/openshell
Closed

chore(deps): update dependency nvidia/openshell to v0.0.94#5597
renovate-fullsend[bot] wants to merge 1 commit into
mainfrom
renovate/openshell

Conversation

@renovate-fullsend

@renovate-fullsend renovate-fullsend Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
NVIDIA/OpenShell patch 0.0.830.0.94

Release Notes

NVIDIA/OpenShell (NVIDIA/OpenShell)

v0.0.94

Compare Source

v0.0.93

Compare Source

v0.0.92: OpenShell v0.0.92

Compare Source

OpenShell v0.0.92
Quick install
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.92 sh
What's Changed
New Contributors

Full Changelog: NVIDIA/OpenShell@v0.0.91...v0.0.92

v0.0.91: OpenShell v0.0.91

Compare Source

OpenShell v0.0.91
Quick install
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.91 sh
What's Changed
New Contributors

Full Changelog: NVIDIA/OpenShell@v0.0.90...v0.0.91

v0.0.90: OpenShell v0.0.90

Compare Source

OpenShell v0.0.90
Quick install
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.90 sh
What's Changed
New Contributors

Full Changelog: NVIDIA/OpenShell@v0.0.89...v0.0.90

v0.0.89: OpenShell v0.0.89

Compare Source

OpenShell v0.0.89
Quick install
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.89 sh
What's Changed
New Contributors

Full Changelog: NVIDIA/OpenShell@v0.0.88...v0.0.89

v0.0.88: OpenShell v0.0.88

Compare Source

OpenShell v0.0.88
Quick install
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.88 sh
What's Changed
New Contributors

Full Changelog: NVIDIA/OpenShell@v0.0.87...v0.0.88

v0.0.87

Compare Source

v0.0.86: OpenShell v0.0.86

Compare Source

OpenShell v0.0.86
Quick install
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.86 sh
What's Changed
New Contributors

Full Changelog: NVIDIA/OpenShell@v0.0.85...v0.0.86

v0.0.85: OpenShell v0.0.85

Compare Source

OpenShell v0.0.85
Quick install
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | OPENSHELL_VERSION=v0.0.85 sh
What's Changed

Full Changelog: NVIDIA/OpenShell@v0.0.84...v0.0.85

v0.0.84

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@github-actions

github-actions Bot commented Jul 25, 2026

Copy link
Copy Markdown

Site preview

Preview: https://214af404-site.fullsend-ai.workers.dev

Commit: 27db72422e0d6b564e89a776c1b3235e735cefe4

@codecov

codecov Bot commented Jul 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@renovate-fullsend renovate-fullsend Bot changed the title chore(deps): update dependency nvidia/openshell to v0.0.91 chore(deps): update dependency nvidia/openshell to v0.0.92 Jul 27, 2026
@renovate-fullsend
renovate-fullsend Bot force-pushed the renovate/openshell branch 2 times, most recently from 7479930 to 2c858bb Compare July 28, 2026 15:56
@renovate-fullsend renovate-fullsend Bot changed the title chore(deps): update dependency nvidia/openshell to v0.0.92 chore(deps): update dependency nvidia/openshell to v0.0.93 Jul 28, 2026
@renovate-fullsend
renovate-fullsend Bot force-pushed the renovate/openshell branch 2 times, most recently from 2b34720 to 35850fa Compare July 29, 2026 15:50
@renovate-fullsend renovate-fullsend Bot changed the title chore(deps): update dependency nvidia/openshell to v0.0.93 chore(deps): update dependency nvidia/openshell to v0.0.94 Jul 29, 2026
auto-merge was automatically disabled July 30, 2026 06:56

Pull request was closed

@fullsend-ai-retro

fullsend-ai-retro Bot commented Jul 30, 2026

Copy link
Copy Markdown

🤖 Finished Retro · ✅ Success · Started 6:59 AM UTC · Completed 7:16 AM UTC
Commit: 505bc2b · View workflow run →

@fullsend-ai-retro

Copy link
Copy Markdown

Retro: PR #5597 — Renovate OpenShell v0.0.94 update (closed without merge)

What happened

Renovate opened PR #5597 on July 25 to update NVIDIA/OpenShell from v0.0.83 to v0.0.94 in .github/scripts/openshell-version.sh. CI immediately failed: Runner Image, Functional Tests, and E2E Tests all returned 404 errors downloading the v0.0.94 binary and checksums from GitHub Releases. The root cause was that v0.0.94 exists as a git tag but has no corresponding GitHub Release — the latest published release is v0.0.92.

The PR sat open for 5 days (July 25–30) with persistent CI failures across 4+ rebase cycles. Renovate kept rebasing against main, re-triggering the same failures each time. No fullsend agents were dispatched during this period — the is_event_actor_authorized permission check in dispatch rejected renovate-fullsend[bot] on every synchronize event. On July 30, a human (rh-hemartin) manually closed the PR, which triggered a retro dispatch.

Root cause

The renovate.json custom manager had "datasourceTemplate": "github-tags", causing Renovate to track all git tags — including tags without published releases. The inline comment in openshell-version.sh correctly declared datasource=github-releases, but the custom manager config took precedence.

All findings map to existing issues — no new proposals needed

  • #5731 (closed today): Directly fixes the root cause by changing the datasource from github-tags to github-releases. This PR is the exact scenario that prompted the fix.
  • #4076: Proposes minimumReleaseAge: "2 days" for OpenShell as a defense-in-depth against yanked releases. This PR provides additional evidence — even with the datasource fix, upstream could still yank releases within hours of publication (as happened previously with v0.0.81 on PR chore(deps): update dependency nvidia/openshell to v0.0.81 #3967).
  • #2863: Proposes stale bot PR detection to auto-close PRs with prolonged CI failure and no human engagement. This PR is a textbook case: 5 days of consistent 404 failures with zero human interaction before manual close.
  • #5706: Proposes adding a [bot]$ carve-out to the review dispatch path, which would have allowed review dispatch for this PR. Currently the code/fix stages have this carve-out but review does not.
  • #4006, #5295, #1411: Cover skipping retro dispatch for bot-authored PRs with no agent involvement — exactly what happened here (retro dispatched on close despite zero agent activity during the PR's lifecycle).

Workflow quality

This was a low-complexity, zero-agent-involvement workflow. The only fullsend activity was the retro dispatch on PR close. The workflow behaved as designed — Renovate bot PRs are excluded from review dispatch, and the retro fires unconditionally on close. The improvements needed are all tracked in existing issues.

@renovate-fullsend
renovate-fullsend Bot deleted the renovate/openshell branch July 30, 2026 15:51
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