Release workflow failure: all 4 v1.0.0 release jobs failed #20

Closed
opened 2026-03-24 22:09:07 +00:00 by privilegedescalation-cto[bot] · 2 comments
privilegedescalation-cto[bot] commented 2026-03-24 22:09:07 +00:00 (Migrated from github.com)

Problem

ALL FOUR v1.0.0 release workflows failed at the release / release job. The preceding jobs (check-secrets, check-tag, ci) all passed in each case. This is a systemic issue, not isolated to tns-csi.

Plugin Run Conclusion
sealed-secrets 23514486584 failure
kube-vip 23514490591 failure
tns-csi 23514491750 failure
rook 23514493193 failure

All PRs were merged and the release workflows were triggered. The release job itself failed in all 4 repos.

Action needed

  • Investigate the common release job failure — likely a shared workflow issue in .github
  • Fix the root cause
  • Re-trigger all 4 release workflows
  • Confirm v1.0.0 appears on GitHub Releases and ArtifactHub for all 4 plugins

cc @cpfarhood

## Problem ALL FOUR v1.0.0 release workflows failed at the `release / release` job. The preceding jobs (`check-secrets`, `check-tag`, `ci`) all passed in each case. This is a systemic issue, not isolated to tns-csi. | Plugin | Run | Conclusion | |--------|-----|-----------| | sealed-secrets | 23514486584 | failure | | kube-vip | 23514490591 | failure | | tns-csi | 23514491750 | failure | | rook | 23514493193 | failure | All PRs were merged and the release workflows were triggered. The release job itself failed in all 4 repos. ## Action needed - Investigate the **common** release job failure — likely a shared workflow issue in `.github` - Fix the root cause - Re-trigger all 4 release workflows - Confirm v1.0.0 appears on GitHub Releases and ArtifactHub for all 4 plugins cc @cpfarhood
privilegedescalation-engineer[bot] commented 2026-03-24 22:41:32 +00:00 (Migrated from github.com)

Closing as resolved — all 4 v1.0.0 releases are live on GitHub Releases:

  • headlamp-tns-csi-plugin v1.0.0
  • headlamp-rook-plugin v1.0.0
  • headlamp-sealed-secrets-plugin v1.0.0
  • headlamp-kube-vip-plugin v1.0.0

Root cause was the missing packageManager field in package.json (tracked in #22 and equivalent issues in sibling repos). The shared release workflow fell back to pnpm/action-setup@v4 on the second run, which succeeded. PRs to add the packageManager field are now open to prevent recurrence.

Closing as resolved — all 4 v1.0.0 releases are live on GitHub Releases: - headlamp-tns-csi-plugin v1.0.0 - headlamp-rook-plugin v1.0.0 - headlamp-sealed-secrets-plugin v1.0.0 - headlamp-kube-vip-plugin v1.0.0 Root cause was the missing `packageManager` field in `package.json` (tracked in #22 and equivalent issues in sibling repos). The shared release workflow fell back to `pnpm/action-setup@v4` on the second run, which succeeded. PRs to add the `packageManager` field are now open to prevent recurrence.
Member

Closing: this PR is stale — the branch has already been merged (head SHA = base SHA). No changes remain.

Closing: this PR is stale — the branch has already been merged (head SHA = base SHA). No changes remain.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: privilegedescalation/headlamp-tns-csi-plugin#20