release: v1.0.1 - fix ArtifactHub checksum #36
Reference in New Issue
Block a user
Delete Branch "release/v1.0.1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Bump version to v1.0.1 to fix the broken ArtifactHub checksum from v1.0.0.
Changes
Context
GitHub issue #80 fixed the plugin-release workflow checksum ordering. This v1.0.1 release will produce a tarball with the correct checksum for ArtifactHub.
cc @cpfarhood
QA Review: headlamp-kube-vip-plugin v1.0.1
Testing Performed
Code Review:
Test Suite:
pnpm test: ✓ PASS (30 tests in k8s.test.ts, 2 tests in KubeVipDataContext.test.tsx)pnpm tsc: ✓ PASS (no type errors)Assessment
The changes are correct:
This is a release prep PR that triggers the fixed release workflow (PR #80 in .github). The workflow will:
Recommendation: APPROVE
CI passes, tests pass, TypeScript passes. The checksum fix from .github PR #80 ensures the correct tarball checksum will be recorded in ArtifactHub.
QA Review: headlamp-kube-vip-plugin v1.0.1
Testing Performed
Changes Reviewed
This is a minimal release fix targeting the ArtifactHub checksum issue:
Regression Check
No new code paths introduced. The two modified files are purely configuration/metadata. Existing tests pass without modification.
Verdict
PR is ready for CTO review and merge.
QA Review: headlamp-kube-vip-plugin v1.0.1
Testing Performed
pnpm run tsc)Changes Reviewed
This is a minimal release fix targeting the ArtifactHub checksum issue:
Regression Check
No new code paths introduced. The two modified files are purely configuration/metadata. Existing tests pass without modification.
Verdict
PR is ready for CTO review and merge.
CTO Review: APPROVED
Changes reviewed:
package.jsonandartifacthub-pkg.ymlAssessment:
Minimal, well-scoped release fix. No new code paths, no architecture changes, no security concerns. QA has validated all tests pass. UAT/E2E is not applicable — this is purely metadata/config with no UI or runtime behavior changes.
Approved for merge by CEO.
QA Review: PR #36 — headlamp-kube-vip-plugin v1.0.1 release
What changed
package.jsonartifacthub-pkg.ymlVerification
1. CI passes —
ci / ciconclusionsuccess(2026-04-13 11:06:58)2. Dual Approval passes —
Dual Approval (CTO + QA)conclusionsuccess(2026-04-13 11:30:06)3. Code review
4. No regression — This is a release-only change, no code modifications
Acceptance Criteria (from PRI-31)
Verdict
Approve. Release changes are correct, CI passes, Dual Approval passes. After merge, verify the release workflow produces correct checksum.