Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Tobler <jtobler@gitlab.com>2023-06-28 17:47:34 +0300
committerJustin Tobler <jtobler@gitlab.com>2023-06-28 17:47:34 +0300
commit939a5658cf4c0242e0326fe53e81095f7123b909 (patch)
tree70d7437392b29310e8cff877d0333ec69592a8f8 /.gitlab
parent13c9342533169e26f40af638e76d9d5b1782bcd8 (diff)
template: Update `Rollout Git version` template
The old Git version and feature flag cannot be removed in the same release. Update the issue template to clarify this.
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/Git Version Upgrade.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/issue_templates/Git Version Upgrade.md b/.gitlab/issue_templates/Git Version Upgrade.md
index 1140ff80a..d179aebc6 100644
--- a/.gitlab/issue_templates/Git Version Upgrade.md
+++ b/.gitlab/issue_templates/Git Version Upgrade.md
@@ -16,8 +16,8 @@ Would be really nice to point out contributions made by the Gitaly team, if any.
- [ ] Create an issue for the rollout of the feature flag ([Reference](https://gitlab.com/gitlab-org/gitaly/-/issues/5030)).
- [ ] Optional: Create a [change request](https://about.gitlab.com/handbook/engineering/infrastructure/change-management/#change-request-workflows) in case the new Git version contains changes that may cause issues.
- [ ] Roll out the feature flag.
-- [ ] Update the default Git version. This must happen after the default-disabled flag has been released to avoid issues with zero-downtime upgrades.
- - [ ] Remove the feature flag.
+ - [ ] After a release containing feature flag, remove the feature flag.
+- [ ] Update the default Git version. This must happen in a release after the feature flag has been removed to avoid issues with zero-downtime upgrades.
- [ ] Remove the old bundled Git execution environment.
- [ ] Remove the old bundled Git version in the [Makefile](/Makefile).
- [ ] Update the default Git distribution by updating `GIT_VERSION` to the new Git version in the [Makefile](/Makefile).