promote: dev → main (cutover fixes: sync-dev guard, owner-db hardening, post-deploy gate) #110

Merged
admin_emi merged 2 commits from dev into main 2026-07-26 07:29:34 +00:00
Owner

Promotes devmain, deploying to beta (beta.thermograph.org).

Who merges. Centralis, once the required check is green — under the promotion policy main is the agent's call, and a promotion PR left open is worse than one never opened.

Divergence. 2 ahead, 6 behind. 2 commit(s) to carry, but the target has moved on by 6 — a merge commit is required and conflicts are possible
Not fast-forwardable: the target holds 6 commit(s) the source does not. That is the accumulated design of this release chain, not a mistake anyone just made — every promotion merges the source into the target, which creates a merge commit ON THE TARGET that the source never receives, so each promotion widens the gap it just closed. Expect --ff-only to fail with "diverging branches"; the promotion is a merge commit.

Predicted conflicts.

  • infra/deploy/RUNBOOK-vps1-vps2-cutover.md — edited on both sides
  • infra/deploy/db/provision-env-db.sh — edited on both sides
  • infra/deploy/deploy.sh — edited on both sides

Commits (2).

  • 64986189 deploy.sh: honour TG_POST_DEPLOY on the compose path too (#109)
  • 5c41ee4d provision-env-db: revoke PUBLIC connect on the owner database too (#108)

Merge with a merge commit, not a squash or a fast-forward. main runs ahead of dev from earlier promotions, so --ff-only fails with "diverging branches", and squashing would rewrite the shared history so the next promotion sees every prior commit as new. (Making promotions fast-forward-only is an open question, not current policy — it needs a one-time history reconciliation on the protected branches first.)

Promotes `dev` → `main`, deploying to beta (beta.thermograph.org). **Who merges.** Centralis, once the required check is green — under the promotion policy `main` is the agent's call, and a promotion PR left open is worse than one never opened. **Divergence.** 2 ahead, 6 behind. 2 commit(s) to carry, but the target has moved on by 6 — a merge commit is required and conflicts are possible Not fast-forwardable: the target holds 6 commit(s) the source does not. That is the accumulated design of this release chain, not a mistake anyone just made — every promotion merges the source into the target, which creates a merge commit ON THE TARGET that the source never receives, so each promotion widens the gap it just closed. Expect `--ff-only` to fail with "diverging branches"; the promotion is a merge commit. **Predicted conflicts.** - `infra/deploy/RUNBOOK-vps1-vps2-cutover.md` — edited on both sides - `infra/deploy/db/provision-env-db.sh` — edited on both sides - `infra/deploy/deploy.sh` — edited on both sides **Commits (2).** - 64986189 deploy.sh: honour TG_POST_DEPLOY on the compose path too (#109) - 5c41ee4d provision-env-db: revoke PUBLIC connect on the owner database too (#108) **Merge with a merge commit, not a squash or a fast-forward.** `main` runs ahead of `dev` from earlier promotions, so `--ff-only` fails with "diverging branches", and squashing would rewrite the shared history so the next promotion sees every prior commit as new. (Making promotions fast-forward-only is an open question, not current policy — it needs a one-time history reconciliation on the protected branches first.)
admin_emi added 2 commits 2026-07-26 07:29:08 +00:00
provision-env-db: revoke PUBLIC connect on the owner database too (#108)
All checks were successful
Sync infra to hosts / sync-beta (push) Has been skipped
Sync infra to hosts / sync-prod (push) Has been skipped
Sync infra to hosts / sync-dev (push) Successful in 7s
secrets-guard / encrypted (push) Successful in 5s
shell-lint / shellcheck (push) Successful in 7s
5c41ee4dad
deploy.sh: honour TG_POST_DEPLOY on the compose path too (#109)
All checks were successful
Sync infra to hosts / sync-beta (push) Has been skipped
Sync infra to hosts / sync-dev (push) Successful in 5s
secrets-guard / encrypted (push) Successful in 5s
shell-lint / shellcheck (push) Successful in 7s
PR build (required check) / changes (pull_request) Successful in 7s
PR build (required check) / build-frontend (pull_request) Has been skipped
shell-lint / shellcheck (pull_request) Successful in 9s
PR build (required check) / validate-observability (pull_request) Has been skipped
PR build (required check) / gate (pull_request) Successful in 1s
Sync infra to hosts / sync-prod (push) Has been skipped
secrets-guard / encrypted (pull_request) Successful in 6s
PR build (required check) / build-backend (pull_request) Has been skipped
64986189e1
admin_emi merged commit e6d9b36742 into main 2026-07-26 07:29:34 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Jinemi/thermograph#110
No description provided.