mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-29 12:48:15 +00:00
38 lines
1.9 KiB
YAML
38 lines
1.9 KiB
YAML
- title: '`GITLAB_SHARED_RUNNERS_REGISTRATION_TOKEN` is deprecated'
|
|
# The milestones for the deprecation announcement, and the removal.
|
|
removal_milestone: '20.0'
|
|
announcement_milestone: '16.11'
|
|
# Change breaking_change to false if needed.
|
|
breaking_change: true
|
|
# The stage and GitLab username of the person reporting the change,
|
|
# and a link to the deprecation issue
|
|
reporter: pedropombeiro
|
|
window: "2"
|
|
stage: Verify
|
|
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/453949
|
|
impact: medium
|
|
scope: instance
|
|
resolution_role: Admin
|
|
manual_task: true
|
|
body: | # (required) Don't change this line.
|
|
The [`GITLAB_SHARED_RUNNERS_REGISTRATION_TOKEN`](https://docs.gitlab.com/administration/environment_variables/#supported-environment-variables) environment variable is deprecated. GitLab introduced a new [GitLab Runner token architecture](https://docs.gitlab.com/architecture/blueprints/runner_tokens/) in GitLab 15.8, which introduces a new method for registering runners and eliminates the legacy runner registration token. Please refer to the [documentation](https://docs.gitlab.com/ci/runners/new_creation_workflow/) for guidance on migrating to the new workflow.
|
|
|
|
# ==============================
|
|
# OPTIONAL END-OF-SUPPORT FIELDS
|
|
# ==============================
|
|
#
|
|
# If an End of Support period applies:
|
|
# 1) Share this announcement in the `#spt_managers` Support channel in Slack
|
|
# 2) Mention `@gitlab-com/support` in this merge request.
|
|
#
|
|
# When support for this feature ends, in XX.YY milestone format.
|
|
end_of_support_milestone:
|
|
# Array of tiers the feature is currently available to,
|
|
# like [Free, Silver, Gold, Core, Premium, Ultimate]
|
|
tiers:
|
|
# Links to documentation and thumbnail image
|
|
documentation_url:
|
|
image_url:
|
|
# Use the youtube thumbnail URL with the structure of https://img.youtube.com/vi/UNIQUEID/hqdefault.jpg
|
|
video_url:
|