Skip to content

Commit 0810733

Browse files
Robert MarshallSami Hiltunen
andcommitted
Merge branch 'smh-deprecate-gitconfig' into 'master'
Deprecate 'omnibus_gitconfig' See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7469 Merged-by: Robert Marshall <[email protected]> Approved-by: Dustin Collins <[email protected]> Approved-by: Robert Marshall <[email protected]> Co-authored-by: Sami Hiltunen <[email protected]>
2 parents d326dac + 06b5f23 commit 0810733

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)