Skip to content
Snippets Groups Projects

Removal entry for Runner Helm chart fields

Merged Darren Eastman requested to merge removal-runner-helm-chart-fields into master
All threads resolved!
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
- title: "Remove legacy configuration fields in GitLab Runner Helm Chart" # (required) Clearly explain the change. For example, "The `confidential` field for a `Note` is removed" or "CI/CD job names are limited to 250 characters."
announcement_milestone: "15.6" # (required) The milestone when this feature was deprecated.
removal_milestone: "16.0" # (required) The milestone when this feature is being removed.
breaking_change: false # (required) Change to false if this is not a breaking change.
reporter: DarrenEastman # (required) GitLab username of the person reporting the removal
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/379064 # (required) Link to the deprecation issue in GitLab
body: | # (required) Do not modify this line, instead modify the lines below.
From GitLab 13.6, users can [specify any runner configuration in the GitLab Runner Helm chart](https://docs.gitlab.com/runner/install/kubernetes.html). On releasing this feature, we deprecated [many fields](https://docs.gitlab.com/runner/install/kubernetes.html#use-the-configuration-template-to-set-additional-options) in the GitLab Helm Chart configuration specific to the runner. As of v1.0 of the GitLab Runner Helm chart (GitLab 16.0), these [fields](https://docs.gitlab.com/runner/install/kubernetes.html#use-the-configuration-template-to-set-additional-options) are no longer available.
Loading