HIP: Automated Release Process for Helm#409
Open
scottrigby wants to merge 7 commits intohelm:mainfrom
Open
Conversation
Proposes GitHub Actions automation for Helm releases while preserving human oversight. Creates PRs for version updates, generates draft release candidates, and coordinates documentation updates between helm/helm and helm/helm-www. Addresses time-consuming aspects of the current 11-step manual release process while preserving all security and quality controls. Key benefits: - Reduces manual errors in version updates - Eliminates repetitive tasks - Maintains security with draft releases and PR approvals - Full backward compatibility with existing process Signed-off-by: Scott Rigby <scott@r6by.com>
Signed-off-by: Scott Rigby <scott@r6by.com>
TerryHowe
reviewed
Sep 13, 2025
hips/hip-9999.md
Outdated
| 3. **Phase 3**: Documentation update automation | ||
| 4. **Phase 4**: Full workflow integration and community notification | ||
|
|
||
| Each phase can be tested in isolation and rolled back if issues arise. |
There was a problem hiding this comment.
Manual process can be used instead if issues arise.
Member
Author
There was a problem hiding this comment.
agree, updated the reference implementation - i think this is addressed, but lmk if you have suggestions
Signed-off-by: Scott Rigby <scott@r6by.com>
Signed-off-by: Scott Rigby <scott@r6by.com>
Signed-off-by: Scott Rigby <scott@r6by.com>
65308bf to
0e12527
Compare
Signed-off-by: Scott Rigby <scott@r6by.com>
Signed-off-by: Scott Rigby <scott@r6by.com>
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.
Markdown preview: https://github.com/scottrigby/community/blob/automated-release-process/hips/hip-9999.md
Proposes GitHub Actions automation for Helm releases while preserving human oversight. Creates PRs for version updates, generates draft release candidates, and coordinates documentation updates between helm/helm and helm/helm-www.
Addresses time-consuming aspects of the current 11-step manual release process while preserving all security and quality controls.
Key benefits: