diff options
Diffstat (limited to 'data/removals/15_0/15-0-custom_hooks_dir.yml')
-rw-r--r-- | data/removals/15_0/15-0-custom_hooks_dir.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/removals/15_0/15-0-custom_hooks_dir.yml b/data/removals/15_0/15-0-custom_hooks_dir.yml new file mode 100644 index 00000000000..2c116a55e1c --- /dev/null +++ b/data/removals/15_0/15-0-custom_hooks_dir.yml @@ -0,0 +1,12 @@ +- 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 |