Upgrade EdgeZero to the deploy-actions branch#940
Draft
aram356 wants to merge 2 commits into
Draft
Conversation
Point the edgezero-* dependencies at the feature/edgezero-deploy-actions branch (PR #316) and adapt Trusted Server to its API changes: - Wire the new ts CLI subcommands surfaced by edgezero-cli: active-version, healthcheck, and rollback, plus deploy --stage and a --version flag, with argument-parsing coverage. - Migrate TrustedServerAppConfig to the AppConfigMeta::secret_fields() method that replaces the removed SECRET_FIELDS associated constant.
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.
Summary
Upgrades the six edgezero workspace dependencies from
tag = "v0.0.4"to thefeature/edgezero-deploy-actionsbranch and adapts Trusted Server to its API changes.edgezero-adapter-{axum,cloudflare,fastly,spin},edgezero-cli, andedgezero-coreat the branch; refreshCargo.lock(rev145f1699).tsCLI subcommands surfaced byedgezero-cli—active-version,healthcheck,rollback— plusdeploy --stageand a top-level--versionflag, with argument-parsing coverage.TrustedServerAppConfigto theAppConfigMeta::secret_fields()method that replaces the removedSECRET_FIELDSassociated constant.Verification
All CI gates run locally against the branch and pass:
cargo fmt --all -- --check— cleancargo clippy— fastly, axum, cloudflare native + wasm, spin native + wasm — cleanparity— 13 passstackpop/edgezero#316 is not yet merged. The
branch =dependency ref is a moving target and can't merge as-is; before this lands, re-pin the six deps to a tagged release (orrev) once #316 merges.Out of scope
Adopting the new deploy GitHub Actions (
deploy-fastly/healthcheck-fastly/rollback-fastly) in this repo's workflows is separate, unstarted work.Closes #939