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>2022-05-03 15:07:28 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-03 15:07:28 +0300
commit5fabe42e23beba3fbe393e566a5a4ebde2062c61 (patch)
tree9a2dfa55656973763fcc05ac393bd2bd06125935 /data
parent4df4a22481c3ed10e22cdb795dd6d811c4e89fde (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data')
-rw-r--r--data/deprecations/14-9-deprecate-composer-download-permissions.yml4
-rw-r--r--data/removals/14_10/14-10-package-permissions-composer-change.yml12
2 files changed, 14 insertions, 2 deletions
diff --git a/data/deprecations/14-9-deprecate-composer-download-permissions.yml b/data/deprecations/14-9-deprecate-composer-download-permissions.yml
index 68d9d77d072..e44f1c55167 100644
--- a/data/deprecations/14-9-deprecate-composer-download-permissions.yml
+++ b/data/deprecations/14-9-deprecate-composer-download-permissions.yml
@@ -1,8 +1,8 @@
- name: "Permissions change for downloading Composer dependencies"
announcement_milestone: "14.9"
announcement_date: "2022-03-22"
- removal_milestone: "15.0"
- removal_date: "2022-05-22"
+ removal_milestone: "14.10"
+ removal_date: "2022-04-22"
breaking_change: true
reporter: trizzi
body: | # Do not modify this line, instead modify the lines below.
diff --git a/data/removals/14_10/14-10-package-permissions-composer-change.yml b/data/removals/14_10/14-10-package-permissions-composer-change.yml
new file mode 100644
index 00000000000..e44f1c55167
--- /dev/null
+++ b/data/removals/14_10/14-10-package-permissions-composer-change.yml
@@ -0,0 +1,12 @@
+- name: "Permissions change for downloading Composer dependencies"
+ announcement_milestone: "14.9"
+ announcement_date: "2022-03-22"
+ removal_milestone: "14.10"
+ removal_date: "2022-04-22"
+ breaking_change: true
+ reporter: trizzi
+ body: | # Do not modify this line, instead modify the lines below.
+ The GitLab Composer repository can be used to push, search, fetch metadata about, and download PHP dependencies. All these actions require authentication, except for downloading dependencies.
+
+ Downloading Composer dependencies without authentication is deprecated in GitLab 14.9, and will be removed in GitLab 15.0. Starting with GitLab 15.0, you must authenticate to download Composer dependencies.
+ stage: package