summaryrefslogtreecommitdiff
path: root/data/deprecations/15-8-raise-permissions-settings-package-stage.yml
diff options
context:
space:
mode:
Diffstat (limited to 'data/deprecations/15-8-raise-permissions-settings-package-stage.yml')
-rw-r--r--data/deprecations/15-8-raise-permissions-settings-package-stage.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/deprecations/15-8-raise-permissions-settings-package-stage.yml b/data/deprecations/15-8-raise-permissions-settings-package-stage.yml
index 72b53ee8c9b..a7d211622ff 100644
--- a/data/deprecations/15-8-raise-permissions-settings-package-stage.yml
+++ b/data/deprecations/15-8-raise-permissions-settings-package-stage.yml
@@ -1,17 +1,17 @@
- title: "Maintainer role providing the ability to change Package settings using GraphQL API"
announcement_milestone: "15.8"
- removal_milestone: "16.0"
+ removal_milestone: "17.0"
breaking_change: true
reporter: trizzi
stage: Package
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/370471
body: |
The ability for users with the Maintainer role to change the **Packages and registries** settings for a group using
- the GraphQL API is deprecated in GitLab 15.8 and will be removed in GitLab 16.0. These settings include:
+ the GraphQL API is deprecated in GitLab 15.8 and will be removed in GitLab 17.0. These settings include:
- [Allowing or preventing duplicate package uploads](https://docs.gitlab.com/ee/user/packages/maven_repository/#do-not-allow-duplicate-maven-packages).
- [Package request forwarding](https://docs.gitlab.com/ee/user/packages/maven_repository/#request-forwarding-to-maven-central).
- [Enabling lifecycle rules for the Dependency Proxy](https://docs.gitlab.com/ee/user/packages/dependency_proxy/reduce_dependency_proxy_storage.html).
- In GitLab 16.0 and later, you must have Owner role for a group to change the **Packages and registries**
+ In GitLab 17.0 and later, you must have the Owner role for a group to change the **Packages and registries**
settings for the group using either the GitLab UI or GraphQL API.