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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/removals/15_0/15-0-praefect-virtual-storage.yml')
-rw-r--r--data/removals/15_0/15-0-praefect-virtual-storage.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/removals/15_0/15-0-praefect-virtual-storage.yml b/data/removals/15_0/15-0-praefect-virtual-storage.yml
new file mode 100644
index 00000000000..a1ffa20bcfd
--- /dev/null
+++ b/data/removals/15_0/15-0-praefect-virtual-storage.yml
@@ -0,0 +1,9 @@
+- name: "Gitaly nodes in virtual storage"
+ announcement_milestone: "13.12" # The milestone when this feature was first announced as deprecated.
+ announcement_date: "2021-04-22"
+ removal_milestone: "15.0" # the milestone when this feature is planned to be removed
+ removal_date: "2022-05-22" # the date of the milestone release when this feature is planned to be removed
+ breaking_change: true
+ body: | # Do not modify this line, instead modify the lines below.
+ Configuring the Gitaly nodes directly in the virtual storage's root configuration object has been deprecated in GitLab 13.12 and is no longer supported in GitLab 15.0. You must move the Gitaly nodes under the `'nodes'` key as described in [the Praefect configuration](https://docs.gitlab.com/ee/administration/gitaly/praefect.html#praefect).
+ tiers: [Free, Premium, Ultimate]