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
path: root/data
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-18 18:08:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-18 18:08:09 +0300
commita84995f457d775bb73598d4393c3bc99805d9b58 (patch)
treeaddb114fc5a24554f54382a6df7dd03169507230 /data
parentc9dcd65796f7dc2c927abd81ef1a923e5f0fd08e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data')
-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]