2.2 KiB
2.2 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
- Replaced deprecated
GITHUB_TOKENusage withPROJECT_TOKENper new GitHub token naming restrictions. - Ensured consistent secret reference across
release.ymlandrenovate_prune.yml.
- Replaced deprecated
- 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 GITHUB_TOKEN with PROJECT_TOKEN in workflowsde1160afix: revert to PROJECT_TOKEN7aee12bfix: use GITHUB_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 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
PROJECT_TOKENexists in repo secrets. - Review for any missed workflow references.
Generated by automated assistant for alignment between branches.