Rollback - Definição no Glossário de CI/CD
Um rollback restaura a versão anterior conhecida como boa após um deploy ruim; um rollback rápido e confiável é o que torna releases frequentes seguros.
Guias relacionados
Blue-Green Deployment - CI/CD Glossary DefinitionBlue-green deployment runs two identical environments and switches traffic from the old (blue) to the new (gr…
Canary Deployment - CI/CD Glossary DefinitionA canary deployment ships a new version to a small slice of traffic first, watching its health before rolling…
Immutable Infrastructure - CI/CD Glossary DefinitionImmutable infrastructure never patches running servers in place; to change anything you build a fresh image a…