Unify runner and image release versions#172
Merged
jmcte merged 1 commit intoJul 12, 2026
Merged
Conversation
Make .runner-version the shared Linux, Windows, Lume, CLI, and release source; add a daily freshness gate; supersede unreleased 0.2.1 with 0.2.2; remove the stale tracked Compose output; and classify Windows as an always-validated experimental template rather than a release-backed plane. Closes #158. Refs #149. Refs #150. Refs #151. Refs #164.
jmcte
merged commit Jul 12, 2026
5f14261
into
codex/transactional-image-release
11 of 12 checks passed
daedalus-omt
pushed a commit
that referenced
this pull request
Jul 14, 2026
Make .runner-version the shared Linux, Windows, Lume, CLI, and release source; add a daily freshness gate; supersede unreleased 0.2.1 with 0.2.2; remove the stale tracked Compose output; and classify Windows as an always-validated experimental template rather than a release-backed plane. Closes #158. Refs #149. Refs #150. Refs #151. Refs #164. Co-authored-by: Your Name <you@example.com>
daedalus-omt
pushed a commit
that referenced
this pull request
Jul 14, 2026
Make .runner-version the shared Linux, Windows, Lume, CLI, and release source; add a daily freshness gate; supersede unreleased 0.2.1 with 0.2.2; remove the stale tracked Compose output; and classify Windows as an always-validated experimental template rather than a release-backed plane. Closes #158. Refs #149. Refs #150. Refs #151. Refs #164. Co-authored-by: Your Name <you@example.com>
jmcte
added a commit
that referenced
this pull request
Jul 16, 2026
* Make image releases transactional Require explicit dispatch, build unique candidate tags, verify immutable digests with bounded diagnostics, and promote only after verification. Add a non-mutating recovery decision for the partially published v0.2.1 tag. Refs #150. * Unify runner and image release versions (#172) Make .runner-version the shared Linux, Windows, Lume, CLI, and release source; add a daily freshness gate; supersede unreleased 0.2.1 with 0.2.2; remove the stale tracked Compose output; and classify Windows as an always-validated experimental template rather than a release-backed plane. Closes #158. Refs #149. Refs #150. Refs #151. Refs #164. Co-authored-by: Your Name <you@example.com> * Fix hosted Windows contract temp path * Fix candidate manifest signing Inspect the verified staging subject when signing per-platform digests so first-time releases do not require the final tag before promotion. Add a workflow contract assertion for the candidate reference and ordering. * Fix Docker API smoke build Build a minimal non-empty scratch image so the compatibility smoke works with both BuildKit and the legacy Docker builder. Add regression assertions for the marker-backed build context. --------- Co-authored-by: Your Name <you@example.com> Co-authored-by: Athena <athena-omt@protonmail.com>
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.
Summary
.runner-version(2.335.1) the shared Docker, Lume, CLI, and release source0.2.1candidate with release target0.2.2docker-compose.ymlGoverning Issue
Closes #158
Refs #149
Refs #150
Refs #151
Refs #164
Validation
CI=true bash scripts/ci/run-fast-checks.sh(48 files, 277 tests; lint and build passed)pnpm check-runner-version -- --fail-after-days 21confirmed current/latest2.335.1actionlintpassed, ignoring only established custom self-hosted labelsbash -n scripts/build-image.sh scripts/lume/install-runtime.shgit diff --checkBootstrap Governance
Merge Automation
Notes
This PR is based on
codex/transactional-image-releasebecause it extends #170's release workflow. After #170 merges, this branch should be retargeted/rebased tomainif GitHub does not do so automatically. Issues #149, #150, #151, and #164 remain open until0.2.2is published, installed, and verified on the affected runner pools.