@mutmutco/cli 3.139.12 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.cjs +7 -7
- package/package.json +1 -1
package/dist/main.cjs
CHANGED
|
@@ -10774,10 +10774,10 @@ var rollout_plan_default = {
|
|
|
10774
10774
|
note: "The v4.0.0 stamp happens at cut time (D6e #4463); until then the candidate is the origin/development head artifacts (built cli/dist + npm pack), identity proven by dist content hash (D6a)."
|
|
10775
10775
|
},
|
|
10776
10776
|
baseline: {
|
|
10777
|
-
version: "
|
|
10778
|
-
tag: "
|
|
10779
|
-
commit: "
|
|
10780
|
-
npm: "@mutmutco/cli@
|
|
10777
|
+
version: "4.0.0",
|
|
10778
|
+
tag: "v4.0.0",
|
|
10779
|
+
commit: "71c720103455",
|
|
10780
|
+
npm: "@mutmutco/cli@4.0.0"
|
|
10781
10781
|
},
|
|
10782
10782
|
exitCriterion: "fleet-n-of-n",
|
|
10783
10783
|
hubOnlyShortcut: "forbidden",
|
|
@@ -10794,14 +10794,14 @@ var rollout_plan_default = {
|
|
|
10794
10794
|
repo: "mutmutco/mmi-hub",
|
|
10795
10795
|
role: "canary",
|
|
10796
10796
|
schedule: "train",
|
|
10797
|
-
v3Target: "
|
|
10797
|
+
v3Target: "v4.0.0"
|
|
10798
10798
|
}
|
|
10799
10799
|
],
|
|
10800
10800
|
rollbackTrigger: "Any red inside the post-contract soak window: `devops train gate` FAIL attributable to the v4 doors, Hub endpoint health probe failure, a pre-v4 client admitted instead of receiving actionable HTTP 426, or npm consumer install/doctor failure on the v4-only dist.",
|
|
10801
10801
|
rollback: {
|
|
10802
10802
|
independent: true,
|
|
10803
|
-
mechanism: "npm dist-tag latest ->
|
|
10804
|
-
v3Target: "
|
|
10803
|
+
mechanism: "npm dist-tag latest -> 4.0.0 and redeploy the Hub Lambda from tag v4.0.0 (71c720103455); installed clients repair via `mmi-cli doctor`. No other cohort is touched.",
|
|
10804
|
+
v3Target: "v4.0.0 (@mutmutco/cli@4.0.0, tag commit 71c720103455 \u2014 last known-good release carrying the repo-index v4-only contract)"
|
|
10805
10805
|
}
|
|
10806
10806
|
},
|
|
10807
10807
|
{
|
package/package.json
CHANGED