hifis-net / ansible-role-gitlab-runner

:warning: PLEASE NOTE: This role has been migrated to our hifis.toolkit collection. :warning: Ansible role for deploying GitLab-Runner. The role is optimized for use with Openstack.
https://galaxy.ansible.com/ui/repo/published/hifis/toolkit/
Other
8 stars 2 forks source link

gitlab-runner registration token deprecated #104

Closed Normo closed 7 months ago

Normo commented 1 year ago

This feature was deprecated in GitLab 15.6 and is planned for removal in 16.0. This change is a breaking change. GitLab plans to introduce a new GitLab Runner token architecture, which introduces a new method for registering runners and eliminates the legacy runner registration token.

tobiashuste commented 1 year ago

The documentation now says that removal is scheduled for 17.0.

The ability to pass a runner registration token was deprecated in GitLab 15.6 and is planned for removal in 17.0, along with support for certain configuration arguments. This change is a breaking change. GitLab plans to introduce a new GitLab Runner token architecture, which introduces a new method for registering runners and eliminates the legacy runner registration token.

https://docs.gitlab.com/runner/register/

As far as I can see there is no alternative command available for now.

tobiashuste commented 1 year ago

There might be an entire new option now on how to handle the configuration: https://gitlab.com/gitlab-org/gitlab-runner/-/issues/1932

Normo commented 7 months ago

Closed with #233