Commit bb7234d2 authored by Mike Jang's avatar Mike Jang

Merge branch '215410-move-group-level-ip-address-restriction-to-premium' into 'master'

Resolve "Move group-level IP address restriction to Premium"

See merge request gitlab-org/gitlab!32396
parents 4081abba a37f2257
......@@ -502,9 +502,10 @@ This will disable the option for all users who previously had permissions to
operate project memberships, so no new users can be added. Furthermore, any
request to add a new user to a project through API will not be possible.
#### IP access restriction **(ULTIMATE)**
#### IP access restriction **(PREMIUM)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/1985) in [GitLab Ultimate and Gold](https://about.gitlab.com/pricing/) 12.0.
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/1985) in [GitLab Ultimate and Gold](https://about.gitlab.com/pricing/) 12.0.
> - [Moved](https://gitlab.com/gitlab-org/gitlab/-/issues/215410) to [GitLab Premium and Silver](https://about.gitlab.com/pricing/) in 13.1.
To make sure only people from within your organization can access particular
resources, you have the option to restrict access to groups and their
......
......@@ -76,6 +76,7 @@ class License < ApplicationRecord
geo
github_project_service_integration
group_allowed_email_domains
group_ip_restriction
group_project_templates
group_saml
issues_analytics
......@@ -115,7 +116,6 @@ class License < ApplicationRecord
dast
dependency_scanning
enterprise_templates
group_ip_restriction
group_level_compliance_dashboard
incident_management
insights
......
---
title: Move Group-level IP address restriction feature to GitLab Premium
merge_request: 32396
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment