docs: task version skew protection, --external-id, and the atomic deployments deprecation (#4742)

New deployment/version-skew-protection page: the skew problem, the
--external-id primitive and its reuse behaviour, runtime discovery (call
option, configure(), TRIGGER_EXTERNAL_DEPLOYMENT_ID, and the gated
platform/CI/generic commit-SHA variables with the build-time caveat),
the
manual any-platform recipe, waiting/expiry semantics, precedence, and
automatic skew protection on Vercel. Deprecation callouts on the atomic
deployments page and the Vercel integration page; --external-id/--force
added to the CLI deploy reference; redirect from
deployment/vercel-skew-protection so existing webapp links resolve
(TRI-13002).
This commit is contained in:
Oskar Otwinowski
2026-08-21 18:09:16 +02:00
committed by GitHub
parent 32bf745c02
commit b98cceb8fb
9 changed files with 566 additions and 15 deletions
+6
View File
@@ -187,6 +187,7 @@
"github-actions",
"deployment/preview-branches",
"deployment/dev-branches",
"deployment/version-skew-protection",
"deployment/atomic-deployment",
{
"group": "Deployment integrations",
@@ -893,6 +894,11 @@
{
"source": "/guides/ai-chat",
"destination": "/ai-chat/overview"
},
{
"source": "/deployment/vercel-skew-protection",
"destination": "/deployment/version-skew-protection",
"permanent": true
}
]
}