docs: add release validation engine page#10493
Open
akumar94 wants to merge 1 commit into
Open
Conversation
New page covering the release validation engine — value, use cases, how validation works, config overview, and limitations. Companion to the flat-config reference in PR #10469 (DR-520). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| Until now, release management on CircleCI required Kubernetes, Argo Rollouts, and the Release Agent. The validation engine removes that requirement. You define a policy, point a monitor at a webhook URL, and CircleCI determines release health for you. | ||
|
|
||
| No specialized infrastructure:: Gate releases without Kubernetes, Argo Rollouts, or the Release Agent. The engine builds on the release management you already have. | ||
| Works with your existing tools:: The engine has built-in support for Datadog, and a custom provider for any other tool that can send an HTTP POST. You reuse the monitors you already operate. |
Contributor
There was a problem hiding this comment.
Should we also mention Prometheus?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
release-validation-engine.adocunder the Deploy section of the guidesnav.adocNotes for reviewers
Test plan
🤖 Generated with Claude Code