@kungfu-tech/buildchain 3.0.5-alpha.0 → 3.0.5-alpha.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/site/buildchain-contract.json +30 -20
- package/dist/site/buildchain-site.json +28 -18
- package/dist/site/controller-registry.json +11 -3
- package/dist/site/kfd-claims.json +6 -4
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +4 -4
- package/dist/site/page-registry.json +20 -10
- package/dist/site/public-surface-audit.json +6 -4
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/site-manifest.json +8 -8
- package/dist/site/workflow-registry.json +4 -2
- package/docs/aws-us-elastic-runner-burst-plane.md +132 -16
- package/docs/publish-transaction.md +7 -5
- package/docs/release-flow.md +4 -0
- package/docs/release-governance.md +7 -0
- package/docs/reusable-build-surface.md +9 -0
- package/package.json +1 -1
- package/scripts/aws-macos-jit-controller-core.mjs +389 -0
- package/scripts/aws-macos-jit-controller-runtime.mjs +82 -0
- package/scripts/aws-macos-jit-controller.mjs +558 -0
- package/scripts/aws-macos-jit-job-controller.mjs +401 -0
- package/scripts/aws-windows-jit-campaign-core.mjs +241 -0
- package/scripts/aws-windows-jit-campaign.mjs +167 -0
- package/scripts/aws-windows-jit-controller-core.mjs +20 -2
- package/scripts/aws-windows-jit-controller.mjs +184 -109
- package/scripts/aws-windows-jit-core.mjs +18 -0
- package/scripts/aws-windows-jit.mjs +2 -0
- package/scripts/locked-source-checkout.mjs +17 -3
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"product": {
|
|
5
5
|
"name": "Buildchain",
|
|
6
6
|
"package": "@kungfu-tech/buildchain",
|
|
7
|
-
"version": "3.0.5-alpha.
|
|
7
|
+
"version": "3.0.5-alpha.2",
|
|
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:a604814e212e399e4908f7cd9393bcbc790a596ed12f16c0937deff49f8fc067"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"contractVersion": 1,
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"alpha and stable channel selections use separate consumer contract locks by default"
|
|
92
92
|
],
|
|
93
93
|
"breakingDigest": "sha256:c4597dfa89e1a58f1023905092b849644f5c080abf150aeba9c7e1cd5ed43962",
|
|
94
|
-
"auditDigest": "sha256:
|
|
94
|
+
"auditDigest": "sha256:f5301f867cb3101e76fd00a294c722d81ce914e35ca57c75f7912f925d3d07a7"
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"contractVersion": 1,
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"GitHub Release passport and evidence publication is delegated to promote-buildchain-ref after the semver release transaction completes"
|
|
178
178
|
],
|
|
179
179
|
"breakingDigest": "sha256:acd401cfc46450115a3763fd4b679d85f185e8757ebd52510d6262e1533df4cf",
|
|
180
|
-
"auditDigest": "sha256:
|
|
180
|
+
"auditDigest": "sha256:d0e9128f5e46d0c4f439d5e1e4aa7a1ab84bdeb8c43c5d46887871004cb79b26"
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"contractVersion": 1,
|
|
@@ -709,7 +709,7 @@
|
|
|
709
709
|
"manual entries carry source file digests so downstream sites and agents can detect stale hand-written documentation"
|
|
710
710
|
],
|
|
711
711
|
"breakingDigest": "sha256:7d0d2819e3a3e72989d9c57b5efe9d0bc0a79bc0f2c82a0c7b9d6c5a211a91f2",
|
|
712
|
-
"auditDigest": "sha256:
|
|
712
|
+
"auditDigest": "sha256:515a54220aad0bb8ad92ee054ac0b05e67b5a545e214a11abb610ba6569decdc"
|
|
713
713
|
},
|
|
714
714
|
{
|
|
715
715
|
"contractVersion": 1,
|
|
@@ -782,7 +782,7 @@
|
|
|
782
782
|
"controllerDescriptor": {
|
|
783
783
|
"contract": "buildchain.controller-descriptor/v1",
|
|
784
784
|
"digest": "sha256:373723a73d188194d389dee04c394d3b79cb0c016a370f2f5d0f60979a02ed48",
|
|
785
|
-
"registryDigest": "sha256:
|
|
785
|
+
"registryDigest": "sha256:1ca3dd555338d485c6aa052fa01a76fb0b20a4d0812a71965e97f7dfd748b111",
|
|
786
786
|
"inputClassifications": {
|
|
787
787
|
"buildchain-ref": {
|
|
788
788
|
"classification": "included",
|
|
@@ -909,6 +909,7 @@
|
|
|
909
909
|
"checkout-cache-mode",
|
|
910
910
|
"checkout-cache-reference-repository-template",
|
|
911
911
|
"checkout-cache-timeout-seconds",
|
|
912
|
+
"checkout-history-mode",
|
|
912
913
|
"compiler-cache-platforms-json",
|
|
913
914
|
"compiler-cache-provider",
|
|
914
915
|
"compiler-cache-required",
|
|
@@ -960,8 +961,8 @@
|
|
|
960
961
|
],
|
|
961
962
|
"controllerDescriptor": {
|
|
962
963
|
"contract": "buildchain.controller-descriptor/v1",
|
|
963
|
-
"digest": "sha256:
|
|
964
|
-
"registryDigest": "sha256:
|
|
964
|
+
"digest": "sha256:6088b850d18b276fccb71564a2afc7fbc1a3343036635b4fe2de960b99965498",
|
|
965
|
+
"registryDigest": "sha256:1ca3dd555338d485c6aa052fa01a76fb0b20a4d0812a71965e97f7dfd748b111",
|
|
965
966
|
"inputClassifications": {
|
|
966
967
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN": {
|
|
967
968
|
"classification": "redacted",
|
|
@@ -1135,6 +1136,10 @@
|
|
|
1135
1136
|
"classification": "digest-only",
|
|
1136
1137
|
"source": "workflow-call-input"
|
|
1137
1138
|
},
|
|
1139
|
+
"checkout-history-mode": {
|
|
1140
|
+
"classification": "included",
|
|
1141
|
+
"source": "workflow-call-input"
|
|
1142
|
+
},
|
|
1138
1143
|
"compiler-cache-platforms-json": {
|
|
1139
1144
|
"classification": "digest-only",
|
|
1140
1145
|
"source": "workflow-call-input"
|
|
@@ -1340,7 +1345,7 @@
|
|
|
1340
1345
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
1341
1346
|
],
|
|
1342
1347
|
"breakingDigest": "sha256:6b8d38e92b2c67b5bc83fae0a3fd95bfa47582fbc176e6cdeebe7630a57534cb",
|
|
1343
|
-
"auditDigest": "sha256:
|
|
1348
|
+
"auditDigest": "sha256:a604814e212e399e4908f7cd9393bcbc790a596ed12f16c0937deff49f8fc067"
|
|
1344
1349
|
},
|
|
1345
1350
|
{
|
|
1346
1351
|
"contractVersion": 1,
|
|
@@ -1424,6 +1429,7 @@
|
|
|
1424
1429
|
"checkout-cache-mode",
|
|
1425
1430
|
"checkout-cache-reference-repository-template",
|
|
1426
1431
|
"checkout-cache-timeout-seconds",
|
|
1432
|
+
"checkout-history-mode",
|
|
1427
1433
|
"compiler-cache-platforms-json",
|
|
1428
1434
|
"compiler-cache-provider",
|
|
1429
1435
|
"compiler-cache-required",
|
|
@@ -1475,8 +1481,8 @@
|
|
|
1475
1481
|
],
|
|
1476
1482
|
"controllerDescriptor": {
|
|
1477
1483
|
"contract": "buildchain.controller-descriptor/v1",
|
|
1478
|
-
"digest": "sha256:
|
|
1479
|
-
"registryDigest": "sha256:
|
|
1484
|
+
"digest": "sha256:7668105652e29bf41bbdaf73288cc285c78a7beaa287bf8502b8abc107837372",
|
|
1485
|
+
"registryDigest": "sha256:1ca3dd555338d485c6aa052fa01a76fb0b20a4d0812a71965e97f7dfd748b111",
|
|
1480
1486
|
"inputClassifications": {
|
|
1481
1487
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN": {
|
|
1482
1488
|
"classification": "redacted",
|
|
@@ -1662,6 +1668,10 @@
|
|
|
1662
1668
|
"classification": "digest-only",
|
|
1663
1669
|
"source": "workflow-call-input"
|
|
1664
1670
|
},
|
|
1671
|
+
"checkout-history-mode": {
|
|
1672
|
+
"classification": "included",
|
|
1673
|
+
"source": "workflow-call-input"
|
|
1674
|
+
},
|
|
1665
1675
|
"compiler-cache-platforms-json": {
|
|
1666
1676
|
"classification": "digest-only",
|
|
1667
1677
|
"source": "workflow-call-input"
|
|
@@ -1863,7 +1873,7 @@
|
|
|
1863
1873
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
1864
1874
|
],
|
|
1865
1875
|
"breakingDigest": "sha256:d40dd05d7e07473d4b2dc1b62fbb0ed6f06449b4d3a7c44a2e8014313e3c0273",
|
|
1866
|
-
"auditDigest": "sha256:
|
|
1876
|
+
"auditDigest": "sha256:f5301f867cb3101e76fd00a294c722d81ce914e35ca57c75f7912f925d3d07a7"
|
|
1867
1877
|
},
|
|
1868
1878
|
{
|
|
1869
1879
|
"contractVersion": 1,
|
|
@@ -1933,7 +1943,7 @@
|
|
|
1933
1943
|
"controllerDescriptor": {
|
|
1934
1944
|
"contract": "buildchain.controller-descriptor/v1",
|
|
1935
1945
|
"digest": "sha256:8e42956a2c10fa109500e72b97994f06b3d22a19cc63a46f66410b2e81706e9d",
|
|
1936
|
-
"registryDigest": "sha256:
|
|
1946
|
+
"registryDigest": "sha256:1ca3dd555338d485c6aa052fa01a76fb0b20a4d0812a71965e97f7dfd748b111",
|
|
1937
1947
|
"inputClassifications": {
|
|
1938
1948
|
"artifact-name": {
|
|
1939
1949
|
"classification": "included",
|
|
@@ -2150,7 +2160,7 @@
|
|
|
2150
2160
|
"controllerDescriptor": {
|
|
2151
2161
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2152
2162
|
"digest": "sha256:c5274b37f04d0054559fdc8698c51bd0f0d8ae470baf163e9caa7699aa970575",
|
|
2153
|
-
"registryDigest": "sha256:
|
|
2163
|
+
"registryDigest": "sha256:1ca3dd555338d485c6aa052fa01a76fb0b20a4d0812a71965e97f7dfd748b111",
|
|
2154
2164
|
"inputClassifications": {
|
|
2155
2165
|
"artifact-path": {
|
|
2156
2166
|
"classification": "digest-only",
|
|
@@ -2394,7 +2404,7 @@
|
|
|
2394
2404
|
"controllerDescriptor": {
|
|
2395
2405
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2396
2406
|
"digest": "sha256:6b132790b9798e8a5dfbe095701d8e024c160a08bc7c4bd477ee79feef7a9cfd",
|
|
2397
|
-
"registryDigest": "sha256:
|
|
2407
|
+
"registryDigest": "sha256:1ca3dd555338d485c6aa052fa01a76fb0b20a4d0812a71965e97f7dfd748b111",
|
|
2398
2408
|
"inputClassifications": {
|
|
2399
2409
|
"artifact-name": {
|
|
2400
2410
|
"classification": "included",
|
|
@@ -2576,7 +2586,7 @@
|
|
|
2576
2586
|
"controllerDescriptor": {
|
|
2577
2587
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2578
2588
|
"digest": "sha256:6d71409659fbf8543c7e520b0c493d8afe86bdf60286b860bb917f0041ebc173",
|
|
2579
|
-
"registryDigest": "sha256:
|
|
2589
|
+
"registryDigest": "sha256:1ca3dd555338d485c6aa052fa01a76fb0b20a4d0812a71965e97f7dfd748b111",
|
|
2580
2590
|
"inputClassifications": {
|
|
2581
2591
|
"artifact-name": {
|
|
2582
2592
|
"classification": "included",
|
|
@@ -2893,7 +2903,7 @@
|
|
|
2893
2903
|
"controllerDescriptor": {
|
|
2894
2904
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2895
2905
|
"digest": "sha256:220710d81a41b50edb4dc65cea3e1e5d20805406eaaced65bc006718700696b9",
|
|
2896
|
-
"registryDigest": "sha256:
|
|
2906
|
+
"registryDigest": "sha256:1ca3dd555338d485c6aa052fa01a76fb0b20a4d0812a71965e97f7dfd748b111",
|
|
2897
2907
|
"inputClassifications": {
|
|
2898
2908
|
"BUILDCHAIN_ISSUE_APP_ID": {
|
|
2899
2909
|
"classification": "redacted",
|
|
@@ -3389,7 +3399,7 @@
|
|
|
3389
3399
|
"controllerDescriptor": {
|
|
3390
3400
|
"contract": "buildchain.controller-descriptor/v1",
|
|
3391
3401
|
"digest": "sha256:660579b5561e8e33375a3f3b1fefbb8a5bd8241a55ba43374d786fb772c24a12",
|
|
3392
|
-
"registryDigest": "sha256:
|
|
3402
|
+
"registryDigest": "sha256:1ca3dd555338d485c6aa052fa01a76fb0b20a4d0812a71965e97f7dfd748b111",
|
|
3393
3403
|
"inputClassifications": {
|
|
3394
3404
|
"agent-work-context-json": {
|
|
3395
3405
|
"classification": "digest-only",
|
|
@@ -3524,7 +3534,7 @@
|
|
|
3524
3534
|
"controllerDescriptor": {
|
|
3525
3535
|
"contract": "buildchain.controller-descriptor/v1",
|
|
3526
3536
|
"digest": "sha256:b6f53563c0adc859bc586c05fce560a5094d7d9666438d63c5fd3e1fc4774555",
|
|
3527
|
-
"registryDigest": "sha256:
|
|
3537
|
+
"registryDigest": "sha256:1ca3dd555338d485c6aa052fa01a76fb0b20a4d0812a71965e97f7dfd748b111",
|
|
3528
3538
|
"inputClassifications": {}
|
|
3529
3539
|
},
|
|
3530
3540
|
"guarantees": [
|
|
@@ -3538,5 +3548,5 @@
|
|
|
3538
3548
|
}
|
|
3539
3549
|
],
|
|
3540
3550
|
"compatibilityDigest": "sha256:3bbcaf835844260ed98414d3bd176667245d12131e13fc748e4c2fae12399691",
|
|
3541
|
-
"contractDigest": "sha256:
|
|
3551
|
+
"contractDigest": "sha256:f6ae61e93292ec8de2c910686175f31d1f28de405730dfba94b775abdc2cf5cf"
|
|
3542
3552
|
}
|