Skip to content
代码片段 群组 项目
未验证 提交 46fb0185 编辑于 作者: Nate Rosandich's avatar Nate Rosandich 提交者: GitLab
浏览文件

Breaking change notices for renaming require_password_to_approve field

上级 8e052e63
No related branches found
No related tags found
无相关合并请求
- title: "Rename the 'require_password_to_approve' field"
removal_milestone: "17.0"
announcement_milestone: "16.9"
breaking_change: true
reporter: nrosandich
stage: Govern
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/431346
body: | # (required) Don't change this line.
In GitLab 16.7, we added the ability to re-authenticate with SAML SSO for the [Require user re-authentication to approve](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/settings.html#require-user-re-authentication-to-approve) feature.
For this reason, in GitLab 17.0, we are renaming the `require_password_to_approve` field to `require_reauthentication_to_approve` in the UI, API, and the database.
......@@ -1456,6 +1456,22 @@ This change is a breaking change. You should [create a runner in the UI](../ci/r
<div class="deprecation breaking-change" data-milestone="17.0">
### Rename the 'require_password_to_approve' field
<div class="deprecation-notes">
- Announced in GitLab <span class="milestone">16.9</span>
- Removal in GitLab <span class="milestone">17.0</span> ([breaking change](https://docs.gitlab.com/ee/update/terminology.html#breaking-change))
- To discuss this change or learn more, see the [deprecation issue](https://gitlab.com/gitlab-org/gitlab/-/issues/431346).
</div>
In GitLab 16.7, we added the ability to re-authenticate with SAML SSO for the [Require user re-authentication to approve](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/settings.html#require-user-re-authentication-to-approve) feature.
For this reason, in GitLab 17.0, we are renaming the `require_password_to_approve` field to `require_reauthentication_to_approve` in the UI, API, and the database.
</div>
<div class="deprecation breaking-change" data-milestone="17.0">
### Required Pipeline Configuration is deprecated
<div class="deprecation-notes">
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册