@kungfu-tech/buildchain 2.8.5 → 2.8.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.
@@ -4,7 +4,7 @@
4
4
  "product": {
5
5
  "name": "Buildchain",
6
6
  "package": "@kungfu-tech/buildchain",
7
- "version": "2.8.5",
7
+ "version": "2.8.6-alpha.1",
8
8
  "repository": "https://github.com/kungfu-systems/buildchain"
9
9
  },
10
10
  "majorLine": "v2",
@@ -320,7 +320,7 @@
320
320
  "manual entries carry source file digests so downstream sites and agents can detect stale hand-written documentation"
321
321
  ],
322
322
  "breakingDigest": "sha256:7d0d2819e3a3e72989d9c57b5efe9d0bc0a79bc0f2c82a0c7b9d6c5a211a91f2",
323
- "auditDigest": "sha256:6f4d02f7852b46b293bbb3fb63c678a57dffdcb93598fd3bac5298796e624b63"
323
+ "auditDigest": "sha256:d0401a021d68a3ab06d312c55278e84282cebedce46bf1a4b010adf0c48e72d8"
324
324
  },
325
325
  {
326
326
  "contractVersion": 1,
@@ -346,5 +346,5 @@
346
346
  }
347
347
  ],
348
348
  "compatibilityDigest": "sha256:36421b592a782decbfe31a7d8d42d70ce1100a56a2c4f4a0ccc21f0617dc72bf",
349
- "contractDigest": "sha256:f289f70ad8c2b95a05f8309378da51ec5641c1ea7a145670137d096285b70dcd"
349
+ "contractDigest": "sha256:25f5216be11a908c6399fa0ae2778c58f8d45630258dd168132d489dc80c054e"
350
350
  }
@@ -49,7 +49,7 @@
49
49
  "path": "docs/release-propagation.md",
50
50
  "plane": "use",
51
51
  "exists": true,
52
- "digest": "sha256:10c2bb3bc4ebd692c49fa55f286b77ed3e8caa1526298ad910c00fc80251a893"
52
+ "digest": "sha256:190e3537075f37cf8a7e52bf8254606e1d9450d87c5a81dc11df8b56a7d03065"
53
53
  },
54
54
  {
55
55
  "id": "binary-distribution",
@@ -23,7 +23,7 @@
23
23
  "title": "Release propagation",
24
24
  "path": "docs/release-propagation.md",
25
25
  "plane": "use",
26
- "digest": "sha256:10c2bb3bc4ebd692c49fa55f286b77ed3e8caa1526298ad910c00fc80251a893"
26
+ "digest": "sha256:190e3537075f37cf8a7e52bf8254606e1d9450d87c5a81dc11df8b56a7d03065"
27
27
  },
28
28
  {
29
29
  "id": "binary-distribution",
@@ -34,7 +34,7 @@
34
34
  "path": "docs/release-propagation.md",
35
35
  "plane": "use",
36
36
  "exists": true,
37
- "digest": "sha256:10c2bb3bc4ebd692c49fa55f286b77ed3e8caa1526298ad910c00fc80251a893"
37
+ "digest": "sha256:190e3537075f37cf8a7e52bf8254606e1d9450d87c5a81dc11df8b56a7d03065"
38
38
  },
39
39
  {
40
40
  "id": "binary-distribution",
@@ -127,6 +127,7 @@ jobs:
127
127
  propagate-site:
128
128
  uses: kungfu-systems/buildchain/.github/workflows/release-propagation.yml@v2
129
129
  with:
130
+ buildchain-ref: v2
130
131
  graph-json: ${{ needs.release.outputs.propagation-graph-json }}
131
132
  upstream-release-json: ${{ needs.release.outputs.upstream-release-json }}
132
133
  downstream-target: site-libkungfu-dev
@@ -137,11 +138,15 @@ jobs:
137
138
  propagation-token: ${{ secrets.BUILDCHAIN_PROMOTION_TOKEN }}
138
139
  ```
139
140
 
140
- The workflow plans propagation, checks out the downstream repository, writes the
141
- exact lock, and opens or updates a PR. It does not publish the downstream
142
- release directly. The downstream repository keeps its normal Buildchain
143
- governance: the PR updates source-of-truth facts, then downstream alpha or
144
- release publication runs through its own protected channel.
141
+ The workflow checks out the Buildchain runtime selected by
142
+ `buildchain-repository` and `buildchain-ref` into `.buildchain/runtime`, invokes
143
+ that runtime for the propagation plan and lock write, then checks out the
144
+ downstream repository, writes the exact lock, and opens or updates a PR. It does
145
+ not publish the downstream release directly. The downstream repository keeps its
146
+ normal Buildchain governance: the PR updates source-of-truth facts, then
147
+ downstream alpha or release publication runs through its own protected channel.
148
+ For unreleased runtime validation, keep the caller's reusable workflow reference
149
+ on `@v2` and pass a temporary train ref through `buildchain-ref`.
145
150
 
146
151
  ## kfd to site-libkungfu-dev
147
152
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kungfu-tech/buildchain",
3
- "version": "2.8.5",
3
+ "version": "2.8.6-alpha.1",
4
4
  "private": false,
5
5
  "description": "Buildchain Release Passport, release governance, CLI toolkit, and site facts.",
6
6
  "repository": "https://github.com/kungfu-systems/buildchain",