You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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(gitlabomnibus_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"
0 commit comments