@kungfu-tech/buildchain 2.14.14-alpha.1 → 2.14.14-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/actions/promote-buildchain-ref/README.md +6 -4
- package/dist/site/buildchain-contract.json +75 -21
- package/dist/site/buildchain-site.json +23 -22
- package/dist/site/controller-registry.json +47 -1
- package/dist/site/kfd-claims.json +10 -5
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +4 -4
- package/dist/site/node-api-registry.json +5 -5
- package/dist/site/page-registry.json +10 -10
- package/dist/site/public-surface-audit.json +9 -4
- package/dist/site/publication-authority-registry.json +3 -2
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-model.json +4 -2
- package/dist/site/site-manifest.json +8 -8
- package/dist/site/workflow-registry.json +7 -2
- package/docs/binary-distribution.md +22 -8
- package/docs/release-candidate.md +4 -2
- package/docs/release-governance.md +5 -3
- package/docs/site-bundle-contract.md +4 -0
- package/package.json +1 -1
- package/packages/core/buildchain-contract.js +2 -1
- package/packages/core/controller-evidence.js +8 -0
- package/packages/core/issue-reporting.js +9 -4
- package/packages/core/publication-authority.js +75 -0
- package/scripts/assemble-binary-release-admission.mjs +201 -0
- package/scripts/check-inventory.mjs +1 -1
- package/scripts/ensure-github-release.mjs +20 -6
- package/scripts/generate-channel-promotion-workflow.mjs +3 -3
- package/scripts/generate-site-bundle.mjs +8 -4
- package/scripts/runtime-ref-core.mjs +12 -0
- package/scripts/site-bundle-homepage.mjs +39 -0
|
@@ -287,10 +287,12 @@ bookkeeping, not a consumer-authored release change.
|
|
|
287
287
|
Set `github-release: "true"` when the semver promotion should also publish the
|
|
288
288
|
public GitHub Release. After the release transaction reaches `complete` and
|
|
289
289
|
`finalization-needed` is false, the action creates or updates the GitHub Release
|
|
290
|
-
for `public-release-tag`, applies deterministic
|
|
291
|
-
(`
|
|
292
|
-
|
|
293
|
-
assets.
|
|
290
|
+
for `public-release-tag`, applies deterministic metadata from the authoritative
|
|
291
|
+
publication channel (`alpha` is a prerelease and never latest; `release`,
|
|
292
|
+
`stable`, and `major` are stable and latest), and uploads the publish evidence
|
|
293
|
+
file plus generated release passport assets. Tag syntax remains the fallback for
|
|
294
|
+
ordinary callers that do not supply publication intent. For anchored/manual
|
|
295
|
+
package releases, `public-release-tag` is derived
|
|
294
296
|
from the published package version, while `transaction-exact-tag` remains the
|
|
295
297
|
internal Buildchain transaction ref for recovery and audit. If the transaction is
|
|
296
298
|
not complete yet, the action defers GitHub Release publication to the next
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"product": {
|
|
5
5
|
"name": "Buildchain",
|
|
6
6
|
"package": "@kungfu-tech/buildchain",
|
|
7
|
-
"version": "2.14.14-alpha.
|
|
7
|
+
"version": "2.14.14-alpha.2",
|
|
8
8
|
"repository": "https://github.com/kungfu-systems/buildchain"
|
|
9
9
|
},
|
|
10
10
|
"majorLine": "v2",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"retryable GitHub fallback fetches use a bounded attempt budget before exact source SHA and tree verification"
|
|
51
51
|
],
|
|
52
52
|
"breakingDigest": "sha256:a6a35370d6b0d0f46e1b2712dcc01961fe53c2febde95409a27a485c10a36650",
|
|
53
|
-
"auditDigest": "sha256:
|
|
53
|
+
"auditDigest": "sha256:e7506e0ad026d9e74247be48b6caf66d8c4c3e6426a31aaa452326fc017f06ae"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"contractVersion": 1,
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"GitHub Release passport and evidence publication is delegated to promote-buildchain-ref after the semver release transaction completes"
|
|
171
171
|
],
|
|
172
172
|
"breakingDigest": "sha256:1f476fb9a4854b362c4b24cef89a3c7675d7d63baf3bc828d7b8ae7d2787cead",
|
|
173
|
-
"auditDigest": "sha256:
|
|
173
|
+
"auditDigest": "sha256:5b676e52b74a698f10a33ec4b70e92b34e018d1bf4ca7258c8ce69d3897953aa"
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
"contractVersion": 1,
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"promotion reuses PR-stage release-candidate artifacts and does not run the heavy native build matrix"
|
|
213
213
|
],
|
|
214
214
|
"breakingDigest": "sha256:aa30f22e3af0a89841310bdbdc900844dd95a66974db173fa140a71bbd7e82c0",
|
|
215
|
-
"auditDigest": "sha256:
|
|
215
|
+
"auditDigest": "sha256:d2637850f9c0eab444b49df87d108b21938f7ef0cd315fd1ee961418cb10c88a"
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
218
|
"contractVersion": 1,
|
|
@@ -321,9 +321,9 @@
|
|
|
321
321
|
"protected release refs and durable release-state are finalized by Buildchain",
|
|
322
322
|
"release passport finalization is idempotent after publish side effects",
|
|
323
323
|
"publish transactions can require a resolved publish-gate source lock to prevent floating-ref drift",
|
|
324
|
-
"semver GitHub Releases are created or updated only after transaction completion, with prerelease/latest metadata
|
|
324
|
+
"semver GitHub Releases are created or updated only after transaction completion, with prerelease/latest metadata bound to the authoritative publication channel and tag syntax retained as the fallback for ordinary callers"
|
|
325
325
|
],
|
|
326
|
-
"breakingDigest": "sha256:
|
|
326
|
+
"breakingDigest": "sha256:6147c0a8d5c36bfaa6021871574e1fc28192a3f1b8cfdae4d24ef3059ac1ebda",
|
|
327
327
|
"auditDigest": "sha256:ff220542fd1cb21fc4780d0bb31eb9f78d44d70746b6c4364483e104b48ae083"
|
|
328
328
|
},
|
|
329
329
|
{
|
|
@@ -582,7 +582,7 @@
|
|
|
582
582
|
"manual entries carry source file digests so downstream sites and agents can detect stale hand-written documentation"
|
|
583
583
|
],
|
|
584
584
|
"breakingDigest": "sha256:7d0d2819e3a3e72989d9c57b5efe9d0bc0a79bc0f2c82a0c7b9d6c5a211a91f2",
|
|
585
|
-
"auditDigest": "sha256:
|
|
585
|
+
"auditDigest": "sha256:e103fa6a6bf7ca8e22f20d9f181ce03835903eb9c3d519577e96dbd436e051df"
|
|
586
586
|
},
|
|
587
587
|
{
|
|
588
588
|
"contractVersion": 1,
|
|
@@ -604,7 +604,7 @@
|
|
|
604
604
|
"agents can discover supported Node APIs without importing internal file paths"
|
|
605
605
|
],
|
|
606
606
|
"breakingDigest": "sha256:48f925608d3e2131d90936b07dc2a30341204cae3e6e785c0f77d61ad755c945",
|
|
607
|
-
"auditDigest": "sha256:
|
|
607
|
+
"auditDigest": "sha256:d70fa5214ffff09b793aff3708368179f5dd38b57ef0a8aee50302efaefb2322"
|
|
608
608
|
},
|
|
609
609
|
{
|
|
610
610
|
"contractVersion": 1,
|
|
@@ -655,7 +655,7 @@
|
|
|
655
655
|
"controllerDescriptor": {
|
|
656
656
|
"contract": "buildchain.controller-descriptor/v1",
|
|
657
657
|
"digest": "sha256:373723a73d188194d389dee04c394d3b79cb0c016a370f2f5d0f60979a02ed48",
|
|
658
|
-
"registryDigest": "sha256:
|
|
658
|
+
"registryDigest": "sha256:dcc7a1c660fa1544357156327b5ca3ab15eaec894393ba62493aed755373d3a8",
|
|
659
659
|
"inputClassifications": {
|
|
660
660
|
"buildchain-ref": {
|
|
661
661
|
"classification": "included",
|
|
@@ -802,7 +802,7 @@
|
|
|
802
802
|
"controllerDescriptor": {
|
|
803
803
|
"contract": "buildchain.controller-descriptor/v1",
|
|
804
804
|
"digest": "sha256:0dd7ebe7b7543ca4f295e0634ed1434bb4571d2ffb2f4b6ab25794eb2ee5c431",
|
|
805
|
-
"registryDigest": "sha256:
|
|
805
|
+
"registryDigest": "sha256:dcc7a1c660fa1544357156327b5ca3ab15eaec894393ba62493aed755373d3a8",
|
|
806
806
|
"inputClassifications": {
|
|
807
807
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN": {
|
|
808
808
|
"classification": "redacted",
|
|
@@ -1061,7 +1061,7 @@
|
|
|
1061
1061
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
1062
1062
|
],
|
|
1063
1063
|
"breakingDigest": "sha256:e264a79f9f399038c2fcfd21e4168c68c2e1485ee5c651c02242a02b622ac2be",
|
|
1064
|
-
"auditDigest": "sha256:
|
|
1064
|
+
"auditDigest": "sha256:e7506e0ad026d9e74247be48b6caf66d8c4c3e6426a31aaa452326fc017f06ae"
|
|
1065
1065
|
},
|
|
1066
1066
|
{
|
|
1067
1067
|
"contractVersion": 1,
|
|
@@ -1168,7 +1168,7 @@
|
|
|
1168
1168
|
"controllerDescriptor": {
|
|
1169
1169
|
"contract": "buildchain.controller-descriptor/v1",
|
|
1170
1170
|
"digest": "sha256:2e113607af3cb0a17b4da64b8758652a4bee4a162656ce7256a8e06de3d4cf2f",
|
|
1171
|
-
"registryDigest": "sha256:
|
|
1171
|
+
"registryDigest": "sha256:dcc7a1c660fa1544357156327b5ca3ab15eaec894393ba62493aed755373d3a8",
|
|
1172
1172
|
"inputClassifications": {
|
|
1173
1173
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN": {
|
|
1174
1174
|
"classification": "redacted",
|
|
@@ -1498,7 +1498,7 @@
|
|
|
1498
1498
|
"controllerDescriptor": {
|
|
1499
1499
|
"contract": "buildchain.controller-descriptor/v1",
|
|
1500
1500
|
"digest": "sha256:29569f4b754595792a16742d1c4c63838b54601674a2cb6c96261a72c962dece",
|
|
1501
|
-
"registryDigest": "sha256:
|
|
1501
|
+
"registryDigest": "sha256:dcc7a1c660fa1544357156327b5ca3ab15eaec894393ba62493aed755373d3a8",
|
|
1502
1502
|
"inputClassifications": {
|
|
1503
1503
|
"artifact-name": {
|
|
1504
1504
|
"classification": "included",
|
|
@@ -1669,7 +1669,7 @@
|
|
|
1669
1669
|
"controllerDescriptor": {
|
|
1670
1670
|
"contract": "buildchain.controller-descriptor/v1",
|
|
1671
1671
|
"digest": "sha256:7e6283c8fbeab7a680bae57c9ab9c8eb94aab7400d3ee01c5b9dfdd03f149edb",
|
|
1672
|
-
"registryDigest": "sha256:
|
|
1672
|
+
"registryDigest": "sha256:dcc7a1c660fa1544357156327b5ca3ab15eaec894393ba62493aed755373d3a8",
|
|
1673
1673
|
"inputClassifications": {
|
|
1674
1674
|
"artifact-path": {
|
|
1675
1675
|
"classification": "digest-only",
|
|
@@ -1905,7 +1905,7 @@
|
|
|
1905
1905
|
"controllerDescriptor": {
|
|
1906
1906
|
"contract": "buildchain.controller-descriptor/v1",
|
|
1907
1907
|
"digest": "sha256:6b132790b9798e8a5dfbe095701d8e024c160a08bc7c4bd477ee79feef7a9cfd",
|
|
1908
|
-
"registryDigest": "sha256:
|
|
1908
|
+
"registryDigest": "sha256:dcc7a1c660fa1544357156327b5ca3ab15eaec894393ba62493aed755373d3a8",
|
|
1909
1909
|
"inputClassifications": {
|
|
1910
1910
|
"artifact-name": {
|
|
1911
1911
|
"classification": "included",
|
|
@@ -2086,7 +2086,7 @@
|
|
|
2086
2086
|
"controllerDescriptor": {
|
|
2087
2087
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2088
2088
|
"digest": "sha256:0613ea545fe2d630f34e665c8e6fe99df3f5333d75051a7176e9cf991e494f59",
|
|
2089
|
-
"registryDigest": "sha256:
|
|
2089
|
+
"registryDigest": "sha256:dcc7a1c660fa1544357156327b5ca3ab15eaec894393ba62493aed755373d3a8",
|
|
2090
2090
|
"inputClassifications": {
|
|
2091
2091
|
"artifact-name": {
|
|
2092
2092
|
"classification": "included",
|
|
@@ -2373,7 +2373,7 @@
|
|
|
2373
2373
|
"controllerDescriptor": {
|
|
2374
2374
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2375
2375
|
"digest": "sha256:fe4bb0bd543e7db7ef38950354764608639f5b11677a4b8e02caa097900d6898",
|
|
2376
|
-
"registryDigest": "sha256:
|
|
2376
|
+
"registryDigest": "sha256:dcc7a1c660fa1544357156327b5ca3ab15eaec894393ba62493aed755373d3a8",
|
|
2377
2377
|
"inputClassifications": {
|
|
2378
2378
|
"BUILDCHAIN_ISSUE_APP_ID": {
|
|
2379
2379
|
"classification": "redacted",
|
|
@@ -2700,7 +2700,7 @@
|
|
|
2700
2700
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
2701
2701
|
],
|
|
2702
2702
|
"breakingDigest": "sha256:015d8de793adbd4c539416be7d7512e18cc92097e629b0203fa06d2c183e98bd",
|
|
2703
|
-
"auditDigest": "sha256:
|
|
2703
|
+
"auditDigest": "sha256:d2637850f9c0eab444b49df87d108b21938f7ef0cd315fd1ee961418cb10c88a"
|
|
2704
2704
|
},
|
|
2705
2705
|
{
|
|
2706
2706
|
"contractVersion": 1,
|
|
@@ -2761,7 +2761,7 @@
|
|
|
2761
2761
|
"controllerDescriptor": {
|
|
2762
2762
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2763
2763
|
"digest": "sha256:f97656a8df0758c8e404d5b7c387529256a1ec45d1748f8efb6847a3256b1216",
|
|
2764
|
-
"registryDigest": "sha256:
|
|
2764
|
+
"registryDigest": "sha256:dcc7a1c660fa1544357156327b5ca3ab15eaec894393ba62493aed755373d3a8",
|
|
2765
2765
|
"inputClassifications": {
|
|
2766
2766
|
"buildchain-ref": {
|
|
2767
2767
|
"classification": "included",
|
|
@@ -2841,8 +2841,62 @@
|
|
|
2841
2841
|
],
|
|
2842
2842
|
"breakingDigest": "sha256:d7a1f15990ce8bd13149474888232c7d4451dd2a49bebf4d4ce1336695da430e",
|
|
2843
2843
|
"auditDigest": "sha256:43fd4da155c701d4c5078373c1f47b50bebc6a46556b8db5e3c4d502c113fa95"
|
|
2844
|
+
},
|
|
2845
|
+
{
|
|
2846
|
+
"contractVersion": 1,
|
|
2847
|
+
"stability": "stable",
|
|
2848
|
+
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
2849
|
+
"id": "controller:binary-distribution",
|
|
2850
|
+
"kind": "controller",
|
|
2851
|
+
"path": ".github/workflows/binary-distribution.yml",
|
|
2852
|
+
"requiredInputs": [],
|
|
2853
|
+
"requiredOutputs": [
|
|
2854
|
+
"controller-plan-json",
|
|
2855
|
+
"controller-plan-digest",
|
|
2856
|
+
"controller-receipt-json",
|
|
2857
|
+
"controller-receipt-digest",
|
|
2858
|
+
"controller-receipt-status"
|
|
2859
|
+
],
|
|
2860
|
+
"breakingDefaults": {
|
|
2861
|
+
"evidenceContract": "buildchain.controller-evidence/v1",
|
|
2862
|
+
"descriptorVersion": 1,
|
|
2863
|
+
"workflowPath": ".github/workflows/binary-distribution.yml",
|
|
2864
|
+
"requiredStages": [
|
|
2865
|
+
"resolve-runtime",
|
|
2866
|
+
"build",
|
|
2867
|
+
"verify",
|
|
2868
|
+
"bundle",
|
|
2869
|
+
"aggregate"
|
|
2870
|
+
],
|
|
2871
|
+
"capabilities": [
|
|
2872
|
+
"standalone-binary-build",
|
|
2873
|
+
"release-evidence-bundle",
|
|
2874
|
+
"artifact-admission"
|
|
2875
|
+
],
|
|
2876
|
+
"evidenceRequirements": [
|
|
2877
|
+
"release-evidence-bundle",
|
|
2878
|
+
"release-passport",
|
|
2879
|
+
"controller-receipt"
|
|
2880
|
+
],
|
|
2881
|
+
"inputClassificationPolicy": "buildchain-controller-input-policy/v1"
|
|
2882
|
+
},
|
|
2883
|
+
"optionalInputs": [],
|
|
2884
|
+
"controllerDescriptor": {
|
|
2885
|
+
"contract": "buildchain.controller-descriptor/v1",
|
|
2886
|
+
"digest": "sha256:b6f53563c0adc859bc586c05fce560a5094d7d9666438d63c5fd3e1fc4774555",
|
|
2887
|
+
"registryDigest": "sha256:dcc7a1c660fa1544357156327b5ca3ab15eaec894393ba62493aed755373d3a8",
|
|
2888
|
+
"inputClassifications": {}
|
|
2889
|
+
},
|
|
2890
|
+
"guarantees": [
|
|
2891
|
+
"plans bind exact consumer source SHA, exact Buildchain runtime SHA, and the runtime contract digest",
|
|
2892
|
+
"receipts bind the plan digest and preserve pass, fail, skip, and partial stage outcomes",
|
|
2893
|
+
"redacted input values are never serialized and digest-only input values are never emitted in plaintext",
|
|
2894
|
+
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
2895
|
+
],
|
|
2896
|
+
"breakingDigest": "sha256:7c18fdd3df180db9e1f043a2286ef3f02fae60b84e42b76cd50da9cfeb77883d",
|
|
2897
|
+
"auditDigest": "sha256:f610b45dbd09692c08aa17c5dcfeaa76677e52cbeb0f7728b83675e7622fdca5"
|
|
2844
2898
|
}
|
|
2845
2899
|
],
|
|
2846
|
-
"compatibilityDigest": "sha256:
|
|
2847
|
-
"contractDigest": "sha256:
|
|
2900
|
+
"compatibilityDigest": "sha256:cdf588422ec6b460bd6f631400efa6e361a045e052c8967d6c50fadd7aa4dd90",
|
|
2901
|
+
"contractDigest": "sha256:a4efdf326492081d7e015eb2c04355c54c9b68bd45d32a102b8879d112db72a0"
|
|
2848
2902
|
}
|