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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-11-10 09:10:31 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-11-10 09:10:31 +0300
commitbef328bb8c0e287ecd68e21bae40bdb335971212 (patch)
tree3d867e67eb59e127e5bf7c80e34a6be6b5226428 /data
parentaaa0fba8208ac74b34c2f87dde13611656fe7df6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data')
-rw-r--r--data/deprecations/14-5-runner-api-status-does-contain-paused.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/data/deprecations/14-5-runner-api-status-does-contain-paused.yml b/data/deprecations/14-5-runner-api-status-does-contain-paused.yml
index 4ce817313ce..8c7cde8a121 100644
--- a/data/deprecations/14-5-runner-api-status-does-contain-paused.yml
+++ b/data/deprecations/14-5-runner-api-status-does-contain-paused.yml
@@ -1,16 +1,17 @@
-- name: "REST API Runner will not contain 'paused'"
+- name: "REST API Runner will not contain `paused`"
announcement_milestone: "14.5" # The milestone when this feature was first announced as deprecated.
removal_milestone: "15.0" # the milestone when this feature is planned to be removed
body: | # Do not modify this line, instead modify the lines below.
- Runner REST API will not return "paused" as a status in GitLab 15.0.
+ Runner REST API will not return `paused` as a status in GitLab 15.0.
- REST API: Paused runners' status will only relate to runner contact status, such as:
- "online", "offline", "not_connected". Status "paused" will not appear when the runner is
+ Paused runners' status will only relate to runner contact status, such as:
+ `online`, `offline`, or `not_connected`. Status `paused` will not appear when the runner is
not active.
- When checking if a runner is "paused", API users are advised to check the boolean attribute
- "active" to be `false` instead.
+ When checking if a runner is `paused`, API users are advised to check the boolean attribute
+ `active` to be `false` instead.
stage: Verify
tiers: [Core, Premium, Ultimate]
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/344648
documentation_url: https://docs.gitlab.com/ee/api/runners.html
+ announcement_date: "2021-11-22"