Skip to content

A new version of gitlab (13.4.2) is available

FDO helm bot requested to merge upgrade-to-13.4.2 into master

current diff:

--- current-deployment.yaml
+++ future-deployment.yaml
@@ -62,7 +62,7 @@
   namespace: default
   labels:
     app: gitaly
-    chart: gitaly-4.4.1
+    chart: gitaly-4.4.2
     release: gitlab-prod
     heritage: Tiller
 spec:
@@ -80,7 +80,7 @@
   namespace: default
   labels:
     app: gitlab-shell
-    chart: gitlab-shell-4.4.1
+    chart: gitlab-shell-4.4.2
     release: gitlab-prod
     heritage: Tiller
 spec:
@@ -98,7 +98,7 @@
   namespace: default
   labels:
     app: webservice
-    chart: webservice-4.4.1
+    chart: webservice-4.4.2
     release: gitlab-prod
     heritage: Tiller
 spec:
@@ -469,7 +469,7 @@
   namespace: default
   labels:
     app: gitaly
-    chart: gitaly-4.4.1
+    chart: gitaly-4.4.2
     release: gitlab-prod
     heritage: Tiller
 data:
@@ -547,7 +547,7 @@
   namespace: default
   labels:
     app: gitlab-exporter
-    chart: gitlab-exporter-4.4.1
+    chart: gitlab-exporter-4.4.2
     release: gitlab-prod
     heritage: Tiller
 data:
@@ -627,7 +627,7 @@
   labels:
     gitlab_grafana_datasource: "true"
     app: gitlab-grafana
-    chart: gitlab-grafana-4.4.1
+    chart: gitlab-grafana-4.4.2
     release: gitlab-prod
     heritage: Tiller
 data:
@@ -654,7 +654,7 @@
   namespace: default
   labels:
     app: gitlab-grafana
-    chart: gitlab-grafana-4.4.1
+    chart: gitlab-grafana-4.4.2
     release: gitlab-prod
     heritage: Tiller
 data:
@@ -686,7 +686,7 @@
   namespace: default
   labels:
     app: gitlab-shell
-    chart: gitlab-shell-4.4.1
+    chart: gitlab-shell-4.4.2
     release: gitlab-prod
     heritage: Tiller
 data:
@@ -847,7 +847,7 @@
   namespace: default
   labels:
     app: gitlab-shell
-    chart: gitlab-shell-4.4.1
+    chart: gitlab-shell-4.4.2
     release: gitlab-prod
     heritage: Tiller
 data:
@@ -909,7 +909,7 @@
   namespace: default
   labels:
     app: gitlab-shell
-    chart: gitlab-shell-4.4.1
+    chart: gitlab-shell-4.4.2
     release: gitlab-prod
     heritage: Tiller
 data:
@@ -923,7 +923,7 @@
   namespace: default
   labels:
     app: task-runner
-    chart: task-runner-4.4.1
+    chart: task-runner-4.4.2
     release: gitlab-prod
     heritage: Tiller
 data:
@@ -1144,7 +1144,7 @@
   namespace: default
   labels:
     app: webservice
-    chart: webservice-4.4.1
+    chart: webservice-4.4.2
     release: gitlab-prod
     heritage: Tiller
 data:
@@ -1380,7 +1380,7 @@
   namespace: default
   labels:
     app: webservice
-    chart: webservice-4.4.1
+    chart: webservice-4.4.2
     release: gitlab-prod
     heritage: Tiller
 data:
@@ -2447,12 +2447,12 @@
   namespace: default
   labels:
     app: gitlab
-    chart: gitlab-4.4.1
+    chart: gitlab-4.4.2
     release: gitlab-prod
     heritage: Tiller
 data:
-  gitlabVersion: "13.4.1"
-  gitlabChartVersion: "4.4.1"
+  gitlabVersion: "13.4.2"
+  gitlabChartVersion: "4.4.2"
 
 ---
 # Source: helm-gitlab-omnibus/charts/gitlab/templates/initdb-configmap.yaml
@@ -2463,7 +2463,7 @@
   namespace: default
   labels:
     app: gitlab
-    chart: gitlab-4.4.1
+    chart: gitlab-4.4.2
     release: gitlab-prod
     heritage: Tiller
 data:
@@ -11078,7 +11078,7 @@
   namespace: default
   labels:
     app: gitaly
-    chart: gitaly-4.4.1
+    chart: gitaly-4.4.2
     release: gitlab-prod
     heritage: Tiller
     
@@ -11110,7 +11110,7 @@
   namespace: default
   labels:
     app: gitlab-exporter
-    chart: gitlab-exporter-4.4.1
+    chart: gitlab-exporter-4.4.2
     release: gitlab-prod
     heritage: Tiller
     
@@ -11136,7 +11136,7 @@
   namespace: default
   labels:
     app: gitlab-shell
-    chart: gitlab-shell-4.4.1
+    chart: gitlab-shell-4.4.2
     release: gitlab-prod
     heritage: Tiller
     
@@ -11163,7 +11163,7 @@
   namespace: default
   labels:
     app: webservice
-    chart: webservice-4.4.1
+    chart: webservice-4.4.2
     release: gitlab-prod
     heritage: Tiller
     
@@ -11608,14 +11608,14 @@
 apiVersion: v1
 kind: Pod
 metadata:
-  name: gitlab-prod-webservice-test-runner-fn4s9
+  name: gitlab-prod-webservice-test-runner-t2kfp
   namespace: default
   annotations:
     "helm.sh/hook": test-success
 spec:
   containers:
   - name: test-runner
-    image: registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ce:v13.4.1
+    image: registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ce:v13.4.2
     command: ['sh', '/tests/test_login']
     volumeMounts:
       - name: tests
@@ -11667,7 +11667,7 @@
           requests:
             memory: "50Gi"
             cpu: "12"
-        image: gitlab/gitlab-ce:13.4.1-ce.0
+        image: gitlab/gitlab-ce:13.4.2-ce.0
         imagePullPolicy: IfNotPresent
         command: ["/bin/bash", "-c",
           "sed -i \"s/environment ({'GITLAB_ROOT_PASSWORD' => initial_root_password }) if initial_root_password/environment ({'GITLAB_ROOT_PASSWORD' => initial_root_password, 'GITLAB_SHARED_RUNNERS_REGISTRATION_TOKEN' => node['gitlab']['gitlab-rails']['initial_shared_runners_registration_token'] })/g\" /opt/gitlab/embedded/cookbooks/gitlab/recipes/database_migrations.rb && exec /assets/wrapper"]
@@ -12149,7 +12149,7 @@
   namespace: default
   labels:
     app: gitlab-exporter
-    chart: gitlab-exporter-4.4.1
+    chart: gitlab-exporter-4.4.2
     release: gitlab-prod
     heritage: Tiller
   annotations:
@@ -12167,7 +12167,7 @@
         release: gitlab-prod
         
       annotations:
-        checksum/config: 070734be82243fa80dba5cccaee3a5816621bcf3cfeaeb2ae4e8ea4f86985913
+        checksum/config: e696cfa2dfd87fd5c28ed99c011a0997c436e3de472b68c23133d2910215a2c9
         gitlab.com/prometheus_path: /metrics
         gitlab.com/prometheus_port: "9168"
         gitlab.com/prometheus_scrape: "true"
@@ -12311,7 +12311,7 @@
   namespace: default
   labels:
     app: gitlab-shell
-    chart: gitlab-shell-4.4.1
+    chart: gitlab-shell-4.4.2
     release: gitlab-prod
     heritage: Tiller
   annotations:
@@ -12328,8 +12328,8 @@
         release: gitlab-prod
         
       annotations:
-        checksum/config: 9be0eeac542341afb071b06c2752f55a658974432bc0d688fdfa22a21b5e0b59
-        checksum/config-sshd: 0cc4caea07ebcd7eae8419db16eac2b6684097ffc5d4c9022704e254ecc63d45
+        checksum/config: 0318875c98c8f99abcf7676c114c12a17208e2eb84b66551b1a38a4756808cd0
+        checksum/config-sshd: bf23718a0eb3dcbe2de2fc93272681f6ebb2179db687eb554eb8464aca564232
         cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
     spec:
       initContainers:
@@ -12487,7 +12487,7 @@
   namespace: default
   labels:
     app: task-runner
-    chart: task-runner-4.4.1
+    chart: task-runner-4.4.2
     release: gitlab-prod
     heritage: Tiller
   annotations:
@@ -12508,7 +12508,7 @@
         release: gitlab-prod
         
       annotations:
-        checksum/config: 392dfdf9e386c4e9dd759c4446ff041be037bb388b3084aa18fb18b31a6bc9e0
+        checksum/config: 1f19b291c4f1d9caadeb26f65b439658adbac2af619187d9578fd577a229a318
         cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
     spec:
       securityContext:
@@ -12570,7 +12570,7 @@
             - /bin/bash
             - -c
             - sh /var/opt/gitlab/templates/configure-gsutil && while sleep 3600; do :; done
-          image: "registry.gitlab.com/gitlab-org/build/cng/gitlab-task-runner-ce:v13.4.1"
+          image: "registry.gitlab.com/gitlab-org/build/cng/gitlab-task-runner-ce:v13.4.2"
           
           env:
             - name: ARTIFACTS_BUCKET_NAME
@@ -12747,7 +12747,7 @@
   namespace: default
   labels:
     app: webservice
-    chart: webservice-4.4.1
+    chart: webservice-4.4.2
     release: gitlab-prod
     heritage: Tiller
   annotations:
@@ -12765,7 +12765,7 @@
         release: gitlab-prod
         
       annotations:
-        checksum/config: 2cbe48c440bee451db3f6b62ef8479cc85cf7e98b8bc381b1aa5a50bc7febaef
+        checksum/config: 09968a76ce0796860617a5cb475802812872c6b0b1a64aedc8cb43ade348f980
         cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
         gitlab.com/prometheus_path: /-/metrics
         gitlab.com/prometheus_port: "8080"
@@ -12837,7 +12837,7 @@
               cpu: 50m
             
         - name: dependencies
-          image: registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ce:v13.4.1
+          image: registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ce:v13.4.2
           
           args:
             - /scripts/wait-for-deps
@@ -12871,7 +12871,7 @@
       containers:
         
         - name: webservice
-          image: registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ce:v13.4.1
+          image: registry.gitlab.com/gitlab-org/build/cng/gitlab-webservice-ce:v13.4.2
           
           ports:
             - containerPort: 8080
@@ -12966,7 +12966,7 @@
               memory: 1.5G
             
         - name: gitlab-workhorse
-          image: "registry.gitlab.com/gitlab-org/build/cng/gitlab-workhorse-ce:v13.4.1"
+          image: "registry.gitlab.com/gitlab-org/build/cng/gitlab-workhorse-ce:v13.4.2"
           
           ports:
             - containerPort: 8181
@@ -13723,7 +13723,7 @@
   namespace: default
   labels:
     app: gitlab-shell
-    chart: gitlab-shell-4.4.1
+    chart: gitlab-shell-4.4.2
     release: gitlab-prod
     heritage: Tiller
 spec:
@@ -13747,7 +13747,7 @@
   namespace: default
   labels:
     app: webservice
-    chart: webservice-4.4.1
+    chart: webservice-4.4.2
     release: gitlab-prod
     heritage: Tiller
 spec:
@@ -13814,7 +13814,7 @@
         release: gitlab-prod
         
       annotations:
-        checksum/config: a7e092744369ad6f506729a6d18fdab047983a3416f9bf67414385ce9091b729
+        checksum/config: da4cac93f954dc8dc55075dc1209c11e9ad4bfef31942fb573c5105a8ac72b5a
     spec:
       terminationGracePeriodSeconds: 30
       initContainers:
@@ -13872,7 +13872,7 @@
       containers:
         
         - name: gitaly
-          image: "registry.gitlab.com/gitlab-org/build/cng/gitaly:v13.4.1"
+          image: "registry.gitlab.com/gitlab-org/build/cng/gitaly:v13.4.2"
           
           ports:
             - containerPort: 8075
@@ -14353,7 +14353,7 @@
 apiVersion: batch/v1
 kind: Job
 metadata:
-  name: gitlab-prod-shared-secrets-0-8vh
+  name: gitlab-prod-shared-secrets-0-y8d
   namespace: default
   labels:
     app: shared-secrets
@@ -14773,7 +14773,7 @@
   namespace: default
   labels:
     app: gitlab-grafana
-    chart: gitlab-grafana-4.4.1
+    chart: gitlab-grafana-4.4.2
     release: gitlab-prod
     heritage: Tiller
   annotations:
Edited by Daniel Stone

Merge request reports