@kungfu-tech/buildchain 3.0.6-alpha.0 → 3.0.6-alpha.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/site/buildchain-contract.json +5 -5
- package/dist/site/buildchain-site.json +19 -14
- package/dist/site/kfd-claims.json +4 -3
- package/dist/site/kfd-upstream-aggregate.json +9 -9
- package/dist/site/manual-registry.json +2 -2
- package/dist/site/page-registry.json +13 -8
- package/dist/site/public-surface-audit.json +4 -3
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/site-manifest.json +6 -6
- package/dist/site/workflow-registry.json +2 -1
- package/docs/MAP.md +1 -0
- package/docs/aws-us-elastic-runner-burst-plane.md +109 -79
- package/docs/release-governance.md +8 -1
- package/package.json +3 -2
- package/scripts/aws-windows-jit-campaign-core.mjs +7 -8
- package/scripts/aws-windows-jit-controller.mjs +1 -0
- package/scripts/aws-windows-jit-core.mjs +1 -1
- package/scripts/dev-pr-auto-merge.mjs +12 -12
- package/scripts/dispatch-artifact-signing-authority.mjs +2 -4
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"product": {
|
|
5
5
|
"name": "Buildchain",
|
|
6
6
|
"package": "@kungfu-tech/buildchain",
|
|
7
|
-
"version": "3.0.6-alpha.
|
|
7
|
+
"version": "3.0.6-alpha.1",
|
|
8
8
|
"repository": "https://github.com/kungfu-systems/buildchain"
|
|
9
9
|
},
|
|
10
10
|
"majorLine": "v3",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"retryable GitHub fallback fetches use a bounded attempt budget before exact source SHA and tree verification"
|
|
53
53
|
],
|
|
54
54
|
"breakingDigest": "sha256:dfbedd543ae0c067982b5c8c02d98dd2f7f7df88752be97fb330da6b0ba30faa",
|
|
55
|
-
"auditDigest": "sha256:
|
|
55
|
+
"auditDigest": "sha256:0c8c6f781e8c2490f10d70def2c16e753298c15d05e6ead916e67d2714cd5583"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"contractVersion": 1,
|
|
@@ -760,7 +760,7 @@
|
|
|
760
760
|
"manual entries carry source file digests so downstream sites and agents can detect stale hand-written documentation"
|
|
761
761
|
],
|
|
762
762
|
"breakingDigest": "sha256:7d0d2819e3a3e72989d9c57b5efe9d0bc0a79bc0f2c82a0c7b9d6c5a211a91f2",
|
|
763
|
-
"auditDigest": "sha256:
|
|
763
|
+
"auditDigest": "sha256:5024e0362ee5b652967984cc49232bac6f2d882972f7c6acccdf8bf2e665ff39"
|
|
764
764
|
},
|
|
765
765
|
{
|
|
766
766
|
"contractVersion": 1,
|
|
@@ -1406,7 +1406,7 @@
|
|
|
1406
1406
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
1407
1407
|
],
|
|
1408
1408
|
"breakingDigest": "sha256:6b8d38e92b2c67b5bc83fae0a3fd95bfa47582fbc176e6cdeebe7630a57534cb",
|
|
1409
|
-
"auditDigest": "sha256:
|
|
1409
|
+
"auditDigest": "sha256:0c8c6f781e8c2490f10d70def2c16e753298c15d05e6ead916e67d2714cd5583"
|
|
1410
1410
|
},
|
|
1411
1411
|
{
|
|
1412
1412
|
"contractVersion": 1,
|
|
@@ -3619,5 +3619,5 @@
|
|
|
3619
3619
|
}
|
|
3620
3620
|
],
|
|
3621
3621
|
"compatibilityDigest": "sha256:76c3dd58a02887ecd6af33d63e749fef0a988a820fea99bdf4cb078cc48caa83",
|
|
3622
|
-
"contractDigest": "sha256:
|
|
3622
|
+
"contractDigest": "sha256:3e34234237c55bc2908fca99e06598888cc2804a150d42c9551e428265c58a8f"
|
|
3623
3623
|
}
|