From 1fc72cb8765dab466da8555b70eb744a53a74a80 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 14 Jun 2023 09:09:21 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/update/deprecations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/update/deprecations.md') diff --git a/doc/update/deprecations.md b/doc/update/deprecations.md index 0483dc4a3bf..287c81f6801 100644 --- a/doc/update/deprecations.md +++ b/doc/update/deprecations.md @@ -420,7 +420,7 @@ While the above approach is recommended for most instances, Sidekiq can also be The support for registration tokens and certain runner configuration arguments in the `POST` method operation on the `/api/v4/runners` endpoint is deprecated. This endpoint [registers](https://docs.gitlab.com/ee/api/runners.html#register-a-new-runner) a runner with a GitLab instance at the instance, group, or project level through the API. Registration tokens, and support for certain configuration arguments, -will be removed in GitLab 17.0. For more information, see [Migrating to the new runner registration workflow](../ci/runners/new_creation_workflow.md). +will start returning the HTTP `410 Gone` status code in GitLab 17.0. For more information, see [Migrating to the new runner registration workflow](../ci/runners/new_creation_workflow.md). The configuration arguments disabled for authentication tokens are: @@ -576,7 +576,7 @@ we'll be introducing support in [this epic](https://gitlab.com/groups/gitlab-org The support for runner registration tokens is deprecated. As a consequence, the REST API endpoints to reset a registration token are also deprecated and will -be removed in GitLab 17.0. +return the HTTP `410 Gone` status code in GitLab 17.0. The deprecated endpoints are: - `POST /runners/reset_registration_token` -- cgit v1.2.3