@mutmutco/cli 3.132.0 → 3.132.2
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
|
@@ -14200,10 +14200,10 @@ var rollout_plan_default = {
|
|
|
14200
14200
|
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)."
|
|
14201
14201
|
},
|
|
14202
14202
|
baseline: {
|
|
14203
|
-
version: "3.132.
|
|
14204
|
-
tag: "v3.132.
|
|
14205
|
-
commit: "
|
|
14206
|
-
npm: "@mutmutco/cli@3.132.
|
|
14203
|
+
version: "3.132.2",
|
|
14204
|
+
tag: "v3.132.2",
|
|
14205
|
+
commit: "b1e04a4ae910",
|
|
14206
|
+
npm: "@mutmutco/cli@3.132.2"
|
|
14207
14207
|
},
|
|
14208
14208
|
exitCriterion: "fleet-n-of-n",
|
|
14209
14209
|
hubOnlyShortcut: "forbidden",
|
|
@@ -14220,14 +14220,14 @@ var rollout_plan_default = {
|
|
|
14220
14220
|
repo: "mutmutco/mmi-hub",
|
|
14221
14221
|
role: "canary",
|
|
14222
14222
|
schedule: "train",
|
|
14223
|
-
v3Target: "v3.132.
|
|
14223
|
+
v3Target: "v3.132.2"
|
|
14224
14224
|
}
|
|
14225
14225
|
],
|
|
14226
14226
|
rollbackTrigger: "Any red inside the post-cut soak window: `devops train gate` FAIL attributable to the v4 doors, Hub endpoint health probe failure, a v3 client refused while the compat window must still admit it (SUPPORTED_MINOR_WINDOW=2, MIN_CLIENT_VERSION 0.0.0 \u2014 D6a), or npm consumer install/doctor failure on the v4 dist.",
|
|
14227
14227
|
rollback: {
|
|
14228
14228
|
independent: true,
|
|
14229
|
-
mechanism: "npm dist-tag latest -> 3.132.
|
|
14230
|
-
v3Target: "v3.132.
|
|
14229
|
+
mechanism: "npm dist-tag latest -> 3.132.2 and redeploy the Hub Lambda from tag v3.132.2 (b1e04a4ae910); installed clients repair via `mmi-cli doctor`. No other cohort is touched.",
|
|
14230
|
+
v3Target: "v3.132.2 (@mutmutco/cli@3.132.2, tag commit b1e04a4ae910 \u2014 the preserved latest-v3 distribution, D6b)"
|
|
14231
14231
|
}
|
|
14232
14232
|
},
|
|
14233
14233
|
{
|
package/package.json
CHANGED