mirror of
https://github.com/azaion/satellite-provider.git
synced 2026-06-21 09:51:14 +00:00
30d99e09ad
Cycle 7 is a pure-quality cycle: no migrations, no new endpoints, no new env vars, unchanged container image base. The full shipping payload is a contract MAJOR bump (tile-inventory.md 1.0.0 -> 2.0.0, breaking) plus a new strict-validation surface across the inventory endpoint. Deploy report covers: - 3 cycle-7 commits (task adoption, implementation, sync) + this one + the pending close commit. - Zero migrations; tiles schema unchanged from cycle 6. - Postgres host-port move 5432 -> 5433 (dev-only sibling-conflict avoidance; staging/prod unaffected). - Two NuGet additions (FluentValidation 12.0.0 + .DependencyInjectionExtensions 12.0.0), both CVE-clean. - 5 verification gates: tests PASS, test-spec sync PASS, docs PASS, security PASS_WITH_WARNINGS (3 Low), perf PASS (9/9 incl. PT-09 v2 smoke). - 4 NEW cycle-7 recommended follow-ups (D-AZ795-1 FV bump; F-AZ795-1/2 message sanitisation; implementation-report exit-gate contract; AZ-795 child-task sweep for remaining public endpoints). - Zero new process leftovers; cycle 5/6 carry-overs unchanged. Step 16.5 (Release) skipped per the cycle-2-to-6 convention; the operator runbook in this deploy report serves as the release record. User-confirmed via Choose A/B/C at the Step 16.5 gate. Co-authored-by: Cursor <cursoragent@cursor.com>