diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-11 15:07:33 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-11 15:07:33 +0000 |
commit | 34ce62a494ab1e8f1e76dc4f0bda925593a4c0cb (patch) | |
tree | bdf6d89f15cfac499ff6a750c69d78060b1f3bdd /data/deprecations | |
parent | 2761b4465bb13e170f0b8b2941d83f356a47eee6 (diff) | |
download | gitlab-ce-34ce62a494ab1e8f1e76dc4f0bda925593a4c0cb.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data/deprecations')
-rw-r--r-- | data/deprecations/15-6-deprecate-post-api-v4-runner.yml | 2 | ||||
-rw-r--r-- | data/deprecations/15-6-deprecate-runner-register-command.yml | 2 |
2 files changed, 2 insertions, 2 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. 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. |