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

15-0-runner_api_new_stale_status_breaking_change.yml « 15_0 « removals « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1d4c79bc40eb32f8c32015cfc65dcb34c01c68d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- title: "API: `stale` status returned instead of `offline` or `not_connected`"
  announcement_milestone: "14.6"  # The milestone when this feature was first announced as deprecated.
  announcement_date: "2021-12-22"
  removal_milestone: "15.0"  # the milestone when this feature is planned to be removed
  removal_date: "2022-05-22"
  breaking_change: true
  body: |  # Do not modify this line, instead modify the lines below.
    The Runner [API](https://docs.gitlab.com/ee/api/runners.html#runners-api) endpoints have changed in 15.0.

    If a runner has not contacted the GitLab instance in more than three months, the API returns `stale` instead of `offline` or `not_connected`.
    The `stale` status was introduced in 14.6.

    The `not_connected` status is no longer valid. It was replaced with `never_contacted`. Available statuses are `online`, `offline`, `stale`, and `never_contacted`.
  stage: Verify
  tiers: [Core, Premium, Ultimate]
  issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/347303
  documentation_url: https://docs.gitlab.com/ee/api/runners.html#runners-api