diff options
Diffstat (limited to 'data/removals/15_0/15-0-protect-cns-chs.yml')
-rw-r--r-- | data/removals/15_0/15-0-protect-cns-chs.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/removals/15_0/15-0-protect-cns-chs.yml b/data/removals/15_0/15-0-protect-cns-chs.yml new file mode 100644 index 00000000000..470f809efa1 --- /dev/null +++ b/data/removals/15_0/15-0-protect-cns-chs.yml @@ -0,0 +1,21 @@ +- name: "Container Network and Host Security" + announcement_milestone: "14.8" + announcement_date: "2022-02-22" + removal_milestone: "15.0" + removal_date: "2022-05-22" + breaking_change: true + reporter: sam.white + body: | # Do not modify this line, instead modify the lines below. + All functionality related to the Container Network Security and Container Host Security categories was deprecated in GitLab 14.8 and is scheduled for removal in GitLab 15.0. Users who need a replacement for this functionality are encouraged to evaluate the following open source projects as potential solutions that can be installed and managed outside of GitLab: [AppArmor](https://gitlab.com/apparmor/apparmor), [Cilium](https://github.com/cilium/cilium), [Falco](https://github.com/falcosecurity/falco), [FluentD](https://github.com/fluent/fluentd), [Pod Security Admission](https://kubernetes.io/docs/concepts/security/pod-security-admission/). To integrate these technologies with GitLab, add the desired Helm charts in your copy of the [Cluster Management Project Template](https://docs.gitlab.com/ee/user/clusters/management_project_template.html). Deploy these Helm charts in production by calling commands through GitLab [CI/CD](https://docs.gitlab.com/ee/user/clusters/agent/ci_cd_workflow.html). + + As part of this change, the following capabilities within GitLab are scheduled for removal in GitLab 15.0: + + - The **Security & Compliance > Threat Monitoring** page. + - The Network Policy security policy type, as found on the **Security & Compliance > Policies** page. + - The ability to manage integrations with the following technologies through GitLab: AppArmor, Cilium, Falco, FluentD, and Pod Security Policies. + - All APIs related to the above functionality. + + For additional context, or to provide feedback regarding this change, please reference our [deprecation issue](https://gitlab.com/groups/gitlab-org/-/epics/7476). +# The following items are not published on the docs page, but may be used in the future. + stage: "Protect" + issue_url: https://gitlab.com/groups/gitlab-org/-/epics/7477 |