From 5dbf614da79aac2412ff983771004a611d93b014 Mon Sep 17 00:00:00 2001 From: Michael Lin Date: Fri, 12 Apr 2024 09:54:17 -0700 Subject: [PATCH] update cloud release schedule --- content/departments/cloud/technical-docs/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/departments/cloud/technical-docs/index.md b/content/departments/cloud/technical-docs/index.md index bad954496b75..a4e946317631 100644 --- a/content/departments/cloud/technical-docs/index.md +++ b/content/departments/cloud/technical-docs/index.md @@ -17,7 +17,9 @@ The release process is performed in steps: 1. New version is released via [release team](../../engineering/teams/release/team/index.md) 2. GitHub issue in [Sourcegraph Customer repository](https://github.com/sourcegraph/customer) with the `mi2 env create-tracking-issue -e prod $TARGET_VERSION` command 3. GitHub issue is labeled with `team/cloud` and Cloud Team is automatically notified to perform Managed Instances upgrade. Label is part of the template. -4. Cloud team performs upgrade of all instances in given order: +4. Cloud team performs upgrade of all instances in given order depending on the release type: + +#### Release process for quarterly major release | Stage | Working days since release | Action | Condition not met? | | ----- | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------- | @@ -34,7 +36,7 @@ Sample upgrade: - [tracking issue - 5.1.4](https://github.com/sourcegraph/customer/issues/2251). - GitHub Pull Requests for [5.1.4 upgrade](https://github.com/sourcegraph/cloud/pulls?q=is%3Apr+is%3Aclosed+label%3Ami-upgrade+5.1.4) -#### Release process for patch releases +#### Release process for monthly minor or patch releases With [bi-weekly patch release schedule](../../engineering/dev/process/releases/index.md#patch-schedule), Cloud Team is using simplified release process to ensure Cloud customers can obtain patch as soon as possible.