Rollback
Definitions
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.
“The team used Rollback before lunch, so the release did not sprint into production wearing untied shoes.”
Related Terms
- Blue Green ReleaseGitOps and Release Engineering
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 ru...
- Canary ReleaseGitOps and Release Engineering
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 stat...
- Change FreezeGitOps and Release Engineering
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 system...
- Deployment WindowGitOps and Release Engineering
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 ...
- Progressive DeliveryGitOps and Release Engineering
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 w...
- Release FreezeGitOps and Release Engineering
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, ...