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

16-0-job_age.yml « 16_0 « removals « data - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8a31b1ad870c69d670f40a7af3e80d9292a2ff5e (plain)
1
2
3
4
5
6
7
8
9
10
11
- title: "Removal of job_age parameter in `POST /jobs/request` Runner endpoint"
  announcement_milestone: "15.2"  # (required) The milestone when this feature was deprecated.
  removal_milestone: "16.0"  # (required) The milestone when this feature is being removed.
  breaking_change: true  # (required) Change to false if this is not a breaking change.
  reporter: jreporter  # (required) GitLab username of the person reporting the removal
  stage: Verify  # (required) String value of the stage that the feature was created in. e.g., Growth
  issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/334253  # (required) Link to the deprecation issue in GitLab
  body: |  # (required) Do not modify this line, instead modify the lines below.
    The `job_age` parameter, returned from the `POST /jobs/request` API endpoint used in communication with GitLab Runner, has been removed in GitLab 16.0.

    This could be a breaking change for anyone that developed their own runner that relies on this parameter being returned by the endpoint. This is not a breaking change for anyone using an officially released version of GitLab Runner, including public shared runners on GitLab.com.