eec8c28fb3
Go Benchmark / Performance Regression Check (push) Has been cancelled
Cerberus Integration / Cerberus Security Stack Integration (push) Has been cancelled
Upload Coverage to Codecov / Backend Codecov Upload (push) Has been cancelled
Upload Coverage to Codecov / Frontend Codecov Upload (push) Has been cancelled
CodeQL - Analyze / CodeQL analysis (go) (push) Has been cancelled
CodeQL - Analyze / CodeQL analysis (javascript-typescript) (push) Has been cancelled
CrowdSec Integration / CrowdSec Bouncer Integration (push) Has been cancelled
Docker Build, Publish & Test / build-and-push (push) Has been cancelled
Quality Checks / Auth Route Protection Contract (push) Has been cancelled
Quality Checks / Codecov Trigger/Comment Parity Guard (push) Has been cancelled
Quality Checks / Backend (Go) (push) Has been cancelled
Quality Checks / Frontend (React) (push) Has been cancelled
Rate Limit integration / Rate Limiting Integration (push) Has been cancelled
Security Scan (PR) / Trivy Binary Scan (push) Has been cancelled
Supply Chain Verification (PR) / Verify Supply Chain (push) Has been cancelled
WAF integration / Coraza WAF Integration (push) Has been cancelled
Docker Build, Publish & Test / Security Scan PR Image (push) Has been cancelled
Repo Health Check / Repo health (push) Has been cancelled
History Rewrite Dry-Run / Dry-run preview for history rewrite (push) Has been cancelled
Prune Renovate Branches / prune (push) Has been cancelled
Renovate / renovate (push) Has been cancelled
Nightly Build & Package / sync-development-to-nightly (push) Has been cancelled
Nightly Build & Package / Trigger Nightly Validation Workflows (push) Has been cancelled
Nightly Build & Package / build-and-push-nightly (push) Has been cancelled
Nightly Build & Package / test-nightly-image (push) Has been cancelled
Nightly Build & Package / verify-nightly-supply-chain (push) Has been cancelled
Update GeoLite2 Checksum / update-checksum (push) Has been cancelled
Container Registry Prune / prune-ghcr (push) Has been cancelled
Container Registry Prune / prune-dockerhub (push) Has been cancelled
Container Registry Prune / summarize (push) Has been cancelled
Supply Chain Verification / Verify SBOM (push) Has been cancelled
Supply Chain Verification / Verify Release Artifacts (push) Has been cancelled
Supply Chain Verification / Verify Docker Image Supply Chain (push) Has been cancelled
Monitor Caddy Major Release / check-caddy-major (push) Has been cancelled
Weekly Nightly to Main Promotion / Verify Nightly Branch Health (push) Has been cancelled
Weekly Nightly to Main Promotion / Create Promotion PR (push) Has been cancelled
Weekly Nightly to Main Promotion / Trigger Missing Required Checks (push) Has been cancelled
Weekly Nightly to Main Promotion / Notify on Failure (push) Has been cancelled
Weekly Nightly to Main Promotion / Workflow Summary (push) Has been cancelled
Weekly Security Rebuild / Security Rebuild & Scan (push) Has been cancelled
4.0 KiB
Executable File
4.0 KiB
Executable File
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_TOKENwithCHARON_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 CHARON_TOKEN with CHARON_TOKEN in workflowsde1160afix: revert to CHARON_TOKEN7aee12bfix: use CHARON_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(orCHARON_TOKENfallback) exists in repo secrets. - Review for any missed workflow references.
Generated by automated assistant for alignment between branches.