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
diff options
context:
space:
mode:
Diffstat (limited to 'data/removals/16_0/16-0-job_age.yml')
-rw-r--r--data/removals/16_0/16-0-job_age.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/data/removals/16_0/16-0-job_age.yml b/data/removals/16_0/16-0-job_age.yml
deleted file mode 100644
index 8a31b1ad870..00000000000
--- a/data/removals/16_0/16-0-job_age.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-- 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.