feat(ic-admin): Added propose-to-update-standard-engine-replica-version subcommand.#10885
Conversation
|
✅ No security or compliance issues detected. Reviewed everything up to a514985. Security Overview
Detected Code Changes
|
propose-to-update-standard-engine-replica-version subcommand.propose-to-update-standard-engine-replica-version subcommand.
Only tool changed, no canister behavior change.
There was a problem hiding this comment.
Pull request overview
Adds support in ic-admin for submitting the new governance proposal type UpdateStandardEngineReplicaVersion, enabling operators to propose rolling out a new replica version across a fraction of Cloud Engines.
Changes:
- Introduces a new
ic-adminsubcommand:propose-to-update-standard-engine-replica-version. - Implements default proposal title generation and maps CLI flags into
ProposalActionRequest::UpdateStandardEngineReplicaVersion. - Wires the new subcommand into the main CLI dispatch.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
|
Should Somewhat related: |
|
re formatting: Done. |
|
re allowlist: Done. |
514aa8c to
72fc571
Compare
64b37fd to
a514985
Compare
|
Now that the previous PR is in, I rebased and force pushed this. Will set to merge when ready after stripping DO NOT MERGE from the title. |
propose-to-update-standard-engine-replica-version subcommand.propose-to-update-standard-engine-replica-version subcommand.
…ReplicaVersion. (dfinity#10884) [👈 Previous PR][prev] | [Next PR 👉][next] [prev]: dfinity#10865 [next]: dfinity#10885 --------- Co-authored-by: Daniel Wong <daniel.wong@dfinity.org> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
👈 Previous PR