chore(release): publish chart 0.2.0 to the Pages Helm repo - #47
Conversation
Manual run of the release pages job's exact steps (helm package --version 0.2.0 --app-version 0.2.0 + repo index --merge): the job's direct push to main was blocked by the new protect-main ruleset. Before the next release, add the GitHub Actions app as a bypass actor on the ruleset so the pages job can push again. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LXSdVrJQy6DvELDbtptG5p
|
@claude please review this PR: a mechanical chart-publish commit (basquin-operator-0.2.0.tgz + regenerated index.yaml) replicating the release pages job that the branch ruleset blocked. Verify the index.yaml 0.2.0 entry is well-formed (digest/urls/version/appVersion) and the 0.1.0 entry is preserved. |
|
Claude finished @ianp94's task in 1m 33s —— View job Reviewing PR #47
Verdict: ✅ Looks correct — mechanical, matches the described release output
0.1.0 entry preserved ( One pre-existing (not introduced by this PR) point worth flagging for awareness: Also note: No issues that would block merging — this PR does exactly what it says: replicates the blocked |
The v0.2.0 release workflow succeeded except its final step: the
pagesjob's direct commit tomainwas rejected by the newprotect-mainruleset (the GitHub Actions app has no bypass entry). This PR is the exact output of that job's steps, run manually:basquin-operator-0.2.0.tgzpackaged with--version 0.2.0 --app-version 0.2.0plus the mergedindex.yaml.Before the next release: add the GitHub Actions app as a bypass actor on the
protect-mainruleset (Settings → Rules → protect-main → Bypass list → add "GitHub Actions"), or the pages job will fail again.🤖 Generated with Claude Code
https://claude.ai/code/session_01LXSdVrJQy6DvELDbtptG5p