diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-15 00:07:30 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-15 00:07:30 +0000 |
commit | 34e729c8b959f9b639f51b9be494d84d118afeea (patch) | |
tree | 15d04ebdfc6a217b9953fc31524a18da72f955df /data/deprecations/14-9-deprecate-permissions-change-package-settings.yml | |
parent | f91842906eee49350acfe7ba95d60ccd459039de (diff) | |
download | gitlab-ce-34e729c8b959f9b639f51b9be494d84d118afeea.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data/deprecations/14-9-deprecate-permissions-change-package-settings.yml')
-rw-r--r-- | data/deprecations/14-9-deprecate-permissions-change-package-settings.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/deprecations/14-9-deprecate-permissions-change-package-settings.yml b/data/deprecations/14-9-deprecate-permissions-change-package-settings.yml new file mode 100644 index 00000000000..740b3ca2e0d --- /dev/null +++ b/data/deprecations/14-9-deprecate-permissions-change-package-settings.yml @@ -0,0 +1,16 @@ +- name: "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) |