FACTUAL ACTIVITY RECORD · An activity record based on work that took place
Binding public settings and runtime version to the delivery source of truth
Fixing normal variables and the public target while accepting only the current version as success
Purpose
Web delivery needed fixed public variables and a target in configuration, and it needed to avoid mistaking an older live version for the current delivery.
Implementation
Public database settings and the Custom Domain are fixed in Web configuration, and delivery fails closed when external settings differ. The procedure captures the version created by the current delivery and succeeds only when it matches the version receiving 100% of traffic.
Rendering diagram…
What was confirmed
Verification results
Web linting, type checks, tests, Worker build, delivery-contract checks, secret scanning, and specification auditing passed.
At the cutoff, production delivery and runtime-version comparison had not been executed.
Basis for completion
The work was complete when public settings were fixed in the source of truth and the current version could be matched to live traffic.