#release
19 approved public terms with this tag.
Blue Green Release is a GitOps term for a release strategy that switches between two complete environments. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: Argo CD documentation.
Canary Release is a GitOps term for a release strategy that sends a small portion of traffic to a new version first. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: Argo CD documentation.
Change Freeze is a GitOps term for a control window that limits changes during high-risk times. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: OpenGitOps principles.
Deployment Window is a GitOps term for an allowed time period for applying changes. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: Argo CD documentation.
Progressive Delivery is a GitOps term for releasing changes gradually while watching evidence and safety signals. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: Argo CD documentation.
Release Artifact Signature is a devops supply-chain record that proves that an artifact came from an expected build path for versioned delivery of code or content. It uses cryptographic signatures, provenance, and verification so teams can trust deployed packages while keeping evidence, reliability, and public-safe operational boundaries clear.
Release Build Gate is a devops quality gate that blocks promotion when required checks fail for versioned delivery of code or content. It uses tests, lint, security scans, and policy rules so teams can prevent broken releases while keeping evidence, reliability, and public-safe operational boundaries clear.
Release Config Drift Check is a devops consistency check that finds differences between intended and live configuration for versioned delivery of code or content. It uses desired state, live state, and diff reports so teams can avoid surprise environment behavior while keeping evidence, reliability, and public-safe operational boundaries clear.
Release Freeze is a GitOps term for a period when normal releases are paused to reduce risk. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: OpenGitOps principles.
Release Incident Timeline is a devops response record that orders alerts, actions, and decisions during an incident for versioned delivery of code or content. It uses timestamps, owners, and evidence links so teams can learn from outages without guesswork while keeping evidence, reliability, and public-safe operational boundaries clear.
Release Infra Plan is a devops change preview that shows expected infrastructure changes before apply for versioned delivery of code or content. It uses resource graphs, policy checks, and cost notes so teams can review platform changes safely while keeping evidence, reliability, and public-safe operational boundaries clear.
Release Release Manifest is a devops delivery record that lists versions, artifacts, routes, and checks for a release for versioned delivery of code or content. It uses commit IDs, checksums, and deployment URLs so teams can make releases auditable while keeping evidence, reliability, and public-safe operational boundaries clear.
Release Rollback Plan is a devops recovery plan that defines how to return to a known good version for versioned delivery of code or content. It uses version pins, database notes, and operator steps so teams can recover quickly from bad changes while keeping evidence, reliability, and public-safe operational boundaries clear.
Release Rollout Guard is a devops release control that limits exposure during gradual deployment for versioned delivery of code or content. It uses traffic slices, health checks, and automatic pause rules so teams can reduce blast radius while keeping evidence, reliability, and public-safe operational boundaries clear.
Release Runbook Check is a devops operational test that confirms that documented procedures still work for versioned delivery of code or content. It uses dry runs, screenshots, and command validation so teams can keep response playbooks current while keeping evidence, reliability, and public-safe operational boundaries clear.
Release Secret Rotation is a devops credential workflow that replaces sensitive keys without service interruption for versioned delivery of code or content. It uses dual credentials, rollout steps, and revocation so teams can reduce credential exposure while keeping evidence, reliability, and public-safe operational boundaries clear.
Release Trace Link is a devops observability link that connects a deployment or workflow to runtime evidence for versioned delivery of code or content. It uses trace IDs, span metadata, and release identifiers so teams can debug production changes faster while keeping evidence, reliability, and public-safe operational boundaries clear.
Roll Forward is a GitOps term for fixing an issue by moving to a newer corrected version instead of going backward. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: Argo CD documentation.
Rollback is a GitOps term for returning to a previous known configuration or artifact version. It helps teams, humans, and agents compare declared source state with running systems, then act without pretending a deployment did more than the evidence shows. Source context: Argo CD documentation.