summaryrefslogtreecommitdiff
path: root/data/deprecations/15-6-deprecate-runner-register-command.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-11 15:07:33 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-11 15:07:33 +0000
commit34ce62a494ab1e8f1e76dc4f0bda925593a4c0cb (patch)
treebdf6d89f15cfac499ff6a750c69d78060b1f3bdd /data/deprecations/15-6-deprecate-runner-register-command.yml
parent2761b4465bb13e170f0b8b2941d83f356a47eee6 (diff)
downloadgitlab-ce-34ce62a494ab1e8f1e76dc4f0bda925593a4c0cb.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data/deprecations/15-6-deprecate-runner-register-command.yml')
-rw-r--r--data/deprecations/15-6-deprecate-runner-register-command.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/deprecations/15-6-deprecate-runner-register-command.yml b/data/deprecations/15-6-deprecate-runner-register-command.yml
index bed02088897..97a3f8f4f90 100644
--- a/data/deprecations/15-6-deprecate-runner-register-command.yml
+++ b/data/deprecations/15-6-deprecate-runner-register-command.yml
@@ -8,6 +8,6 @@
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/380872 # (required) Link to the deprecation issue in GitLab
body: | # (required) Do not modify this line, instead modify the lines below.
- The command to [register](https://docs.gitlab.com/runner/register/) a runner, `gitlab-runner register` is deprecated. GitLab plans to introduce a new [GitLab Runner token architecture](https://docs.gitlab.com/ee/architecture/blueprints/runner_tokens/), which 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).
+ The command to [register](https://docs.gitlab.com/runner/register/) a runner, `gitlab-runner register` is deprecated. GitLab plans to introduce a new [GitLab Runner token architecture](https://docs.gitlab.com/ee/architecture/blueprints/runner_tokens/) in GitLab 15.8, which 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).
end_of_support_milestone: "16.0" # (optional) Use "XX.YY" format. The milestone when support for this feature will end.
end_of_support_date: "2023-05-22" # (optional) The date of the milestone release when support for this feature will end.