14 lines
1.1 KiB
YAML
14 lines
1.1 KiB
YAML
#
|
|
# REQUIRED FIELDS
|
|
#
|
|
- title: "CAS OmniAuth provider" # (required) The name of the feature to be deprecated
|
|
announcement_milestone: "15.3" # (required) The milestone when this feature was first announced as deprecated.
|
|
removal_milestone: "16.0" # (required) The milestone when this feature is planned to be removed
|
|
breaking_change: true # (required) If this deprecation is a breaking change, set this value to true
|
|
reporter: hsutor # (required) GitLab username of the person reporting the deprecation
|
|
stage: Manage # (required) String value of the stage that the feature was created in. e.g., Growth
|
|
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/369127 # (required) Link to the deprecation issue in GitLab
|
|
body: | # (required) Do not modify this line, instead modify the lines below.
|
|
The `omniauth-cas3` gem that provides GitLab with the CAS OmniAuth provider will be removed in our next major
|
|
release, GitLab 16.0. This gem sees very little use and its lack of upstream maintenance is preventing GitLab's
|
|
[upgrade to OmniAuth 2.0](https://gitlab.com/gitlab-org/gitlab/-/issues/30073).
|