@mutmutco/cli 4.3.0 → 4.3.1
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
|
@@ -15274,10 +15274,10 @@ var rollout_plan_default = {
|
|
|
15274
15274
|
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)."
|
|
15275
15275
|
},
|
|
15276
15276
|
baseline: {
|
|
15277
|
-
version: "4.3.
|
|
15278
|
-
tag: "v4.3.
|
|
15279
|
-
commit: "
|
|
15280
|
-
npm: "@mutmutco/cli@4.3.
|
|
15277
|
+
version: "4.3.1",
|
|
15278
|
+
tag: "v4.3.1",
|
|
15279
|
+
commit: "c3366772907f",
|
|
15280
|
+
npm: "@mutmutco/cli@4.3.1"
|
|
15281
15281
|
},
|
|
15282
15282
|
exitCriterion: "fleet-n-of-n",
|
|
15283
15283
|
hubOnlyShortcut: "forbidden",
|
|
@@ -15294,14 +15294,14 @@ var rollout_plan_default = {
|
|
|
15294
15294
|
repo: "mutmutco/mmi-hub",
|
|
15295
15295
|
role: "canary",
|
|
15296
15296
|
schedule: "train",
|
|
15297
|
-
v3Target: "v4.3.
|
|
15297
|
+
v3Target: "v4.3.1"
|
|
15298
15298
|
}
|
|
15299
15299
|
],
|
|
15300
15300
|
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.",
|
|
15301
15301
|
rollback: {
|
|
15302
15302
|
independent: true,
|
|
15303
|
-
mechanism: "npm dist-tag latest -> 4.3.
|
|
15304
|
-
v3Target: "v4.3.
|
|
15303
|
+
mechanism: "npm dist-tag latest -> 4.3.1 and redeploy the Hub Lambda from tag v4.3.1 (c3366772907f); installed clients repair via `mmi-cli doctor`. No other cohort is touched.",
|
|
15304
|
+
v3Target: "v4.3.1 (@mutmutco/cli@4.3.1, tag commit c3366772907f \u2014 last known-good release carrying the repo-index v4-only contract)"
|
|
15305
15305
|
}
|
|
15306
15306
|
},
|
|
15307
15307
|
{
|
package/package.json
CHANGED