refactor(release): drop helm chart from RC artifacts#4853
Merged
bobbai00 merged 3 commits intoMay 3, 2026
Merged
Conversation
The Helm chart tarball is hard for individual reviewers to test and verify during the [VOTE] period (requires a kubernetes cluster + chart-deps fetch), which is the wrong shape for an ASF release artifact. Drop it from the RC flow; bin/k8s/ stays in the source tree for users who want to build the chart themselves. - Remove the Create Helm chart package step. - Drop helm_tarball output, sign/checksum entry, upload-artifact paths, download verification, SVN staging, summary table row, and verification command snippets. - Update the SVN commit message and the [VOTE] email template to no longer reference the helm artifact. Closes apache#4848 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4853 +/- ##
============================================
+ Coverage 43.35% 43.40% +0.05%
- Complexity 2035 2107 +72
============================================
Files 957 957
Lines 34077 34946 +869
Branches 3753 3893 +140
============================================
+ Hits 14773 15170 +397
- Misses 18512 18970 +458
- Partials 792 806 +14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
aglinxinyuan
approved these changes
May 3, 2026
Yicong-Huang
pushed a commit
that referenced
this pull request
May 3, 2026
### 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)
(backported from commit d9fc9dc)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
Backport to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:Create Helm chart packagestep (helm install,helm dependency build,helm package, symlink resolution, Chart.yaml/values.yaml patching).helm_tarballoutput ofcreate-rcand its variable.upload-artifactpaths, theVerify downloaded artifactsloop, theStage artifacts to SVNloop, the SVN commit message, the summary table row, and thegpg --verify/sha512sum -csnippets.In
.github/release/vote-email-template.md: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)