Release Candidate Promotion とは何か
release candidate promotion は、すでにビルドされた単一の artifact を、各ステージのチェックを通過した後に環境間で前へ進めることです。テストを通過したのと同じバイナリまたはイメージが、変更されないまま staging、次に production へ promote されます。promotion は新しい build を生成するのではなく、その決定を記録します。
なぜ重要か
1 つの不変な artifact を promote することで、テストしたものがまさに出荷するものであることが保証され、再ビルドによるドリフトが排除されます。これにより build から production までの経路が監査可能かつ再現可能になります。
関連ガイド
What Is a Canary Cohort?A canary cohort is the limited group of users or traffic that gets a new release first, acting as an early wa…
What Is a Progressive Rollout Percentage?A progressive rollout percentage is the share of traffic or users sent to a new version at each stage, increa…
What Is a Deployment Freeze?A deployment freeze is a defined period when production releases are paused, used around high-risk windows li…