3.9 KiB
3.9 KiB
Beta Release Draft Pull Request
Overview
This draft PR merges recent beta preparation changes from feature/beta-release into feature/alpha-completion to align the alpha integration branch with the latest CI, workflow, and release process improvements.
Changes Included
- Workflow Token Updates
- Prefer
GITHUB_TOKENwithCPMP_TOKENas a fallback to maintain backward compatibility. - Ensured consistent secret reference across
release.ymlandrenovate_prune.yml.
- Prefer
- Release Workflow Adjustments
- Fixed environment variable configuration for release publication.
- Maintained prerelease logic for alpha/beta/rc tags.
- CI Stability Improvements
- Prior earlier commits (already merged previously) included action version pinning for reproducibility and security.
- Docker Build Reliability
- (Previously merged) Improvements to locate and package the
dlvbinary reliably in multi-arch builds.
- (Previously merged) Improvements to locate and package the
Commits Ahead of feature/alpha-completion
6c8ba7bfix: replace CPMP_TOKEN with CPMP_TOKEN in workflowsde1160afix: revert to CPMP_TOKEN7aee12bfix: use CPMP_TOKEN in release workflow0449681docs: add beta-release draft PR summaryfc08514docs: update beta-release draft PR summary with new commit18c3621docs: update beta-release draft PR summary with second update178e7eddocs: update beta-release draft PR summary with third update4843ecadocs: update beta-release draft PR summary with fourth update6b3b9e3docs: update beta-release draft PR summary with fifth updatedddfebbdocs: update beta-release draft PR summary with sixth updatea0c84c7docs: update beta-release draft PR summary with seventh update3a410b8docs: update beta-release draft PR summary with eighth update7483dd0docs: update beta-release draft PR summary with ninth updatee116e08docs: update beta-release draft PR summary with tenth update54f1585docs: update beta-release draft PR summary with eleventh update (retry)44c2fbadocs: update beta-release draft PR summary with twelfth update41edb5adocs: update beta-release draft PR summary with thirteenth update49b13ccdocs: update beta-release draft PR summary with fourteenth update990161cdocs: update beta-release draft PR summary with fifteenth updateed13d67docs: update beta-release draft PR summary with sixteenth update7e32857docs: update beta-release draft PR summary with seventeenth update5a6aec1docs: update beta-release draft PR summary with eighteenth update9169e61docs: update beta-release draft PR summary with nineteenth update119364fdocs: update beta-release draft PR summary with twentieth updatec960f18docs: update beta-release draft PR summary with twenty-first update5addf23docs: update beta-release draft PR summary with twenty-second update19aeb42docs: update beta-release draft PR summary with twenty-third updateae918bfdocs: update beta-release draft PR summary with twenty-fourth update853f0f1docs: update beta-release draft PR summary with twenty-fifth update3adc860docs: update beta-release draft PR summary with twenty-sixth update28a793ddocs: update beta-release draft PR summary with twenty-seventh update3cd9875docs: update beta-release draft PR summary with twenty-eighth updatec99723ddocs: update beta-release draft PR summary with twenty-ninth update
Follow-ups (Not in This PR)
- Frontend test coverage enhancement for
ProxyHostForm(in progress separately). - Additional beta feature hardening tasks (observability, import validations) will come later.
Verification Checklist
- Workflows pass YAML lint locally (pre-commit success)
- No removed secrets; only name substitutions
- CI run on draft PR (expected)
Request
Marking this as a DRAFT to allow review of token changes before merge. Please:
- Confirm
GITHUB_TOKEN(orCPMP_TOKENfallback) exists in repo secrets. - Review for any missed workflow references.
Generated by automated assistant for alignment between branches.