The GitHub Actions job "Required Checks" on texera.git/main has succeeded. Run started by GitHub user bobbai00 (triggered by bobbai00).
Head commit for run: d9fc9dca86e94203dea5492983f17b3c88ce5b5b / Jiadong Bai <[email protected]> refactor(release): drop helm chart from RC artifacts (#4853) ### What changes were proposed in this PR? This PR drops the Helm chart tarball (`apache-texera-${VERSION}-helm.tgz`) from the release-candidate flow. The remaining RC artifacts are the source tarball and the docker-compose deployment bundle. Changes in `.github/workflows/create-release-candidate.yml`: - Removed the entire `Create Helm chart package` step (helm install, `helm dependency build`, `helm package`, symlink resolution, Chart.yaml/values.yaml patching). - Dropped the `helm_tarball` output of `create-rc` and its variable. - Removed helm from the sign/checksum loop, the `upload-artifact` paths, the `Verify downloaded artifacts` loop, the `Stage artifacts to SVN` loop, the SVN commit message, the summary table row, and the `gpg --verify` / `sha512sum -c` snippets. In `.github/release/vote-email-template.md`: - Removed the \"Helm chart package\" bullet from the artifact list. - Removed the \"Helm chart deploys successfully (if applicable)\" line from the verification checklist. ### Any related issues, documentation, discussions? Closes #4848. ### How was this PR tested? ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (claude-opus-4-7) Co-authored-by: Claude Opus 4.7 (1M context) <[email protected]> Report URL: https://github.com/apache/texera/actions/runs/25275854607 With regards, GitHub Actions via GitBox
