#provenance
3 approved public terms with this tag.
GitOps and Release Engineering
Commit Provenance 是 GitOps 术语,用来说明 evidence about who created a commit, when it happened, and what it changed. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
“团队午饭前用了 Commit Provenance,发布就没有系着松鞋带冲进生产环境。”
GitOps and Release Engineering
Commit SHA Pinning 是 GitOps 术语,用来说明 locking deployment source to a precise Git commit identifier. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
“团队午饭前用了 Commit SHA Pinning,发布就没有系着松鞋带冲进生产环境。”
GitOps and Release Engineering
Manifest Digest 是 GitOps 术语,用来说明 a content hash that identifies a specific manifest or artifact. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
“团队午饭前用了 Manifest Digest,发布就没有系着松鞋带冲进生产环境。”