feat(ql3): atomically apply cluster legacy env migration

This commit is contained in:
whyour
2026-08-24 21:13:15 +08:00
parent 4abf125ce9
commit bd8678a888
23 changed files with 3372 additions and 21 deletions
@@ -132,6 +132,24 @@ function runtimePrivileges() {
plugin_package_workflow_admission_steps: [true, true, false, false],
plugin_package_workflow_task_attempt_admissions: [true, true, false, false],
cluster_legacy_env_migration_plans: [false, false, false, false],
cluster_legacy_env_migration_application_receipts: [
false,
false,
false,
false,
],
cluster_legacy_env_migration_application_tasks: [
false,
false,
false,
false,
],
cluster_legacy_env_migration_application_triggers: [
false,
false,
false,
false,
],
worker_execution_attestations: [true, false, false, false],
run_events: [true, true, false, false],
run_cancellation_dispatches: [true, true, true, false],