feat(release): publish the minimal runtime bundle as a second asset#13
Merged
Conversation
Pass build/manifest.json:runtime_bundle.paths as runtime_paths to the shared release workflow so a tag publishes the attested minimal runtime bundle alongside the full source archive, and re-pin every shared nddev-ci-workflows workflow to 0.7.0 (which adds the runtime_paths capability). Regenerate build/release-evidence.json for the new content digest and record the change under CHANGELOG [Unreleased].
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Completes RVR-P3-001 on the module side: the release now publishes the proven minimal runtime bundle as a second attested asset.
What
release.ymlpassesruntime_paths(exactlybuild/manifest.json:runtime_bundle.paths) to the shared supply-chain workflow, and re-pins all 7 shareduses:to 0.7.0 (eda8ff7), which adds the opt-inruntime_pathscapability.build/release-evidence.jsonregenerated for the new content digest (024e0767…).[Unreleased]records the release-asset + shared-CI pin change.On a tag, the release now attaches
<pkg>-runtime-<version>.tar.gz(deterministic, minimal, provenance-attested) alongside the full source archive. The harness advances its pin + bumps its shared-CI pin to 0.7.0 + assertsruntime_paths == runtime_bundle.pathsnext.