summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-10 12:09:12 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-10 12:09:12 +0000
commit0e0df204c1a0d859ccbbe1be83a5e09a53381f17 (patch)
treee7bf6fed5fa2b74caf31957c468b0cbc303f4c45 /data
parenta2344dbf1942dc3919c55b0684d2566368e03852 (diff)
downloadgitlab-ce-0e0df204c1a0d859ccbbe1be83a5e09a53381f17.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data')
-rw-r--r--data/removals/16_0/16-0-graphql-dora-environment-tier-param.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/removals/16_0/16-0-graphql-dora-environment-tier-param.yml b/data/removals/16_0/16-0-graphql-dora-environment-tier-param.yml
new file mode 100644
index 00000000000..a4428534cb1
--- /dev/null
+++ b/data/removals/16_0/16-0-graphql-dora-environment-tier-param.yml
@@ -0,0 +1,14 @@
+#
+- title: "Remove the deprecated `environment_tier` parameter from the DORA API"
+ announcement_milestone: "15.2"
+ removal_milestone: "16.0"
+ breaking_change: true
+ reporter: ahegyi
+ stage: Plan
+ issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/365939
+ body: | # (required) Do not modify this line, instead modify the lines below.
+ The `environment_tier` parameter has been superseded by the `environment_tiers` parameter.
+
+ If you use the `environment_tier` parameter in your integration (REST or GraphQL) then you need to replace it with the `environment_tiers` parameter which accepts an array of strings.
+ tiers: [Ultimate]
+ documentation_url: https://docs.gitlab.com/ee/api/dora/metrics.html