Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-10 18:13:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-10 18:13:04 +0300
commit4e9ceea7f8ff3e097ad45f6f54c1b7165248e848 (patch)
tree6cc413c085934f15c789d539f69dcb89600c71fb /data
parent0e0df204c1a0d859ccbbe1be83a5e09a53381f17 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data')
-rw-r--r--data/removals/16_0/16.0-config-fields-runner-helm-chart.yml39
-rw-r--r--data/removals/16_0/16.0-eol-windows-server-2004-and-20H2.yml9
2 files changed, 48 insertions, 0 deletions
diff --git a/data/removals/16_0/16.0-config-fields-runner-helm-chart.yml b/data/removals/16_0/16.0-config-fields-runner-helm-chart.yml
new file mode 100644
index 00000000000..47067eda63d
--- /dev/null
+++ b/data/removals/16_0/16.0-config-fields-runner-helm-chart.yml
@@ -0,0 +1,39 @@
+- 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.
+ In GitLab 13.6 and later, users can [specify any runner configuration in the GitLab Runner Helm chart](https://docs.gitlab.com/runner/install/kubernetes.html). When this features was released, we deprecated the fields in the GitLab Helm Chart configuration specific to the runner. As of v1.0 of the GitLab Runner Helm chart (GitLab 16.0), the following fields have been removed and are no longer supported:
+
+ - `image`
+ - `rbac.resources`
+ - `rbac.verbs`
+ - `runners.image`
+ - `runners.imagePullSecrets`
+ - `runners.imagePullPolicy`
+ - `runners.requestConcurrency`
+ - `runners.privileged`
+ - `runners.namespace`
+ - `runners.pollTimeout`
+ - `runners.outputLimit`
+ - `runners.cache.cacheType`
+ - `runners.cache.cachePath`
+ - `runners.cache.cacheShared`
+ - `runners.cache.s3ServerAddress`
+ - `runners.cache.s3BucketLocation`
+ - `runners.cache.s3CacheInsecure`
+ - `runners.cache.gcsBucketName`
+ - `runners.builds`
+ - `runners.services`
+ - `runners.helpers`
+ - `runners.pod_security_context`
+ - `runners.serviceAccountName`
+ - `runners.cloneUrl`
+ - `runners.nodeSelector`
+ - `runners.nodeTolerations`
+ - `runners.podLabels`
+ - `runners.podAnnotations`
+ - `runners.env`
diff --git a/data/removals/16_0/16.0-eol-windows-server-2004-and-20H2.yml b/data/removals/16_0/16.0-eol-windows-server-2004-and-20H2.yml
new file mode 100644
index 00000000000..9b47beed41b
--- /dev/null
+++ b/data/removals/16_0/16.0-eol-windows-server-2004-and-20H2.yml
@@ -0,0 +1,9 @@
+- title: "Stop publishing GitLab Runner images based on Windows Server 2004 and 20H2" # (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: "16.0" # (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-runner/-/issues/31001 # (required) Link to the deprecation issue in GitLab
+ body: | # (required) Do not modify this line, instead modify the lines below.
+ As of GitLab 16.0, GitLab Runner images based on Windows Server 2004 and 20H2 will not be provided as these operating systems are end-of-life.