Progressive Delivery - CI/CD用語集の定義
progressive deliveryは、自動化された分析ゲートを用いてリリースをユーザーに段階的に公開することでcontinuous deliveryを拡張し、不良なバージョンを完全公開の前に検出してロールバックできるようにします。
関連ガイド
Preview Deployment - CI/CD Glossary DefinitionA preview deployment publishes a live, shareable instance of a pull request at a unique URL, so reviewers can…
GitOps Reconciliation - CI/CD Glossary DefinitionGitOps reconciliation is a controller continuously comparing the live cluster to the state declared in Git an…
Artifact Promotion - CI/CD Glossary DefinitionArtifact promotion moves one tested build unchanged through environments - dev to staging to prod - so exactl…