13 lines
817 B
YAML
13 lines
817 B
YAML
- name: "Support for `gitaly['internal_socket_dir']`"
|
|
announcement_milestone: "14.10"
|
|
announcement_date: "2022-04-22"
|
|
removal_milestone: "15.0"
|
|
removal_date: "2022-05-22"
|
|
breaking_change: true
|
|
body: | # Do not modify this line, instead modify the lines below.
|
|
Gitaly introduced a new directory that holds all runtime data Gitaly requires to operate correctly. This new directory replaces the old internal socket directory, and consequentially the usage of `gitaly['internal_socket_dir']` was deprecated in favor of `gitaly['runtime_dir']`.
|
|
|
|
stage: Enablement
|
|
tiers: [Free, Premium, Ultimate]
|
|
issue_url: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6758
|
|
documentation_url: https://docs.gitlab.com/omnibus/update/gitlab_15_changes.html#removing-support-for-gitalys-internal-socket-path
|