Skip to content
代码片段 群组 项目
提交 00f21ef4 编辑于 作者: Tim Rizzi's avatar Tim Rizzi 提交者: Clayton Cornell
浏览文件

Removals and deprecations for Composer permission

上级 1ddb1fbf
No related branches found
No related tags found
无相关合并请求
- name: "Permissions change for downloading Composer dependencies" - name: "Permissions change for downloading Composer dependencies"
announcement_milestone: "14.9" announcement_milestone: "14.9"
announcement_date: "2022-03-22" announcement_date: "2022-03-22"
removal_milestone: "15.0" removal_milestone: "14.10"
removal_date: "2022-05-22" removal_date: "2022-04-22"
breaking_change: true breaking_change: true
reporter: trizzi reporter: trizzi
body: | # Do not modify this line, instead modify the lines below. body: | # Do not modify this line, instead modify the lines below.
......
- 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
...@@ -202,7 +202,7 @@ The [`custom_hooks_dir`](https://docs.gitlab.com/ee/administration/server_hooks. ...@@ -202,7 +202,7 @@ The [`custom_hooks_dir`](https://docs.gitlab.com/ee/administration/server_hooks.
### Permissions change for downloading Composer dependencies ### Permissions change for downloading Composer dependencies
WARNING: WARNING:
This feature will be changed or removed in 15.0 This feature will be changed or removed in 14.10
as a [breaking change](https://docs.gitlab.com/ee/development/contributing/#breaking-changes). as a [breaking change](https://docs.gitlab.com/ee/development/contributing/#breaking-changes).
Before updating GitLab, review the details carefully to determine if you need to make any Before updating GitLab, review the details carefully to determine if you need to make any
changes to your code, settings, or workflow. changes to your code, settings, or workflow.
...@@ -211,7 +211,7 @@ The GitLab Composer repository can be used to push, search, fetch metadata about ...@@ -211,7 +211,7 @@ The GitLab Composer repository can be used to push, search, fetch metadata about
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. 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.
**Planned removal milestone: 15.0 (2022-05-22)** **Planned removal milestone: 14.10 (2022-04-22)**
### htpasswd Authentication for the Container Registry ### htpasswd Authentication for the Container Registry
......
...@@ -173,6 +173,20 @@ The new security approvals feature is similar to vulnerability check. For exampl ...@@ -173,6 +173,20 @@ The new security approvals feature is similar to vulnerability check. For exampl
- A two-step approval process can be enforced for any desired changes to security approval rules. - A two-step approval process can be enforced for any desired changes to security approval rules.
- A single set of security policies can be applied to multiple development projects to allow for ease in maintaining a single, centralized ruleset. - A single set of security policies can be applied to multiple development projects to allow for ease in maintaining a single, centralized ruleset.
## 14.10
### Permissions change for downloading Composer dependencies
WARNING:
This feature was changed or removed in 14.10
as a [breaking change](https://docs.gitlab.com/ee/development/contributing/#breaking-changes).
Before updating GitLab, review the details carefully to determine if you need to make any
changes to your code, settings, or workflow.
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.
## 14.9 ## 14.9
### Integrated error tracking disabled by default ### Integrated error tracking disabled by default
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册