summaryrefslogtreecommitdiff
path: root/data/deprecations/15-3-omniauth-crowd.yml
blob: ae883bd914087ab57ce08824b1df85aba55a7586 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# REQUIRED FIELDS
#
- title: "Atlassian Crowd 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/369117  # (required) Link to the deprecation issue in GitLab
  body: |  # (required) Do not modify this line, instead modify the lines below.
    The `omniauth_crowd` gem that provides GitLab with the Atlassian Crowd OmniAuth provider will be removed in our
    next major release, GitLab 16.0. This gem sees very little use and its
    [lack of compatibility](https://github.com/robdimarco/omniauth_crowd/issues/37) with OmniAuth 2.0 is
    [blocking our upgrade](https://gitlab.com/gitlab-org/gitlab/-/issues/30073).