Skip to content

Commit 06b5f23

Browse files
Sami HiltunenRobert Marshall
authored andcommitted
Deprecate 'omnibus_gitconfig'
This commit adds a deprecation for 'omnibus_gitconfig'. Git configuration should be directly added under Gitaly's configuration as directed in the linked migration instructions. Configuring Git on a system or user level will no longer be supported through Omnibus. Related https://gitlab.com/gitlab-org/gitaly/-/issues/5132 Changelog: deprecated
1 parent d326dac commit 06b5f23

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

files/gitlab-cookbooks/package/libraries/deprecations.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,12 @@ def list(existing_config = nil)
355355
deprecation: '16.9',
356356
removal: '17.0',
357357
note: "Starting with GitLab 17.0, `sidekiq['max_concurrency']` will be removed. Please follow https://docs.gitlab.com/ee/administration/sidekiq/extra_sidekiq_processes.html#manage-thread-counts-explicitly to use `sidekiq['concurrency']` instead."
358+
},
359+
{
360+
config_keys: %w(gitlab omnibus_gitconfig),
361+
deprecation: '16.10',
362+
removal: '17.0',
363+
note: "`omnibus_gitconfig` will be removed in GitLab 17.0. For details and migration instructions, please see: https://docs.gitlab.com/ee/update/versions/gitlab_16_changes.html#gitlabomnibus_gitconfig-deprecation"
358364
}
359365
]
360366

0 commit comments

Comments
 (0)