Skip to content

Commit 3fcc290

Browse files
Robert Marshallbalasankarc
authored andcommitted
Remove gitlab_default_can_create_group deprecation
- We no longer need to notify users about gitlab_default_can_create_group as it has been removed for minimally three milestones in 16.x series. Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7769 Signed-off-by: Robert Marshall <[email protected]>
1 parent 742aa1a commit 3fcc290

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)