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>2022-05-12 06:08:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-12 06:08:58 +0300
commit48d9e7ff8ddfe152686d450fa5ac511f12d42d5b (patch)
tree389f85b9843a3fd34a314ddaf0cb051f7f88829d /data
parentdf8c8224edcaa7458c1ac79444768dab71580783 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data')
-rw-r--r--data/removals/15_0/15-0-runner_api_new_stale_status_breaking_change.yml (renamed from data/deprecations/14-6-runner_api_new_stale_status_breaking_change.yml)7
1 files changed, 5 insertions, 2 deletions
diff --git a/data/deprecations/14-6-runner_api_new_stale_status_breaking_change.yml b/data/removals/15_0/15-0-runner_api_new_stale_status_breaking_change.yml
index 0f21318d329..905bc3befce 100644
--- a/data/deprecations/14-6-runner_api_new_stale_status_breaking_change.yml
+++ b/data/removals/15_0/15-0-runner_api_new_stale_status_breaking_change.yml
@@ -5,9 +5,12 @@
removal_date: "2022-05-22"
breaking_change: true
body: | # Do not modify this line, instead modify the lines below.
- A breaking change will occur for the Runner [API](https://docs.gitlab.com/ee/api/runners.html#runners-api) endpoints in 15.0.
+ A breaking change was made to the Runner [API](https://docs.gitlab.com/ee/api/runners.html#runners-api) endpoints
+ in 15.0.
- Instead of the GitLab Runner API endpoints returning `offline` and `not_connected` for runners that have not contacted the GitLab instance in the past three months, the API endpoints will return the `stale` value, which was introduced in 14.6.
+ Instead of the GitLab Runner API endpoints returning `offline` and `not_connected` for runners that have not
+ contacted the GitLab instance in the past three months, the API endpoints now return the `stale` value,
+ which was introduced in 14.6.
stage: Verify
tiers: [Core, Premium, Ultimate]
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/347303