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
path: root/data
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-13 21:16:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-13 21:16:51 +0300
commit46e1fdb8bbdaf149371334f1a1757ba4d68fe020 (patch)
treec2a0bd6da129d9d41cef38e7a6c0efd2c79de893 /data
parent57ed4c594d37326f1d27752df575b581c522ab05 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data')
-rw-r--r--data/deprecations/16-7-dependency-proxy-group-deploy-token.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/deprecations/16-7-dependency-proxy-group-deploy-token.yml b/data/deprecations/16-7-dependency-proxy-group-deploy-token.yml
index d19159f36b8..bb86a53e382 100644
--- a/data/deprecations/16-7-dependency-proxy-group-deploy-token.yml
+++ b/data/deprecations/16-7-dependency-proxy-group-deploy-token.yml
@@ -1,4 +1,4 @@
-- title: "Dependency Proxy: group access tokens to have additional scope checks for service accounts"
+- title: "Dependency Proxy: Access tokens to have additional scope checks"
announcement_milestone: "16.7"
removal_milestone: "17.0"
breaking_change: true
@@ -6,8 +6,8 @@
stage: Package
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/431386
body: |
- When using the Dependency Proxy for containers with a group access token, `docker login` and `docker pull` requests with insufficient scopes for Dependency Proxy are not rejected.
+ When using the Dependency Proxy for containers with a group access token or personal access token, `docker login` and `docker pull` requests with insufficient scopes for Dependency Proxy are not rejected.
- GitLab 16.7 adds checks for group access tokens authenticating for the dependency proxy for containers. This is a breaking change, because tokens without the required scopes will fail.
+ GitLab 17.0 adds checks for group or personal access tokens authenticating with the dependency proxy for containers. This is a breaking change, because tokens without the required scopes will fail.
- To help avoid being impacted by this breaking change, create new group access tokens with the [required scopes](https://docs.gitlab.com/ee/user/packages/dependency_proxy/#authenticate-with-the-dependency-proxy), and update your workflow variables and scripts with those new tokens.
+ To help avoid being impacted by this breaking change, create new access tokens with the [required scopes](https://docs.gitlab.com/ee/user/packages/dependency_proxy/#authenticate-with-the-dependency-proxy), and update your workflow variables and scripts with those new tokens.