summaryrefslogtreecommitdiff
path: root/data/deprecations/15-0-runner-status-legacy-mode.yml
diff options
context:
space:
mode:
Diffstat (limited to 'data/deprecations/15-0-runner-status-legacy-mode.yml')
-rw-r--r--data/deprecations/15-0-runner-status-legacy-mode.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/deprecations/15-0-runner-status-legacy-mode.yml b/data/deprecations/15-0-runner-status-legacy-mode.yml
new file mode 100644
index 00000000000..ee7ac1af820
--- /dev/null
+++ b/data/deprecations/15-0-runner-status-legacy-mode.yml
@@ -0,0 +1,18 @@
+- name: "GraphQL API legacyMode argument for Runner status" # The name of the feature to be deprecated
+ announcement_milestone: "15.0" # The milestone when this feature was first announced as deprecated.
+ announcement_date: "2022-05-22" # The date of the milestone release when this feature was first announced as deprecated. This should almost always be the 22nd of a month (YYYY-MM-22), unless you did an out of band blog post.
+ removal_milestone: "16.0" # The milestone when this feature is planned to be removed
+ removal_date: "2023-05-22" # The date of the milestone release when this feature is planned to be removed. This should almost always be the 22nd of a month (YYYY-MM-22), unless you did an out of band blog post.
+ breaking_change: true # If this deprecation is a breaking change, set this value to true
+ reporter: pedropombeiro # GitLab username of the person reporting the deprecation
+ body: | # Do not modify this line, instead modify the lines below.
+ The `legacyMode` argument to the `status` field in `RunnerType` will be rendered non-functional in the 16.0 release
+ as part of the deprecations details in the [issue](https://gitlab.com/gitlab-org/gitlab/-/issues/351109).
+
+ In GitLab 16.0 and later, the `status` field will act as if `legacyMode` is null. The `legacyMode` argument will
+ be present during the 16.x cycle to avoid breaking the API signature, and will be removed altogether in the
+ 17.0 release.
+ stage: Verify
+ tiers: [Core, Premium, Ultimate]
+ issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/360545
+ documentation_url: https://docs.gitlab.com/ee/api/graphql/reference/#cirunnerstatus