Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): add manual allowlist check to promote runbook #4034

Merged
merged 8 commits into from
Dec 11, 2024

Conversation

sesi200
Copy link
Contributor

@sesi200 sesi200 commented Dec 10, 2024

We had it happen multiple times that we promoted a dfx version where dfx deploy --playground does not work because the updated allowlist was not deployed in time. With this new check we can make sure this doesn't happen again.

@sesi200 sesi200 requested a review from a team as a code owner December 10, 2024 12:45
@sesi200 sesi200 enabled auto-merge (squash) December 10, 2024 12:45
lwshang
lwshang previously approved these changes Dec 10, 2024
@@ -114,6 +114,8 @@ Modify `DFX_VERSION` in these two files:

## Stage 5: Promote the release - day 4

* Precondition: Make sure `dfx deploy --playground` works with a project created by `dfx new`. This makes sure that the asset canister wasm is properly allowlisted in the playground backend.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This means merging the motoko-playground PR first (which is found in the following step, "Merge PRs"). So as written, this precondition can never succeed. We should update this stage to first merge the motoko-playground PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. I adjusted stage 4 to merge the Motoko playground PR as merging and deploying that PR does not change any public documentation or default behavior

@sesi200 sesi200 merged commit 4722c29 into master Dec 11, 2024
297 checks passed
@sesi200 sesi200 deleted the severin/release-check-allowlist branch December 11, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants