Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-25 12:18:44 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-25 12:18:44 +0300
commitaf69e63b6655a450849a8fa2640ae6ce5a8db681 (patch)
treedb12602500f5ece6ada7383180055389a9b3d319 /doc/update/removals.md
parentb7d907c10e1d0d23abffa6abc59764e292fb89f1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/update/removals.md')
-rw-r--r--doc/update/removals.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/update/removals.md b/doc/update/removals.md
index a8c21cf5f1e..d2c54b7feb5 100644
--- a/doc/update/removals.md
+++ b/doc/update/removals.md
@@ -34,6 +34,23 @@ For removal reviewers (Technical Writers only):
https://about.gitlab.com/handbook/marketing/blog/release-posts/#update-the-removals-doc
-->
+## Removed in 16.0
+
+### Project REST API field `operations_access_level` removed
+
+WARNING:
+This is a [breaking change](https://docs.gitlab.com/ee/development/deprecation_guidelines/).
+Review the details carefully before upgrading.
+
+In project REST API endpoints, the `operations_access_level` field
+is removed in favor of more specialized fields like:
+
+- `releases_access_level`
+- `environments_access_level`
+- `feature_flags_access_level`
+- `infrastructure_access_level`
+- `monitor_access_level`
+
## Removed in 15.11
### Exporting and importing projects in JSON format not supported