12.1 Release Creation Flow

Orbnetes deployment and release orchestration documentation for operators and platform teams.

Release creation flow

A Release in Orbnetes is the governed deployment intent that binds:

  • a selected artifact version (source/tag/file),
  • a blueprint execution plan,
  • selected configuration environments,
  • optional approvals,
  • optional rollback policy.

Releases are the preferred path for controlled deployments because they preserve full traceability and operational context.

Typical release creation sequence:

  1. Set Release title
    Human-readable identifier for operations and audit.
  2. Select Blueprint
    Defines execution logic (jobs/steps/needs/conditions).
  3. Select Source context
    Source -> Tag -> Release file (artifact to deploy).
  4. Set Configuration Environments
    Targets runtime config context and deployment expansion behavior.
  5. Fill Launch Inputs
    Blueprint-defined runtime parameters.
  6. (Optional) Select Approvers
    If approvers are set, release enters approval-gated state before deploy starts.
  7. (Optional) Configure Rollback Policy
    Defines automatic rollback behavior for failure scenarios.
  8. Create/Launch Release
    System creates release entity and either starts deployments immediately, or waits for approvals.

Why this flow is effective:

  • artifact, execution, and governance are captured in one object,
  • launch is repeatable and auditable,
  • incident response has complete context from one release page.