summaryrefslogtreecommitdiff
path: root/data/deprecations/14-9-deprecate-permissions-change-package-settings.yml
blob: 9e6da8c87767f353526a03f6da409d81260d3e76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- title: "GraphQL permissions change for Package settings"
  announcement_milestone: "14.9"
  announcement_date: "2022-03-22"
  removal_milestone: "15.0"
  removal_date: "2022-05-22"
  breaking_change: true
  reporter: trizzi
  body: |  # Do not modify this line, instead modify the lines below.
    The GitLab Package stage offers a Package Registry, Container Registry, and Dependency Proxy to help you manage all of your dependencies using GitLab. Each of these product categories has a variety of settings that can be adjusted using the API.

    The permissions model for GraphQL is being updated. After 15.0, users with the Guest, Reporter, and Developer role can no longer update these settings:

    - [Package Registry settings](https://docs.gitlab.com/ee/api/graphql/reference/#packagesettings)
    - [Container Registry cleanup policy](https://docs.gitlab.com/ee/api/graphql/reference/#containerexpirationpolicy)
    - [Dependency Proxy time-to-live policy](https://docs.gitlab.com/ee/api/graphql/reference/#dependencyproxyimagettlgrouppolicy)
    - [Enabling the Dependency Proxy for your group](https://docs.gitlab.com/ee/api/graphql/reference/#dependencyproxysetting)
  stage: package