Welcome to mirror list, hosted at ThFree Co, Russian Federation.

16-2-registry-size-estimated-graphql-field.yml « deprecations « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a0251040203b309e3b45d1e22a6a0e9eaaee09dd (plain)
1
2
3
4
5
6
7
8
9
10
11
- title: "GraphQL field `registrySizeEstimated` has been deprecated"  # (required) Actionable title. e.g., The `confidential` field for a `Note` is deprecated. Use `internal` instead.
  announcement_milestone: "16.2"  # (required) The milestone when this feature was first announced as deprecated.
  removal_milestone: "17.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: kpalchyk  # (required) GitLab username of the person reporting the deprecation
  stage: Package  # (required) String value of the stage that the feature was created in. e.g., Growth
  issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/416509  # (required) Link to the deprecation issue in GitLab
  body: |  # (required) Do not modify this line, instead modify the lines below.
    For clarity, the GraphQL field `registrySizeEstimated` was renamed to `containerRegistrySizeIsEstimated`, to match its counterpart.
    `registrySizeEstimated` was deprecated in GitLab 16.2 and will be removed in GitLab 17.0.
    Use `containerRegistrySizeIsEstimated` introduced in GitLab 16.2 instead.