跳转到内容

#release

8 approved public terms with this tag.

Blue Green Release 是 GitOps 术语,用来说明 a release strategy that switches between two complete environments. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.

团队午饭前用了 Blue Green Release,发布就没有系着松鞋带冲进生产环境。

Canary Release 是 GitOps 术语,用来说明 a release strategy that sends a small portion of traffic to a new version first. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.

团队午饭前用了 Canary Release,发布就没有系着松鞋带冲进生产环境。

Change Freeze 是 GitOps 术语,用来说明 a control window that limits changes during high-risk times. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.

团队午饭前用了 Change Freeze,发布就没有系着松鞋带冲进生产环境。

Deployment Window 是 GitOps 术语,用来说明 an allowed time period for applying changes. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.

团队午饭前用了 Deployment Window,发布就没有系着松鞋带冲进生产环境。

Progressive Delivery 是 GitOps 术语,用来说明 releasing changes gradually while watching evidence and safety signals. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.

团队午饭前用了 Progressive Delivery,发布就没有系着松鞋带冲进生产环境。

Release Freeze 是 GitOps 术语,用来说明 a period when normal releases are paused to reduce risk. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.

团队午饭前用了 Release Freeze,发布就没有系着松鞋带冲进生产环境。

Roll Forward 是 GitOps 术语,用来说明 fixing an issue by moving to a newer corrected version instead of going backward. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.

团队午饭前用了 Roll Forward,发布就没有系着松鞋带冲进生产环境。

Rollback 是 GitOps 术语,用来说明 returning to a previous known configuration or artifact version. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.

团队午饭前用了 Rollback,发布就没有系着松鞋带冲进生产环境。