Skip to content

v0.46.2

Choose a tag to compare

@github-actions github-actions released this 14 Apr 23:26
· 839 commits to main since this release
1ae9ead

Fixed

  • Modules: init 0.1.29 — patch bump so devmain PRs satisfy --enforce-version-bump
    against origin/main when main already had 0.1.28 (adding integrity.signature alone is not
    enough; the module version must increase when the manifest is in the diff).

Changed

  • CI / modules: pr-orchestrator.yml verifies bundled modules without --require-signature
    (checksum + --enforce-version-bump + --payload-from-filesystem), so PR heads and non-main
    contexts are not blocked by missing signatures during implementation. sign-modules.yml auto-signs
    --changed-only manifests on push to dev or main for non-bot actors (requires
    SPECFACT_MODULE_PRIVATE_SIGN_KEY), runs strict --require-signature verification in the same job,
    then commits and pushes chore(modules): auto-sign bundled manifests [skip ci] when needed; pushes from
    github-actions[bot] skip signing and only run strict verify. Reproducibility resets to
    origin/<branch> after verify so it targets the post-auto-sign tip.