diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-12-06 00:08:34 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-12-06 00:08:34 +0000 |
commit | 92106208758b8901436ec62ce19390b1ee652045 (patch) | |
tree | 2162f66d7cc996cdb01a42112b2202b35ba43045 /doc/update/removals.md | |
parent | 9dc655286f773d1e9efef83df7fb53241d720ee3 (diff) | |
download | gitlab-ce-92106208758b8901436ec62ce19390b1ee652045.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/update/removals.md')
-rw-r--r-- | doc/update/removals.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/update/removals.md b/doc/update/removals.md index f71a21c6453..c2a14a5cb2e 100644 --- a/doc/update/removals.md +++ b/doc/update/removals.md @@ -46,6 +46,17 @@ To change the approvals required for a merge request, you should no longer use t Instead, use the [`/approval_rules` endpoint](https://docs.gitlab.com/ee/api/merge_request_approvals.html#merge-request-level-mr-approvals) to [create](https://docs.gitlab.com/ee/api/merge_request_approvals.html#create-merge-request-level-rule) or [update](https://docs.gitlab.com/ee/api/merge_request_approvals.html#update-merge-request-level-rule) the approval rules for a merge request. +## Removed in 15.8 + +### CiliumNetworkPolicy within the auto deploy Helm chart is removed + +All functionality related to the GitLab Container Network Security and Container Host Security categories was deprecated in GitLab 14.8 and scheduled for removal in GitLab 15.0. The [CiliumNetworkPolicy definition](https://gitlab.com/gitlab-org/cluster-integration/auto-deploy-image/-/blob/master/assets/auto-deploy-app/values.yaml#L175) that exists as part of the [GitLab Auto Deploy Helm chart](https://gitlab.com/gitlab-org/cluster-integration/auto-deploy-image/-/tree/master/assets/auto-deploy-app) was not removed as scheduled in GitLab 15.0. This policy is planned to be removed in the GitLab 15.8 release. + +If you want to preserve this functionality, you can follow one of these two paths: + +1. Fork the [GitLab Auto Deploy Helm chart](https://gitlab.com/gitlab-org/cluster-integration/auto-deploy-image/-/tree/master/assets/auto-deploy-app) into the `chart/` path within your project +1. Set `AUTO_DEPLOY_IMAGE_VERSION` and `DAST_AUTO_DEPLOY_IMAGE_VERSION` to the most recent version of the image that included the CiliumNetworkPolicy + ## Removed in 15.6 ### NFS as Git repository storage is no longer supported. Migrate to Gitaly Cluster as soon as possible |