10 lines
1.1 KiB
YAML
10 lines
1.1 KiB
YAML
|
- title: "Environment search query requires at least three characters" # (required) Clearly explain the change, or planned change. For example, "The `confidential` field for a `Note` is deprecated" or "CI/CD job names will be limited to 250 characters."
|
||
|
announcement_milestone: "15.10" # (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) Change to false if this is not a breaking change.
|
||
|
reporter: cbalane # (required) GitLab username of the person reporting the change
|
||
|
stage: release # (required) String value of the stage that the feature was created in. e.g., Growth
|
||
|
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/382532 # (required) Link to the deprecation issue in GitLab
|
||
|
body: | # (required) Do not modify this line, instead modify the lines below.
|
||
|
From GitLab 16.0, when you search for environments with the API, you must use at least three characters. This change helps us ensure the scalability of the search operation.
|