13 lines
777 B
YAML
13 lines
777 B
YAML
|
- name: "Move `custom_hooks_dir` setting from GitLab Shell to Gitaly"
|
||
|
announcement_milestone: "14.9"
|
||
|
announcement_date: "2022-03-22"
|
||
|
removal_milestone: "15.0"
|
||
|
removal_date: "2022-05-22"
|
||
|
breaking_change: true
|
||
|
body: | # Do not modify this line, instead modify the lines below.
|
||
|
The [`custom_hooks_dir`](https://docs.gitlab.com/ee/administration/server_hooks.html#create-a-global-server-hook-for-all-repositories) setting is now configured in Gitaly, and is removed from GitLab Shell in GitLab 15.0.
|
||
|
stage: Enablement
|
||
|
tiers: [Free, Premium, Ultimate]
|
||
|
issue_url: https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/4208
|
||
|
documentation_url: https://docs.gitlab.com/ee/administration/server_hooks.html#create-a-global-server-hook-for-all-repositories
|