Skip to content

v2.0.6 Ubuntu/Ventoy activation cycle complete#1

Merged
fredporter merged 1 commit intomainfrom
release/v2.0.6
Mar 21, 2026
Merged

v2.0.6 Ubuntu/Ventoy activation cycle complete#1
fredporter merged 1 commit intomainfrom
release/v2.0.6

Conversation

@fredporter
Copy link
Copy Markdown
Owner

v2.0.6 Round C - Ubuntu/Ventoy Activation Cycle Complete

Closes binder/dev-v2-0-6-release-pass.

What landed

  • v2.0.6-rounds.md: all three rounds documented and accepted 2026-03-17
  • Binder request artifacts for Rounds A, B, and C
  • Routing manifest and triage record for ubuntu/ventoy activation
  • Submission artifacts for Round B (sonic integration) and Round C (release pass)
  • Roadmap status reports: 2026-03-17-163925 and 2026-03-17-222205
  • Inbox briefs: uDOS-ubuntu, uDOS-v2-sonic-upgrade, uhome-v2-streaming
  • v2-roadmap-status.md: v2.0.6 Rounds A/B/C marked completed
  • v2-family-roadmap.md: v2.0.6 status completed, baseline synchronized
  • Automation scripts: uDOS-ubuntu and uDOS-ventoy added to family-repos.sh and rollout-family-governance.sh
  • Docs: repo-family-map, release-surfaces, release-matrix include both repos

Validation

  • uDOS-ubuntu checks passed
  • uDOS-ventoy checks passed
  • sonic-screwdriver 33 tests passed
  • Roadmap report generated: @dev/notes/reports/roadmap-status-2026-03-17-222205.md

…omplete

- add v2.0.6-rounds.md: all three rounds documented and accepted 2026-03-17
- add binder request artifacts for Rounds A, B, and C
- add routing manifest and triage record for ubuntu/ventoy activation
- add submission artifacts for Round B (sonic integration) and Round C (release pass)
- add roadmap status reports: 2026-03-17-163925 and 2026-03-17-222205
- add inbox briefs: uDOS-ubuntu, uDOS-v2-sonic-upgrade, uhome-v2-streaming
- update v2-roadmap-status.md: v2.0.6 Rounds A/B/C marked completed
- update v2-family-roadmap.md: v2.0.6 status completed, baseline synchronized
- update automation scripts: uDOS-ubuntu and uDOS-ventoy added to family-repos.sh
  and rollout-family-governance.sh
- update docs: repo-family-map, release-surfaces, release-matrix include both repos
- validation: uDOS-ubuntu checks passed, uDOS-ventoy checks passed,
  sonic-screwdriver 33 tests passed
Copilot AI review requested due to automatic review settings March 17, 2026 12:32
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Completes the v2.0.6 Round C governance cycle for the Ubuntu/Ventoy activation lane by adding the new repos to the family automation/docs surfaces, and capturing the associated binder/triage/submission artifacts and generated status reports.

Changes:

  • Adds uDOS-ubuntu and uDOS-ventoy across governance automation (repo lists, rollout templates) and release surfaces/matrix documentation.
  • Records v2.0.6 Round A/B/C binder artifacts (requests, routing manifest, submissions) and updates roadmap ledgers to v2.0.6 completion.
  • Adds inbox briefs and generated roadmap status reports for the 2026-03-17 execution passes.

Reviewed changes

Copilot reviewed 23 out of 23 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
scripts/run-release-surface-check.sh Adds uDOS-ubuntu/uDOS-ventoy to release-surface repo checks and adds rggrep fallback for stale-reference scanning.
docs/repo-family-map.md Extends the repo family map with uDOS-ubuntu/uDOS-ventoy roles and boundary notes.
docs/release-surfaces.md Adds uDOS-ubuntu/uDOS-ventoy to tagged runtime/tooling release surfaces.
docs/release-matrix.md Adds uDOS-ubuntu/uDOS-ventoy rows to the release matrix with notes-only artifact policy.
docs/family-workflow.md Updates cross-repo order to include the new packaging/deployment repos.
automation/rollout-family-governance.sh Includes uDOS-ubuntu/uDOS-ventoy in the governance rollout repo list/template generation.
automation/family-repos.sh Adds the new repos to the canonical family repo lists, descriptions, and topics.
@dev/triage/complete/2026-03-17-ubuntu-ventoy-roadmap-promotion.md Adds triage record for promoting Ubuntu/Ventoy activation into the roadmap/binder system.
@dev/submissions/submission-sonic-v2-0-6-ubuntu-ventoy-integration-round-b-complete.md Adds Round B completion submission artifact for Sonic integration.
@dev/submissions/submission-dev-v2-0-6-release-pass-round-c-complete.md Adds Round C completion submission artifact for the dev release-pass.
@dev/routing/manifests/manifest-family-v2-0-6-ubuntu-ventoy-activation.md Adds routing manifest mapping briefs/triage to destination repos and states.
@dev/requests/binder-sonic-v2-0-6-ubuntu-ventoy-integration.md Adds binder request artifact for Sonic integration work (Round B).
@dev/requests/binder-family-v2-0-6-ubuntu-ventoy-activation.md Adds binder request artifact for family activation work (Round A).
@dev/requests/binder-dev-v2-0-6-release-pass.md Adds binder request artifact for the dev release-pass (Round C).
@dev/notes/roadmap/v2.0.6-rounds.md Adds the v2.0.6 round detail file documenting Rounds A/B/C.
@dev/notes/roadmap/v2-roadmap-status.md Updates the live status ledger to v2.0.6 and marks Rounds A/B/C completed.
@dev/notes/roadmap/v2-family-roadmap.md Advances the family roadmap baseline to v2.0.6 and adds the new round file to canonical surfaces.
@dev/notes/roadmap/README.md Updates roadmap README to reflect historical vs active round files and adds v2.0.6.
@dev/notes/reports/roadmap-status-2026-03-17-222205.md Adds generated roadmap status report snapshot for the later validation run.
@dev/notes/reports/roadmap-status-2026-03-17-163925.md Adds generated roadmap status report snapshot for the earlier validation run.
@dev/inbox/briefs/uhome_v_2_streaming_brief.md Adds a new inbox brief for uHOME v2 local streaming/channel delivery.
@dev/inbox/briefs/uDOS-v2-sonic-upgrade.md Adds a comprehensive inbox brief for the Sonic v2 upgrade and Ventoy/Ubuntu integration direction.
@dev/inbox/briefs/uDOS-ubuntu-brief.md Adds an inbox brief defining the uDOS-ubuntu base image lane and boundaries.

Comment on lines +60 to 82
if command -v rg >/dev/null 2>&1; then
if rg -n 'uDOS-empire' \
"$REPO_ROOT/docs" \
"$REPO_ROOT/automation" \
"$REPO_ROOT/@dev/notes/roadmap/v2-roadmap-status.md" \
"$REPO_ROOT/@dev/requests" \
"$REPO_ROOT/@dev/submissions" \
"$REPO_ROOT/README.md"; then
echo "stale uDOS-empire reference found in active dev governance surfaces" >&2
exit 1
fi
else
if grep -R -n 'uDOS-empire' \
"$REPO_ROOT/docs" \
"$REPO_ROOT/automation" \
"$REPO_ROOT/@dev/notes/roadmap/v2-roadmap-status.md" \
"$REPO_ROOT/@dev/requests" \
"$REPO_ROOT/@dev/submissions" \
"$REPO_ROOT/README.md"; then
echo "stale uDOS-empire reference found in active dev governance surfaces" >&2
exit 1
fi
fi
Comment on lines +25 to +26
| `uDOS-ubuntu` | base-os/profile | reproducible Ubuntu base-image definition, install hooks, and Proton/theming bootstrap surfaces | `uDOS-core` contracts, `sonic-screwdriver` deployment lane | canonical runtime semantics ownership |
| `uDOS-ventoy` | boot-platform | Ventoy-compatible boot templates, curated GRUB menu extension, and sonic-stick media layout assets | `sonic-screwdriver`, released Ventoy compatibility model | deployment orchestrator ownership, runtime ownership |
Comment on lines +36 to +49
| `v2.0.6` | Round C: validation and promotion | in-progress | `uDOS-dev` | `#binder/dev-v2-0-6-release-pass` | Round C opened after Round B completion. Next: run family validation report, prepare promotion notes, and stage release handoff artifacts. |


## Current Focus

- active version: `v2.0.6`
- active round: `Round C: validation and promotion (in-progress)`
- active binder: `#binder/dev-v2-0-6-release-pass`
- validation path: `scripts/run-roadmap-status.sh`
- blockers: none
- round A complete: 2026-03-17 — uDOS-ubuntu and uDOS-ventoy activation and governance alignment
- round B complete: 2026-03-17 — Sonic integration, smoke checks, and CI lane wiring
- round C active: release validation and promotion handoff
- next lane: execute release-pass validation and promotion criteria for v2.0.6
@@ -0,0 +1,119 @@
# v2.0.6 Rounds

Status: active

2026-03-17: v2.0.6 Round B completed. Sonic integration and profile wiring landed with init/add/update/theme command wiring, template/profile consumption service lane, Linux integration smoke script, first-run preflight hook, and CI coverage.

2026-03-17: v2.0.6 Round A opened. uDOS-ubuntu and uDOS-ventoy are initialized as public family repos, inbox briefs are promoted into triage and binder tracking, and roadmap/governance alignment is active.
@fredporter fredporter merged commit f3975c6 into main Mar 21, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants