summaryrefslogtreecommitdiff
path: root/data/deprecations/14-9-deprecate-composer-download-permissions.yml
blob: 22b2bc2b5857f9fa4adefff151c532071f8dc79b (plain)
1
2
3
4
5
6
7
8
9
10
- title: "Permissions change for downloading Composer dependencies"
  announcement_milestone: "14.9"
  removal_milestone: "14.10"
  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