@kungfu-tech/buildchain 2.14.1 → 2.14.2-alpha.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/site/buildchain-contract.json +5 -5
- package/dist/site/buildchain-site.json +13 -13
- package/dist/site/kfd-claims.json +8 -5
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +3 -3
- package/dist/site/page-registry.json +6 -6
- package/dist/site/public-surface-audit.json +11 -6
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/site-manifest.json +7 -7
- package/dist/site/workflow-registry.json +9 -4
- package/docs/publish-transaction.md +14 -0
- package/docs/release-governance.md +27 -4
- package/docs/web-surface-deployments.md +12 -2
- package/package.json +1 -1
- package/scripts/buildchain-patrol.mjs +3 -1
- package/scripts/dev-merge-queue.mjs +64 -0
- package/scripts/dev-pr-auto-merge.mjs +362 -21
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"contract": "kungfu-buildchain-public-surface-reverse-audit",
|
|
22
22
|
"path": "dist/site/public-surface-audit.json",
|
|
23
23
|
"status": "passed",
|
|
24
|
-
"sha256": "
|
|
24
|
+
"sha256": "4f270e82db617359d99ba56da7a6faeee4dfc23363e58465229e161edc277530",
|
|
25
25
|
"summary": {
|
|
26
26
|
"cliCommandCount": 83,
|
|
27
27
|
"workflowCount": 47,
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"contract": "kungfu-buildchain-public-surface-reverse-audit",
|
|
226
226
|
"path": "dist/site/public-surface-audit.json",
|
|
227
227
|
"status": "passed",
|
|
228
|
-
"sha256": "
|
|
228
|
+
"sha256": "4f270e82db617359d99ba56da7a6faeee4dfc23363e58465229e161edc277530",
|
|
229
229
|
"summary": {
|
|
230
230
|
"cliCommandCount": 83,
|
|
231
231
|
"workflowCount": 47,
|
|
@@ -3246,7 +3246,7 @@
|
|
|
3246
3246
|
"visibility": "public",
|
|
3247
3247
|
"participantFacing": true,
|
|
3248
3248
|
"public": true,
|
|
3249
|
-
"inputCount":
|
|
3249
|
+
"inputCount": 16,
|
|
3250
3250
|
"inputs": [
|
|
3251
3251
|
"allowed-head-prefixes",
|
|
3252
3252
|
"block-labels",
|
|
@@ -3255,6 +3255,7 @@
|
|
|
3255
3255
|
"cadence",
|
|
3256
3256
|
"capabilities",
|
|
3257
3257
|
"dry-run",
|
|
3258
|
+
"landing-mode",
|
|
3258
3259
|
"max-actions",
|
|
3259
3260
|
"merge-method",
|
|
3260
3261
|
"mode",
|
|
@@ -3354,13 +3355,14 @@
|
|
|
3354
3355
|
"visibility": "public",
|
|
3355
3356
|
"participantFacing": true,
|
|
3356
3357
|
"public": true,
|
|
3357
|
-
"inputCount":
|
|
3358
|
+
"inputCount": 13,
|
|
3358
3359
|
"inputs": [
|
|
3359
3360
|
"allowed-head-prefixes",
|
|
3360
3361
|
"block-labels",
|
|
3361
3362
|
"buildchain-ref",
|
|
3362
3363
|
"buildchain-repository",
|
|
3363
3364
|
"dry-run",
|
|
3365
|
+
"landing-mode",
|
|
3364
3366
|
"max-merges",
|
|
3365
3367
|
"merge-method",
|
|
3366
3368
|
"ready-label",
|
|
@@ -3487,13 +3489,14 @@
|
|
|
3487
3489
|
"visibility": "public",
|
|
3488
3490
|
"participantFacing": true,
|
|
3489
3491
|
"public": true,
|
|
3490
|
-
"inputCount":
|
|
3492
|
+
"inputCount": 13,
|
|
3491
3493
|
"inputs": [
|
|
3492
3494
|
"allowed-head-prefixes",
|
|
3493
3495
|
"block-labels",
|
|
3494
3496
|
"buildchain-ref",
|
|
3495
3497
|
"buildchain-repository",
|
|
3496
3498
|
"dry-run",
|
|
3499
|
+
"landing-mode",
|
|
3497
3500
|
"max-actions",
|
|
3498
3501
|
"merge-method",
|
|
3499
3502
|
"ready-label",
|
|
@@ -316,7 +316,7 @@
|
|
|
316
316
|
"title": "Publish transaction",
|
|
317
317
|
"path": "docs/publish-transaction.md",
|
|
318
318
|
"plane": "verify",
|
|
319
|
-
"digest": "sha256:
|
|
319
|
+
"digest": "sha256:950ca4fb2f7ab0a7d40775593e3864f8bb1229f8543b266b00154af82c619e95",
|
|
320
320
|
"capabilityGroup": "release-passport-trust",
|
|
321
321
|
"audience": [
|
|
322
322
|
"release-operator"
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
"title": "Release governance",
|
|
330
330
|
"path": "docs/release-governance.md",
|
|
331
331
|
"plane": "why",
|
|
332
|
-
"digest": "sha256:
|
|
332
|
+
"digest": "sha256:511d214a8d9a24125f64c5cb363aeeb3351a1236eec96f5fa6f49832d5fcba98",
|
|
333
333
|
"capabilityGroup": "governance-versioning",
|
|
334
334
|
"audience": [
|
|
335
335
|
"maintainer",
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
"title": "Web surface deployments",
|
|
385
385
|
"path": "docs/web-surface-deployments.md",
|
|
386
386
|
"plane": "use",
|
|
387
|
-
"digest": "sha256:
|
|
387
|
+
"digest": "sha256:856a7602cf1c2d3a0a540cdf0d64566914f79dde24417c92089f0466bee25df1",
|
|
388
388
|
"capabilityGroup": "site-and-propagation",
|
|
389
389
|
"audience": [
|
|
390
390
|
"site",
|