summaryrefslogtreecommitdiff
path: root/data/deprecations/15-8-remove-deprecated-environment-tier-param-from-dora-api.yml
blob: f46b2159bf4130d5f954e5a157d8ebb022dc0ce9 (plain)
1
2
3
4
5
6
7
8
9
- title: "`environment_tier` parameter for DORA API"  # (required) Clearly explain the change, or planned change. For example, "The `confidential` field for a `Note` is deprecated" or "The maximum number of characters in a job name will be limited to 250."
  announcement_milestone: "15.8"  # (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: hsnir1  # (required) GitLab username of the person reporting the deprecation
  stage: plan  # (required) String value of the stage that the feature was created in. e.g., Growth
  issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/365939  # (required) Link to the deprecation issue in GitLab
  body: |  # (required) Do not modify this line, instead modify the lines below.
    To avoid confusion and duplication, the `environment_tier` parameter is deprecated in favor of the `environment_tiers` parameter. The new `environment_tiers` parameter allows DORA APIs to return aggregated data for multiple tiers at the same time. The `environment_tier` parameter will be removed in GitLab 16.0.