diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-05-10 16:46:51 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-05-10 16:46:51 +0000 |
commit | 04ac4180cb5ba0df460034c7e64862056fd498b3 (patch) | |
tree | ca5267d12fa2aab80c1c35593b96c8cfceaa747b /data/removals/16_0 | |
parent | 4e9ceea7f8ff3e097ad45f6f54c1b7165248e848 (diff) | |
download | gitlab-ce-04ac4180cb5ba0df460034c7e64862056fd498b3.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data/removals/16_0')
-rw-r--r-- | data/removals/16_0/16-0-job_age.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/removals/16_0/16-0-job_age.yml b/data/removals/16_0/16-0-job_age.yml new file mode 100644 index 00000000000..8a31b1ad870 --- /dev/null +++ b/data/removals/16_0/16-0-job_age.yml @@ -0,0 +1,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. |