Commit 52376ea5 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 66131e58 58abd0e3
...@@ -107,7 +107,7 @@ gitlab:ui:visual: ...@@ -107,7 +107,7 @@ gitlab:ui:visual:
- $CI_COMMIT_MESSAGE =~ /\[skip visual\]/i - $CI_COMMIT_MESSAGE =~ /\[skip visual\]/i
artifacts: artifacts:
paths: paths:
- tests/__image_snapshots__/ - gitlab-ui/tests/__image_snapshots__/
when: always when: always
karma: karma:
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
module Clusters module Clusters
module Applications module Applications
class Runner < ApplicationRecord class Runner < ApplicationRecord
VERSION = '0.4.0'.freeze VERSION = '0.4.1'.freeze
self.table_name = 'clusters_applications_runners' self.table_name = 'clusters_applications_runners'
......
---
title: Update GitLab Runner Helm Chart to 0.4.1
merge_request: 27627
author:
type: other
...@@ -39,7 +39,14 @@ options: ...@@ -39,7 +39,14 @@ options:
### Improving NFS performance with GitLab ### Improving NFS performance with GitLab
NOTE: **Note:** This is only available with GitLab 11.9 and up. NOTE: **Note:**
This is only available starting in certain versions of GitLab:
* 11.5.11
* 11.6.11
* 11.7.12
* 11.8.8
* 11.9.0 and up (e.g. 11.10, 11.11, etc.)
If you are using NFS to share Git data, we recommend that you enable a If you are using NFS to share Git data, we recommend that you enable a
number of feature flags that will allow GitLab application processes to number of feature flags that will allow GitLab application processes to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment