Skip to content

Commit 0cd1ff6

Browse files
balasankarcRobert Marshall
andcommitted
Merge branch '7769-remove-deprecation-for-gitlab-default-can-create-group' into 'master'
Remove gitlab_default_can_create_group deprecation Closes #7769 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7084 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: Clemens Beck <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Co-authored-by: Robert Marshall <[email protected]>
2 parents 12d4eb2 + 3fcc290 commit 0cd1ff6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -326,12 +326,6 @@ def list(existing_config = nil)
326326
removal: '15.5',
327327
note: "Starting with GitLab 15.5, jemalloc is compiled in with the Ruby interpreter and can no longer be disabled."
328328
},
329-
{
330-
config_keys: %w(gitlab gitlab_rails gitlab_default_can_create_group),
331-
deprecation: '15.5',
332-
removal: '16.0',
333-
note: "Starting with GitLab 15.5, this setting cannot be controlled via the configuration file anymore. Follow the steps at https://docs.gitlab.com/ee/administration/settings/account_and_limit_settings.html#prevent-new-users-from-creating-top-level-groups, to configure this setting via the Admin UI or the API"
334-
},
335329
{
336330
config_keys: %w(gitlab sidekiq queue_selector),
337331
deprecation: '15.9',

0 commit comments

Comments
 (0)