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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-11 18:07:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-11 18:07:33 +0300
commit34ce62a494ab1e8f1e76dc4f0bda925593a4c0cb (patch)
treebdf6d89f15cfac499ff6a750c69d78060b1f3bdd /data/deprecations/15-6-deprecate-post-api-v4-runner.yml
parent2761b4465bb13e170f0b8b2941d83f356a47eee6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data/deprecations/15-6-deprecate-post-api-v4-runner.yml')
-rw-r--r--data/deprecations/15-6-deprecate-post-api-v4-runner.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/deprecations/15-6-deprecate-post-api-v4-runner.yml b/data/deprecations/15-6-deprecate-post-api-v4-runner.yml
index bb659688ce6..db5109204a6 100644
--- a/data/deprecations/15-6-deprecate-post-api-v4-runner.yml
+++ b/data/deprecations/15-6-deprecate-post-api-v4-runner.yml
@@ -12,7 +12,7 @@
This endpoint and method [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. We plan to remove this endpoint
and method in GitLab 16.0, and introduce a new
- [GitLab Runner token architecture](https://docs.gitlab.com/ee/architecture/blueprints/runner_tokens/).
+ [GitLab Runner token architecture](https://docs.gitlab.com/ee/architecture/blueprints/runner_tokens/) in GitLab 15.8.
This new architecture introduces a new method for registering runners and eliminates the legacy
[runner registration token](https://docs.gitlab.com/ee/security/token_overview.html#runner-registration-tokens).
We plan to introduce a new method of binding a GitLab Runner to a GitLab instance in GitLab 15.8. This will be the only supported method starting in GitLab 16.0.