@kungfu-tech/buildchain 2.12.0-alpha.1 → 2.12.0-alpha.4
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 +9 -0
- package/dist/site/buildchain-contract.json +5 -5
- package/dist/site/buildchain-site.json +12 -12
- package/dist/site/kfd-claims.json +2 -2
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +2 -2
- package/dist/site/page-registry.json +6 -6
- package/dist/site/public-surface-audit.json +1 -1
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/site-manifest.json +6 -6
- package/docs/release-governance.md +9 -0
- package/docs/reusable-build-surface.md +11 -7
- package/package.json +1 -1
- package/scripts/release-candidate-resolver.mjs +5 -0
|
@@ -159,10 +159,19 @@ for an older SHA after the protected channel has advanced, the workflow records
|
|
|
159
159
|
the requested/current SHA pair, verifies that the current target is ahead of
|
|
160
160
|
the requested commit, and exits successfully as a superseded no-op. Diverged,
|
|
161
161
|
behind, or unreadable comparisons still fail closed.
|
|
162
|
+
After queued-intent revalidation, the reusable workflow runs the canonical
|
|
163
|
+
release-candidate resolver in metadata-only mode before installing candidate
|
|
164
|
+
dependencies or starting the full promotion job. The full job resolves and
|
|
165
|
+
downloads the evidence again before any publish-gate or publication mutation.
|
|
166
|
+
This preserves the final exact-evidence trust check while making missing or
|
|
167
|
+
stale PR-stage evidence fail early.
|
|
162
168
|
The action repeats that check at its mutation boundary for governed promotion
|
|
163
169
|
calls, closing the race between workflow preflight and action start. Direct
|
|
164
170
|
non-governed calls and dry-runs keep the strict target mismatch error so local
|
|
165
171
|
diagnostics cannot silently reinterpret a stale request.
|
|
172
|
+
Expected manual dry-run failures remain visible in the workflow result and do
|
|
173
|
+
not create automated workflow-friction issues; issue reporting is reserved for
|
|
174
|
+
non-dry-run promotion failures.
|
|
166
175
|
The reusable build workflow performs the cheaper channel-ref preflight earlier:
|
|
167
176
|
after source-lock resolution and before the build matrix, it requires the target
|
|
168
177
|
channel ref such as `alpha/v22/v22.22` or `release/v22/v22.22` to already point
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"product": {
|
|
5
5
|
"name": "Buildchain",
|
|
6
6
|
"package": "@kungfu-tech/buildchain",
|
|
7
|
-
"version": "2.12.0-alpha.
|
|
7
|
+
"version": "2.12.0-alpha.4",
|
|
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:39937bb295433612f03174854aa8939aeda2e106c3e77d8f109d4e80989d9e45"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"contractVersion": 1,
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"GitHub Release passport and evidence publication is delegated to promote-buildchain-ref after the semver release transaction completes"
|
|
137
137
|
],
|
|
138
138
|
"breakingDigest": "sha256:6dbae32ce3d7aab3be6957065105af574794581847b7637314dad45f5349c919",
|
|
139
|
-
"auditDigest": "sha256:
|
|
139
|
+
"auditDigest": "sha256:8fb996788c04b2384aca31dee0418746b3f035deed4fcbbf001e7ce007777783"
|
|
140
140
|
},
|
|
141
141
|
{
|
|
142
142
|
"contractVersion": 1,
|
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
"manual entries carry source file digests so downstream sites and agents can detect stale hand-written documentation"
|
|
482
482
|
],
|
|
483
483
|
"breakingDigest": "sha256:7d0d2819e3a3e72989d9c57b5efe9d0bc0a79bc0f2c82a0c7b9d6c5a211a91f2",
|
|
484
|
-
"auditDigest": "sha256:
|
|
484
|
+
"auditDigest": "sha256:514363aee40e515e12f82a7e90b017c8faf2ec468485cefff5644e16f5081071"
|
|
485
485
|
},
|
|
486
486
|
{
|
|
487
487
|
"contractVersion": 1,
|
|
@@ -507,5 +507,5 @@
|
|
|
507
507
|
}
|
|
508
508
|
],
|
|
509
509
|
"compatibilityDigest": "sha256:2090784977bc7d54fc647215ef73532b9db26147a0b40ec3f56c31d611d806cc",
|
|
510
|
-
"contractDigest": "sha256:
|
|
510
|
+
"contractDigest": "sha256:36353997ad89f0083a752dfd677335fda0651ac7c670d46dd7299b467d174b85"
|
|
511
511
|
}
|